POV-Ray : Newsgroups : povray.unix : Make failure for povray 3.6.1 on Snow Leopard : Re: Make failure for povray 3.6.1 on Snow Leopard Server Time
19 Apr 2024 07:37:30 EDT (-0400)
  Re: Make failure for povray 3.6.1 on Snow Leopard  
From: wilson
Date: 16 Nov 2009 11:15:00
Message: <web.4b017a38e9dcf3d9d955bd080@news.povray.org>
Sorry for the rapid update, however, I was able to solve the png library issue
by separately configuring and making in that directory first.  However, the next
error in make (this time in the povray top directory) is even more worrisome:

make  all-recursive
Making all in libraries
Making all in png
make  all-am
make[4]: Nothing to be done for `all-am'.
make[3]: Nothing to be done for `all-am'.
Making all in source
Making all in base
g++ -DHAVE_CONFIG_H -I. -I. -I../..  -I../.. -I../../source -I../../unix
-I/Developer/SDKs/MacOSX10.6.sdk/usr/X11/include   -pipe -Wno-multichar -O3
-march=i686 -mtune=i686 -minline-all-stringops  -c -o fileinputoutput.o `test -f
'fileinputoutput.cpp' || echo './'`fileinputoutput.cpp
fileinputoutput.cpp:1: error: CPU you selected does not support x86-64
instruction set
make[3]: *** [fileinputoutput.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

The cpu I am running is i686 (apple-darwin10.2.0 system type).  Do I understand
this error to mean that it is not possible to build povray on this platform?
Best regards,
Mark


Post a reply to this message

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