I'm trying to compile 7.4 and get some include problems. Anyone directly knows the issue?
Outputting result files... Updating GTK/time_stamp Updating GTK/pgtk.c Total time spent... 1.6s make[5]: Entering directory `/home/nilsson/Pike/7.4/build/linux-2.6.24-27-gener\ ic-i686/post_modules/GTK' Makefile:274: warning: overriding commands for target `depend' Makefile:197: warning: ignoring old commands for target `depend' Compiling pgtk.c In file included from /home/nilsson/Pike/7.4/src/program.h:12, from /home/nilsson/Pike/7.4/src/post_modules/GTK/pgtk.h:13, from pgtk.c:2: /home/nilsson/Pike/7.4/src/global.h:58:21: error: machine.h: No such file or di\ rectory /home/nilsson/Pike/7.4/src/global.h:219:2: error: #error Unsupported type chose\ n for native pike integers. /home/nilsson/Pike/7.4/src/global.h:231:2: error: #error Unsupported type chose\ n for pike floats.
(machine.h is in /home/nilsson/Pike/7.4/build/linux-2.6.24-27-generic-i686/)
Compiling pgtk.c In file included from /home/nilsson/Pike/7.4/src/program.h:12, from /home/nilsson/Pike/7.4/src/post_modules/GTK/pgtk.h:13, from pgtk.c:2: /home/nilsson/Pike/7.4/src/global.h:58:21: error: machine.h: No such file or directory
Looks like you're missing a -I for the build root directory.
pike-devel@lists.lysator.liu.se