On Saturday 27 July 2002 09:53, I wrote: > I checked out the latest updates from CVS today and rebuilt the > server. I checked the config.log file - which I haven't done before > and noted that Python.h wasn't detected. So anyway, I started to dig a bit even albeit crudely... BTW, I am not sure if you'd rather I posted to the normal list instead of the devel list... My original post was to devel was accidental. I went ahead and modified configure to be able to find Python.h even though I felt sure something would break during the make. Then, I ran make depend after tweaking plugin_python.h to look for Python.h in /usr/include/python2.0: --- making depend in plugin... make[1]: Entering directory `/home/operator/cvs/crossfire/crossfire/plugin' /usr/X11R6/bin/makedepend -- -g -O2 -I../include -I./../include -I./include -I../include -- plugin_python.c "plugin_python.c":104: defined __cplusplus ? __GNUC_PREREQ (2, 6) : __GNUC_PREREQ (2, 4) ^--- expecting : make[1]: Leaving directory `/home/operator/cvs/crossfire/crossfire/plugin' making depend in crossedit... make[1]: Entering directory `/home/operator/cvs/crossfire/crossfire/crossedit' makedepend -- -g -O2 -I/usr/X11R6/include/ -I../include -I. -Iinclude -I./../include -I. -I./include -ICnv -I./Cnv -I../include -Iinclude -ICnv -I. -- crossedit.c Attr.c CrFace.c CrEdit.c CrList.c CrUtil.c Edit.c App.c Bitmaps.c Str.c xutil.c "crossedit.c":104: defined __cplusplus ? __GNUC_PREREQ (2, 6) : __GNUC_PREREQ (2, 4) ^--- expecting : (cd Cnv; make depend) make[2]: Entering directory `/home/operator/cvs/crossfire/crossfire/crossedit/Cnv' /usr/X11R6/bin/makedepend -- -I/usr/X11R6/include -I../include -I. -I../../include -- test.c CnvUtil.c CnvBrowse.c CnvNotify.c CnvMenu.c CnvFiles.c CnvPath.c CnvPrompt.c "test.c":104: defined __cplusplus ? __GNUC_PREREQ (2, 6) : __GNUC_PREREQ (2, 4) ^--- expecting : make[2]: Leaving directory `/home/operator/cvs/crossfire/crossfire/crossedit/Cnv' make[1]: Leaving directory `/home/operator/cvs/crossfire/crossfire/crossedit' --- Ok, so, now I'm not sure what the "expecting" messages mean..... and whether or not they are critical. I did a make next, and it completed without errors.