> 1. /usr/lib/gcc-lib/i386-linux/2.95.4/include/stdbool.h Any possibility of some clever #define/#undef around the #include <curses.h> to make patching the system header file unnecessary?
> 2. Python.h not found When you call newSapdbSrc.py to create the development profile, you can use the option -pyinclude to specify the location of the Python header files. I though I had everything set up such that when newSapdbSrc.py doesn't find the header files, then the Python extensions aren't built at all. > !$TOOL/bin/instlserver > /bin/sh: > /home/toberste/sandbox/sapdb74/TOOLSRC/bin/instlserver: No such\ > file or directory > COMMAND error 127 > 'ls.mac' not made because of dependency errors Edit $DESC/ls.mac and add conditional compiling around the line with the instlserver call: &ifdef SAPDB_INTERNAL !$TOOL/bin/instlserver &endif instlserver makes a suid root program out of lserver, but this isn't really necessary for single user development. Daniel Dittmar -- Daniel Dittmar SAP DB, SAP Labs Berlin [EMAIL PROTECTED] http://www.sapdb.org/ _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
