Michal Seta: > > > I'm getting the following error when trying to build under python 2.3: > ideas? > > gcc common/eventreciever.c -c -g -Wall -Werror -DNOPAUSEPLAY -I/tmp/radium/gc6.1/include -I/usr/X11R6/include -IQt/ -I/usr/lib/qt3/include -I`cat pypath.comp` -DGUIISQT > In file included from /usr/include/python2.3/Python.h:8, > from common/eventreciever.c:22: > /usr/include/python2.3/pyconfig.h:844:1: "_POSIX_C_SOURCE" redefined > In file included from /usr/include/limits.h:26, > from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2.2/include/limits.h:132, > from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2.2/include/syslimits.h:7, > from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2.2/include/limits.h:11, > from common/nsmtracker.h:40, > from common/eventreciever.c:20: > /usr/include/features.h:171:1: this is the location of the previous definition > make: *** [eventreciever.o] Error 1 It shouldn't be very important. Just go into the Makefile and remove "-Werror" from line 71. That might "solve" other potentional compiling problems as well. --