My pike doesn't compile, it dies needing gnome.h:
| Compiling pgtk.c | | cc1: Cannot allocate 73664800 bytes after allocating 10441760 bytes | WARNING: Compiler failure! Trying without optimization! | cc1: warning: -Wuninitialized is not supported without -O | In file included from pgtk.c:2: | /home/mirar/pike/src/post_modules/GTK/pgtk.h:36:20: gnome.h: No such file or directory | /home/mirar/pike/src/post_modules/GTK/pgtk.h:37:31: libgnorba/gnorba.h: No such file or directory | [hundreds of lines of errors] | pgtk.c:8617: parse error before '*' token | Compilation command was: | /home/mirar/pike/bumpy/smartlink gcc -I. -I/home/mirar/pike/src/post_modules/GTK -I/home/mirar/pike/bumpy -I/home/mirar/pike/src -I/usr/X11R6/include -DHAVE_CONFIG_H -I/usr/X11R6/include -W -Wall -Wno-unused -Wcomment -Wformat -Wimplicit-function-declaration -Wmultichar -Wswitch -Wuninitialized -Wpointer-arith -Wchar-subscripts -Wno-long-long -c pgtk.c -o pgtk.o | make[4]: *** [pgtk.o] Error 1 | make[4]: Leaving directory `/home/mirar/pike/bumpy/post_modules/GTK' | make[3]: *** [compile1] Error 2 | make[3]: Leaving directory `/home/mirar/pike/bumpy/post_modules/GTK' | make[2]: *** [GTK] Error 1 | make[2]: Leaving directory `/home/mirar/pike/bumpy/post_modules' | make[1]: *** [post_module_objects] Error 2 | make[1]: Leaving directory `/home/mirar/pike/bumpy' | make: *** [all] Error 2
Is there a difference between the include options for opimized and non-optimized, perhaps?
pike-devel@lists.lysator.liu.se