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
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
Have you created the configure-script for the Hello module? ie is there a Hello/configure? If not, create one by running src/run_autoconfig
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
Which version of autoconf do you have?
/ Henrik Grubbström (Lysator)
Previous text:
2004-07-06 11:56: Subject: Module sources
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
-- (1) http://pike.ida.liu.se/projects/docs/cmods/hello.tgz
/ Kaos
That was the missing link, yes. Thanks for the extra explanation (what to look for) since I only got it working without really knowing why (except for the fact that I did run the autoconf script).
/ Kaos
Previous text:
2004-07-06 13:49: Subject: Module sources
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
Have you created the configure-script for the Hello module? ie is there a Hello/configure? If not, create one by running src/run_autoconfig
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
Which version of autoconf do you have?
/ Henrik Grubbström (Lysator)
pike-devel@lists.lysator.liu.se