gngeo on osx?


timothee

Member
Joined
Dec 6, 2007
Messages
171
Age
46
Location
Singapore
Website
Visit site
Hi there, 

Can I check if anyone has successfully compiled gngeo on osx? I'm seeing some compile errors in HEAD (some I can fix), and I get some linker errors with 0.8 . I'm guessing I'm need to pass some system or arch values to ./configure but I'm not too sure what to give it. I'm on osx 10.8.4 on a recent macbook pro.

Sticking to 0.8, I also tried "./configure --disable-i386asm" which I found on some old guide, but I'now seeing:



➜  gngeo-0.8  make
make  all-recursive
Making all in src
Making all in effect
gcc -DHAVE_CONFIG_H -I. -I../..     -g -O2 -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -O3 -fstrength-reduce -frerun-loop-opt -Wall -Wno-unused -funroll-loops                     -ffast-math -falign-functions=2 -falign-jumps=2 -fexpensive-optimizations                     -falign-loops=2 -fschedule-insns2 -malign-double -fomit-frame-pointer -g    -fno-strict-aliasing -pipe -mtune=i686 -DCPU=i686 -MT scale2x.o -MD -MP -MF .deps/scale2x.Tpo -c -o scale2x.o scale2x.c
scale2x.c:1: error: -malign-double makes no sense in the 64bit mode
make[3]: *** [scale2x.o] Error 1

Any help would be much appreciated! :)
 

Tim.
 
Back
Top