I've had long-term problems building geektoys/revelation; namely, make[4]: Entering directory `/home/ronis/Project/notar/GNOME/garnome/geektoys/revelation/work/main.d/revelation-0.4.11/src/wrap/crack' /usr/bin/gcc -pthread -fno-strict-aliasing -fPIC -I/usr/include/python2.52.5 -c crack.c -o crack.o crack.c:21:20: error: Python.h: No such file or directory crack.c:43: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token crack.c:78: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'crack_methods'
The problem is a broken -I in src/wrap/crack's Makefile. It should be -I/usr/include/python2.5 not python2.525. Manually fixing it fixes the build. David -- garnome-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/garnome-list
