Hi,
I'm trying to compile the sample module[1] but ends up with a configure error: configuring in Hello running /bin/bash /home/kaos/dev/Pike/7.4/src/modules/../configure --prefix=/home/kaos --without-GL --without-GLUT --without-GTK --without-Image --without-Crypto --without-Gdbm --without-SDL --cache-file=../.././config.cache --srcdir=/home/kaos/dev/Pike/7.4/src/modules/Hello configure: error: can not find sources in /home/kaos/dev/Pike/7.4/src/modules/Hello configure: error: /home/kaos/dev/Pike/7.4/src/modules/../configure failed for Hello configure: error: /home/kaos/dev/Pike/7.4/src/modules/configure failed for modules make: *** [configure] Error 1
Pike (7.4 from CVS) compiles fine if I remove the Hello module from the source tree. System (build dir): linux-2.4.25-gentoo-i686
Tried to look at other modules configure.in and Makefile.in, but none of my attempts to adapt have had any success. I'm not a make/configure veteran, so I may have missed a tiny obvious detail, but the files should (as stated on the site) compile as is.
I did try to put it in post_modules, but made no differ.
Any hints welcome.
Thanks, Andreas