compiling mesa libs on 10.2

resglowing

Registered
Anyone had experience compiling mesa libs on 10.2?
http://www.mesa3d.org/

fink has a package for it, but it's not supported by anyone anymore.

The last part of my make is:
Making all in math
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -Dceilf=ceil -Dfloorf=floor -Dsqrtf=sqrt -I/sw/include -I./src/X86 -O2 -fno-common -Wall -fomit-frame-pointer -ffast-math -fexpensive-optimizations -fstrict-aliasing -D_REENTRANT -DPTHREADS -c m_debug_clip.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -Dceilf=ceil -Dfloorf=floor -Dsqrtf=sqrt -I/sw/include -I./src/X86 -O2 -fno-common -Wall -fomit-frame-pointer -ffast-math -fexpensive-optimizations -fstrict-aliasing -D_REENTRANT -DPTHREADS -Wp,-MD,.deps/m_debug_clip.pp -c m_debug_clip.c -o m_debug_clip.o
In file included from /usr/include/math.h:24,
from ../../src/glheader.h:58,
from m_debug_clip.c:30:
/usr/include/architecture/ppc/math.h:257: conflicting types for `ceil'
/usr/include/architecture/ppc/math.h:256: previous declaration of `ceil'
/usr/include/architecture/ppc/math.h:260: conflicting types for `floor'
/usr/include/architecture/ppc/math.h:259: previous declaration of `floor'
make[3]: *** [m_debug_clip.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
### execution of failed, exit code 2
Failed: compiling mesa-3.5-1 failed
 
Back
Top