gnugo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnugo-devel] compiling GnuGo with MacoOsX


From: Xavier PERRODON
Subject: [gnugo-devel] compiling GnuGo with MacoOsX
Date: Wed, 23 Mar 2005 16:23:30 +0900
User-agent: Mozilla Thunderbird 0.7 (Macintosh/20040616)

Hi,

I have been trying to install Gnugo on MacOsX, but I am a very beginner in compiling source codes, and nothing seems to work properly... First, I have had to go to Mac's website to download Developper Tools, since Gcc is not included in the default package of MacOsX. After struggling (this idea did not come to my mind like a simple sparkle), I have finally managed to execute ./configure, which correctly took place. However, when I try "make", I get the following thing, and I have no idea of what I should do with it (sorry, but I don't have much time to devote to reading threads in dedicated forums) :

make  all-recursive
Making all in utils
gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c gg_utils.c
rm -f libutils.a
ar cru libutils.a getopt.o getopt1.o random.o gg_utils.o
ranlib libutils.a
Making all in sgf
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../engine -I../utils -I../interface -g -O2 -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wp,-lang-c89 -c sgfgen.c
cc1: error: unrecognized option `-lang-c89'
make[2]: *** [sgfgen.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2


Do you have any idea of what I should do in order to simply play Go (which was my origin objective) ? Buy a PC ?

Thanks for your help.
Regards

Xavier.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]