Hi,
trying to build under sun-os 5.8:
eta:/tmp/daniel/povray-3.50c> make
Making all in doc
make[1]: Entering directory `/tmp/daniel/povray-3.50c/doc'
Making all in html
make[2]: Entering directory `/tmp/daniel/povray-3.50c/doc/html'
Making all in images
make[3]: Entering directory `/tmp/daniel/povray-3.50c/doc/html/images'
Making all in vfaq
make[4]: Entering directory `/tmp/daniel/povray-3.50c/doc/html/images/vfaq'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/tmp/daniel/povray-3.50c/doc/html/images/vfaq'
make[4]: Entering directory `/tmp/daniel/povray-3.50c/doc/html/images'
make[4]: *** No rule to make target `skysphe', needed by `all-am'. Stop.
make[4]: Leaving directory `/tmp/daniel/povray-3.50c/doc/html/images'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/tmp/daniel/povray-3.50c/doc/html/images'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/daniel/povray-3.50c/doc/html'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/daniel/povray-3.50c/doc'
make: *** [all-recursive] Error 1
What is the problem? I did run configure.
Thanks!
--
62 23' 25" N
17 15' 31" E
Justin Higgins wrote:
>Not that I know how to fix it, but I think I got this error on Solaris>2.9 too.>>Cheers,>
the only "fix" I've seen is to remove the docs option from the SUBDIRS line
in the Makefile. I do not consider this a "fix" I consider this a
workaround since you don't get any docs included. It's a bug and should be
fixed.
Carl B. Constantine