On Mac OS X 10.6, the configuration script complains with several file-not-found
errors; I was able to work around this by manually editing the configuration
script and forcing the ac_cv_prog_egrep variable to a good value. Strange!
I was then able to build povray like this:
../configure COMPILED_BY="Phil" CFLAGS="-m32" CXXFLAGS="-m32"
make
sudo make install
Just thought I'd post this in case anyone else runs into this, or if there's a
better way I should be doing this.
"Phil" <pri### [at] gmailcom> wrote:
> On Mac OS X 10.6, the configuration script complains with several file-not-found> errors; I was able to work around this by manually editing the configuration> script and forcing the ac_cv_prog_egrep variable to a good value. Strange!>> I was then able to build povray like this:>> ../configure COMPILED_BY="Phil" CFLAGS="-m32" CXXFLAGS="-m32"> make> sudo make install
Interesting. It won't compile with 64 bit? Is it a problem with some of the
external libraries?
Sorry I can't say anything more insightful than that. I think you're a bit
ahead of the curve on this one, so I'm not sure anyone will be of too much help
on this issue just yet. At $30 though, I guess there's not much reason to
delay.
- Ricky
"Phil" <pri### [at] gmailcom> wrote:
> On Mac OS X 10.6, the configuration script complains with several file-not-found> errors; I was able to work around this by manually editing the configuration> script and forcing the ac_cv_prog_egrep variable to a good value. Strange!>> I was then able to build povray like this:>> ../configure COMPILED_BY="Phil" CFLAGS="-m32" CXXFLAGS="-m32"> make> sudo make install>> Just thought I'd post this in case anyone else runs into this, or if there's a> better way I should be doing this.
-------------------------------------------------------
Hi
I tried your instructions above in Snow Leopard but still got the following
error. Can you help?
What do you mean by "forcing the ac_cv_prog_egrep variable to a good value"?
[...]
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../source/base -I../source/frontend
-I../unix -I../libraries/png -I../libraries/tiff/libtiff
-I../libraries/tiff/libtiff -I../libraries/jpeg -pipe -Wno-multichar -O3
-march=i686 -mtune=i686 -minline-all-stringops -m32 -c -o tiff_pov.o `test -f
'tiff_pov.cpp' || echo './'`tiff_pov.cpp
In file included from tiff_pov.cpp:44:
...../libraries/tiff/libtiff/tiffio.h:34:22: error: tiffvers.h: No such file or
directory
make[3]: *** [tiff_pov.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
I do have libtiff installed by fink.
> fink list libtiff
Information about 2550 packages read in 0 seconds.
i libtiff 3.8.2-1002 TIFF image format library and tools
i libtiff-bin 3.8.2-1002 Executables for libtiff package
i libtiff-shlibs 3.8.2-1002 Shared libraries for libtiff package
Thanks!
Pedro