Subject:
|
Re: Copy of MacMegaPov 0.7
|
Newsgroups:
|
lugnet.cad.dev.mac
|
Date:
|
Sat, 28 Jul 2007 04:20:15 GMT
|
Viewed:
|
7323 times
|
| |
| |
In lugnet.cad.dev.mac, Jim DeVona wrote:
|
I see there is universal build of libpng 1.2.17
here, but I have
not tested it. From the installer notes:
Installs static (.a) and dynamic (.dylib) universal binaries of libpng, as
provided by the official libpng reference release:
http://www.libpng.org/pub/png/libpng.html
The libraries will be installed into /usr/local/lib, and the header files
into /usr/local/include.
Im not sure if its much help in the long run without notes on how it was
actually built, but maybe itll provide a few leads.
|
Thanks. I eventually figured out how to get it to build. The trick was to
build the two versions separately (ppc and i386), and then use lipo to join
them. Building for both architectures at once just gave an error that some of
the gcc command line arguments werent compatible with having multiple -arch
arguments (which seems really stupid).
So I built libpng 1.2.18, then rebuilt megapov in universal mode with a static
libpng and replaced my original upload. Id really appreciate it if someone
with a PPC Mac would test it.
You can download a test POV file here:
http://www.halibut.com/~tcobbs/ldraw/private/m6459.pov
Once again the MegaPOV 0.7 build is here:
http://www.halibut.com/~tcobbs/ldraw/private/megapov.bz2
Once you have both of those in a directory together, use the following command
lines from that directory:
bunzip2 megapov.bz2
chmod 755 megapov
./megapov +im6459.pov
open m6450PP.png
That should show you the render.
--Travis
|
|
Message has 1 Reply:
Message is in Reply To:
| | Re: Copy of MacMegaPov 0.7
|
| (...) I see there is universal build of libpng 1.2.17 (URL) here>, but I have not tested it. From the installer notes: "Installs static (.a) and dynamic (.dylib) universal binaries of libpng, as provided by the official libpng reference release: (...) (17 years ago, 27-Jul-07, to lugnet.cad.dev.mac, FTX)
|
18 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|