From: Oliver O. <fr...@us...> - 2007-02-13 00:06:36
|
Update of /cvsroot/simspark/simspark/spark In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv19355 Modified Files: Tag: WIN32 ChangeLog Log Message: These are the changes that were necessary so that everything compiles on my Mac. Somebody (Markus? ;-) please check if the windows stuff is still running (in particular socket.hpp needs a check and also a fix, I guess). Linux builds should be fine with these changes. Index: ChangeLog =================================================================== RCS file: /cvsroot/simspark/simspark/spark/ChangeLog,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** ChangeLog 19 Dec 2005 20:09:16 -0000 1.1 --- ChangeLog 13 Feb 2007 00:06:33 -0000 1.1.2.1 *************** *** 0 **** --- 1,22 ---- + 2007-02-13 Oliver Obst <fr...@us...> + + * configure.ac: + - fixed contact email address + - added check for header files needed to compile + + * acinclude.m4: + - included checks for the OpenGL stuff on a Mac + - removed the checks that were needed to build the glextreg stuff + + * utility/Makefile.am: + removed the glextgen from parent directory Makefile + + * utility/rcssnet/socket.hpp: + HAVE_SOCKET indicates already the presence of the socket function (and may be defined even without + having a type SOCKET). I changed the conditional compile HAVE_SOCKET to HAVE_SOCKETTYPE. + + * zeitgeist/core.cpp: + fixes to compile on a Mac + - execinfo.h should be checked for in configure + - the CatchSignal Method seems pretty linux-specific, so I changed the conditional compile to just that + |