POV-Ray : Newsgroups : povray.unix : building povray on Snow Leopard Server Time
29 Mar 2024 07:50:51 EDT (-0400)
  building povray on Snow Leopard (Message 1 to 3 of 3)  
From: Phil
Subject: building povray on Snow Leopard
Date: 4 Sep 2009 21:15:00
Message: <web.4aa1b8d2eedac07c608d4cb00@news.povray.org>
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.


Post a reply to this message

From: triple r
Subject: Re: building povray on Snow Leopard
Date: 5 Sep 2009 01:25:05
Message: <web.4aa1f54f80a57e52958421d50@news.povray.org>
"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


Post a reply to this message

From: pedro
Subject: Re: building povray on Snow Leopard
Date: 1 Nov 2009 17:20:01
Message: <web.4aee07ff80a57e52dee0753a0@news.povray.org>
"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


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.