Hi all,
I am getting the following error when running ./configure in the latest gem from svn:
checking whether ln -s works... yes
./configure: line 3662: syntax error near unexpected token
REFERENCEPATH=$GEM_RTE_REFERENCEPATH' ./configure: line 3662:
REFERENCEPATH=$GEM_RTE_REFERENCEPATH'
any idea what it means?
best,
J
On 2010-10-12 03:17, Jaime Oliver wrote:
Hi all,
I am getting the following error when running ./configure in the latest gem from svn:
checking whether ln -s works... yes ./configure: line 3662: syntax error near unexpected token
REFERENCEPATH=$GEM_RTE_REFERENCEPATH' ./configure: line 3662:
REFERENCEPATH=$GEM_RTE_REFERENCEPATH'any idea what it means?
no, not really. it's probably some problem with you /bin/sh (which shell are you using).
anyhow, the REFERENCEPATH is not needed anyhow, so you could just get rid of the 2 offending lines in configure.ac (see attached patch), re-run autoconf && ./configure
if this doesn't help, then the problem is probably elsewhere. (just a wild guess: maybe you have to change 'GEM_CHECK_RTE()' to 'GEM_CHECK_RTE')
gmasdr IOhannes
hi iohannes, thanks for your reply
when running:
-AC_SUBST(REFERENCEPATH)
GEM_CHECK_RTE() -REFERENCEPATH=$GEM_RTE_REFERENCEPATH
I get:
./configure: line 3662: syntax error near unexpected token
-REFERENCEPATH=$GEM_RTE_REFERENCEPATH' ./configure: line 3662:
-REFERENCEPATH=$GEM_RTE_REFERENCEPATH'
[joliverl@warren src]$
//////////
when removing
AC_SUBST(REFERENCEPATH) and REFERENCEPATH=$GEM_RTE_REFERENCEPATH
I get:
./configure: line 3661: syntax error near unexpected token GEM_ARG_ENABLE' ./configure: line 3661:
GEM_ARG_ENABLE(PIC, PositionIndependentCode
(potentially slower))'
//////////////////
When changing GEM_CHECK_RTE() for GEM_CHECK_RTE
I get:
./configure: line 3659: GEM_CHECK_RTE: command not found
./configure: line 3661: syntax error near unexpected token PIC,' ./configure: line 3661:
GEM_ARG_ENABLE(PIC, PositionIndependentCode
(potentially slower))'
any ideas?
best,
J
On Tue, Oct 12, 2010 at 1:05 AM, IOhannes m zmoelnig zmoelnig@iem.atwrote:
On 2010-10-12 03:17, Jaime Oliver wrote:
Hi all,
I am getting the following error when running ./configure in the latest
gem
from svn:
checking whether ln -s works... yes ./configure: line 3662: syntax error near unexpected token
REFERENCEPATH=$GEM_RTE_REFERENCEPATH' ./configure: line 3662:
REFERENCEPATH=$GEM_RTE_REFERENCEPATH'any idea what it means?
no, not really. it's probably some problem with you /bin/sh (which shell are you using).
anyhow, the REFERENCEPATH is not needed anyhow, so you could just get rid of the 2 offending lines in configure.ac (see attached patch), re-run autoconf && ./configure
if this doesn't help, then the problem is probably elsewhere. (just a wild guess: maybe you have to change 'GEM_CHECK_RTE()' to 'GEM_CHECK_RTE')
gmasdr IOhannes
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 2010-10-20 03:29, Jaime Oliver wrote:
hi iohannes, thanks for your reply
any ideas?
it seems like the macros are not properly found. make sure you:
(this file holds the macros you seem to be missing)
$ cd ..../Gem/src && ./autogen.sh before running ./configure
are there any errors when running ./autogen.sh?
fgmasdr IOhannes
ok. so I've been away from the machines...
if I run ./autogen.sh
both in fedora 11 and 13 and the current svn gem:
./configure moves until:
"checking for a BSD-compatible install... /usr/bin/install -c"
and then loops back to:
"checking whether build environment is sane... yes"
for ever...
I should mention that until recently i never used ./autogen.sh. I used instead aclocal and then autoconf and worked fine.
thanks!
J
On Wed, Oct 20, 2010 at 1:28 AM, IOhannes m zmoelnig zmoelnig@iem.atwrote:
On 2010-10-20 03:29, Jaime Oliver wrote:
hi iohannes, thanks for your reply
any ideas?
it seems like the macros are not properly found. make sure you:
- have the file "src/m4/gem.m4"
(this file holds the macros you seem to be missing)
- have correctly run:
$ cd ..../Gem/src && ./autogen.sh before running ./configure
are there any errors when running ./autogen.sh?
fgmasdr IOhannes
in case it is relevant, gem-0.92-2
./autogen.sh outputs:
[joliverl@cajachica src]$ ./autogen.sh (cd . ; aclocal) (cd . ; autoconf) if everything above succeeded, you can now run './configure' for options see './configure --help'
J
On Wed, Nov 17, 2010 at 1:36 AM, Jaime Oliver jaime.oliver2@gmail.comwrote:
ok. so I've been away from the machines...
if I run ./autogen.sh
both in fedora 11 and 13 and the current svn gem:
./configure moves until:
"checking for a BSD-compatible install... /usr/bin/install -c"
and then loops back to:
"checking whether build environment is sane... yes"
for ever...
I should mention that until recently i never used ./autogen.sh. I used instead aclocal and then autoconf and worked fine.
thanks!
J
On Wed, Oct 20, 2010 at 1:28 AM, IOhannes m zmoelnig zmoelnig@iem.atwrote:
On 2010-10-20 03:29, Jaime Oliver wrote:
hi iohannes, thanks for your reply
any ideas?
it seems like the macros are not properly found. make sure you:
- have the file "src/m4/gem.m4"
(this file holds the macros you seem to be missing)
- have correctly run:
$ cd ..../Gem/src && ./autogen.sh before running ./configure
are there any errors when running ./autogen.sh?
fgmasdr IOhannes
-- Jaime E Oliver LR
www.jaimeoliver.pe
858 750 0924 (cel) 858 202 1522 (home)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 11/17/2010 11:41 AM, Jaime Oliver wrote:
in case it is relevant, gem-0.92-2
./autogen.sh outputs:
[joliverl@cajachica src]$ ./autogen.sh (cd . ; aclocal) (cd . ; autoconf)
yes, those were the times....
since i have no idea what is going wrong, could you please:
$ ./autogen.sh
and eventually the resulting configure script (zipped).
I should mention that until recently i never used ./autogen.sh. I used instead aclocal and then autoconf and worked fine.
...but the times are a-changing
parts of Gem's build system are now based on automake/libtool which is why you know have to run "autoreconf" (autogen is a wrapper around that)
fgmard IOhannes
OK:, so,
attached are the config files that result from running autogen and copied below is the output of running ./autogen.sh in Fedora 13.
It still loops forever around "checking whether build environment is sane... yes" which in opposition to sanity sounds more like obsessive compulsive behavior...
thanks!
J
[joliverl@warren src]$ ./autogen.sh
kernel Linux
PATH:
/usr/lib64/qt-3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/lib64/ccache:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/joliverl/bin
running autoreconf
autoreconf: Entering directory .' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I m4 autoreconf: configure.ac: tracing autoreconf: configure.ac: adding subdirectory extra to autoreconf autoreconf: Entering directory
extra'
autoreconf: running: aclocal --force
autoreconf: configure.ac: adding subdirectory pix_artoolkit to autoreconf
autoreconf: Entering directory pix_artoolkit' autoreconf: running: aclocal --force -I ../../m4 autoreconf: configure.ac: not using Libtool autoreconf: running: /usr/bin/autoconf --force autoreconf: running: /usr/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing configure.ac:4: installing
../../missing'
autoreconf: Leaving directory pix_artoolkit' autoreconf: configure.ac: not using Autoheader autoreconf: configure.ac: not using Automake autoreconf: Leaving directory
extra'
autoreconf: configure.ac: adding subdirectory plugins to autoreconf
autoreconf: Entering directory plugins' autoreconf: configure.ac: adding subdirectory filmAVI to autoreconf autoreconf: Entering directory
filmAVI'
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, .'. libtoolize: copying file
./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, ../../m4'. libtoolize: copying file
../../m4/libtool.m4'
libtoolize: copying file ../../m4/ltoptions.m4' libtoolize: copying file
../../m4/ltsugar.m4'
libtoolize: copying file ../../m4/ltversion.m4' libtoolize: copying file
../../m4/lt~obsolete.m4'
configure.ac:14: installing ./config.guess' configure.ac:14: installing
./config.sub'
configure.ac:7: installing ./install-sh' configure.ac:7: installing
./missing'
Makefile.am: installing ./depcomp' autoreconf: Leaving directory
filmAVI'
autoreconf: configure.ac: adding subdirectory filmAVIPLAY to autoreconf
autoreconf: Entering directory filmAVIPLAY' libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR,
.'.
libtoolize: copying file ./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR,
../../m4'.
libtoolize: copying file ../../m4/libtool.m4' libtoolize: copying file
../../m4/ltoptions.m4'
libtoolize: copying file ../../m4/ltsugar.m4' libtoolize: copying file
../../m4/ltversion.m4'
libtoolize: copying file ../../m4/lt~obsolete.m4' configure.ac:14: installing
./config.guess'
configure.ac:14: installing ./config.sub' configure.ac:7: installing
./install-sh'
configure.ac:7: installing ./missing' Makefile.am: installing
./depcomp'
autoreconf: Leaving directory filmAVIPLAY' autoreconf: configure.ac: adding subdirectory filmDarwin to autoreconf autoreconf: Entering directory
filmDarwin'
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, .'. libtoolize: copying file
./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, ../../m4'. libtoolize: copying file
../../m4/libtool.m4'
libtoolize: copying file ../../m4/ltoptions.m4' libtoolize: copying file
../../m4/ltsugar.m4'
libtoolize: copying file ../../m4/ltversion.m4' libtoolize: copying file
../../m4/lt~obsolete.m4'
configure.ac:14: installing ./config.guess' configure.ac:14: installing
./config.sub'
configure.ac:7: installing ./install-sh' configure.ac:7: installing
./missing'
Makefile.am: installing ./depcomp' autoreconf: Leaving directory
filmDarwin'
autoreconf: configure.ac: adding subdirectory filmDS to autoreconf
autoreconf: Entering directory filmDS' libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR,
.'.
libtoolize: copying file ./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR,
../../m4'.
libtoolize: copying file ../../m4/libtool.m4' libtoolize: copying file
../../m4/ltoptions.m4'
libtoolize: copying file ../../m4/ltsugar.m4' libtoolize: copying file
../../m4/ltversion.m4'
libtoolize: copying file ../../m4/lt~obsolete.m4' configure.ac:14: installing
./config.guess'
configure.ac:14: installing ./config.sub' configure.ac:7: installing
./install-sh'
configure.ac:7: installing ./missing' Makefile.am: installing
./depcomp'
autoreconf: Leaving directory filmDS' autoreconf: configure.ac: adding subdirectory filmGMERLIN to autoreconf autoreconf: Entering directory
filmGMERLIN'
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, .'. libtoolize: copying file
./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, ../../m4'. libtoolize: copying file
../../m4/libtool.m4'
libtoolize: copying file ../../m4/ltoptions.m4' libtoolize: copying file
../../m4/ltsugar.m4'
libtoolize: copying file ../../m4/ltversion.m4' libtoolize: copying file
../../m4/lt~obsolete.m4'
configure.ac:14: installing ./config.guess' configure.ac:14: installing
./config.sub'
configure.ac:7: installing ./install-sh' configure.ac:7: installing
./missing'
Makefile.am: installing ./depcomp' autoreconf: Leaving directory
filmGMERLIN'
autoreconf: configure.ac: adding subdirectory filmMPEG1 to autoreconf
autoreconf: Entering directory filmMPEG1' libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR,
.'.
libtoolize: copying file ./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR,
../../m4'.
libtoolize: copying file ../../m4/libtool.m4' libtoolize: copying file
../../m4/ltoptions.m4'
libtoolize: copying file ../../m4/ltsugar.m4' libtoolize: copying file
../../m4/ltversion.m4'
libtoolize: copying file ../../m4/lt~obsolete.m4' configure.ac:16: installing
./config.guess'
configure.ac:16: installing ./config.sub' configure.ac:7: installing
./install-sh'
configure.ac:7: installing ./missing' Makefile.am: installing
./depcomp'
autoreconf: Leaving directory filmMPEG1' autoreconf: configure.ac: adding subdirectory filmMPEG3 to autoreconf autoreconf: Entering directory
filmMPEG3'
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, .'. libtoolize: copying file
./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, ../../m4'. libtoolize: copying file
../../m4/libtool.m4'
libtoolize: copying file ../../m4/ltoptions.m4' libtoolize: copying file
../../m4/ltsugar.m4'
libtoolize: copying file ../../m4/ltversion.m4' libtoolize: copying file
../../m4/lt~obsolete.m4'
configure.ac:14: installing ./config.guess' configure.ac:14: installing
./config.sub'
configure.ac:7: installing ./install-sh' configure.ac:7: installing
./missing'
Makefile.am: installing ./depcomp' autoreconf: Leaving directory
filmMPEG3'
autoreconf: configure.ac: adding subdirectory filmQT to autoreconf
autoreconf: Entering directory filmQT' libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR,
.'.
libtoolize: copying file ./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR,
../../m4'.
libtoolize: copying file ../../m4/libtool.m4' libtoolize: copying file
../../m4/ltoptions.m4'
libtoolize: copying file ../../m4/ltsugar.m4' libtoolize: copying file
../../m4/ltversion.m4'
libtoolize: copying file ../../m4/lt~obsolete.m4' configure.ac:14: installing
./config.guess'
configure.ac:14: installing ./config.sub' configure.ac:7: installing
./install-sh'
configure.ac:7: installing ./missing' Makefile.am: installing
./depcomp'
autoreconf: Leaving directory filmQT' autoreconf: configure.ac: adding subdirectory filmQT4L to autoreconf autoreconf: Entering directory
filmQT4L'
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, .'. libtoolize: copying file
./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, ../../m4'. libtoolize: copying file
../../m4/libtool.m4'
libtoolize: copying file ../../m4/ltoptions.m4' libtoolize: copying file
../../m4/ltsugar.m4'
libtoolize: copying file ../../m4/ltversion.m4' libtoolize: copying file
../../m4/lt~obsolete.m4'
configure.ac:14: installing ./config.guess' configure.ac:14: installing
./config.sub'
configure.ac:7: installing ./install-sh' configure.ac:7: installing
./missing'
Makefile.am: installing ./depcomp' autoreconf: Leaving directory
filmQT4L'
autoreconf: configure.ac: adding subdirectory filmTEST to autoreconf
autoreconf: Entering directory filmTEST' libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR,
.'.
libtoolize: copying file ./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR,
../../m4'.
libtoolize: copying file ../../m4/libtool.m4' libtoolize: copying file
../../m4/ltoptions.m4'
libtoolize: copying file ../../m4/ltsugar.m4' libtoolize: copying file
../../m4/ltversion.m4'
libtoolize: copying file ../../m4/lt~obsolete.m4' configure.ac:16: installing
./config.guess'
configure.ac:16: installing ./config.sub' configure.ac:7: installing
./install-sh'
configure.ac:7: installing ./missing' Makefile.am: installing
./depcomp'
autoreconf: Leaving directory filmTEST' autoreconf: configure.ac: adding subdirectory recordQT to autoreconf autoreconf: Entering directory
recordQT'
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, .'. libtoolize: copying file
./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, ../../m4'. libtoolize: copying file
../../m4/libtool.m4'
libtoolize: copying file ../../m4/ltoptions.m4' libtoolize: copying file
../../m4/ltsugar.m4'
libtoolize: copying file ../../m4/ltversion.m4' libtoolize: copying file
../../m4/lt~obsolete.m4'
configure.ac:14: installing ./config.guess' configure.ac:14: installing
./config.sub'
configure.ac:7: installing ./install-sh' configure.ac:7: installing
./missing'
Makefile.am: installing ./depcomp' autoreconf: Leaving directory
recordQT'
autoreconf: configure.ac: adding subdirectory recordQT4L to autoreconf
autoreconf: Entering directory recordQT4L' libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR,
.'.
libtoolize: copying file ./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR,
../../m4'.
libtoolize: copying file ../../m4/libtool.m4' libtoolize: copying file
../../m4/ltoptions.m4'
libtoolize: copying file ../../m4/ltsugar.m4' libtoolize: copying file
../../m4/ltversion.m4'
libtoolize: copying file ../../m4/lt~obsolete.m4' configure.ac:14: installing
./config.guess'
configure.ac:14: installing ./config.sub' configure.ac:7: installing
./install-sh'
configure.ac:7: installing ./missing' Makefile.am: installing
./depcomp'
autoreconf: Leaving directory recordQT4L' autoreconf: configure.ac: adding subdirectory recordV4L to autoreconf autoreconf: Entering directory
recordV4L'
autoreconf: running: aclocal --force -I ../../m4 -I .
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, .'. libtoolize: copying file
./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, ../../m4'. libtoolize: copying file
../../m4/libtool.m4'
libtoolize: copying file ../../m4/ltoptions.m4' libtoolize: copying file
../../m4/ltsugar.m4'
libtoolize: copying file ../../m4/ltversion.m4' libtoolize: copying file
../../m4/lt~obsolete.m4'
configure.ac:14: installing ./config.guess' configure.ac:14: installing
./config.sub'
configure.ac:7: installing ./install-sh' configure.ac:7: installing
./missing'
Makefile.am: installing ./depcomp' autoreconf: Leaving directory
recordV4L'
autoreconf: configure.ac: adding subdirectory recordV4L2 to autoreconf
autoreconf: Entering directory recordV4L2' libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR,
.'.
libtoolize: copying file ./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR,
../../m4'.
libtoolize: copying file ../../m4/libtool.m4' libtoolize: copying file
../../m4/ltoptions.m4'
libtoolize: copying file ../../m4/ltsugar.m4' libtoolize: copying file
../../m4/ltversion.m4'
libtoolize: copying file ../../m4/lt~obsolete.m4' configure.ac:14: installing
./config.guess'
configure.ac:14: installing ./config.sub' configure.ac:7: installing
./install-sh'
configure.ac:7: installing ./missing' Makefile.am: installing
./depcomp'
autoreconf: Leaving directory recordV4L2' autoreconf: configure.ac: adding subdirectory videoAVT to autoreconf autoreconf: Entering directory
videoAVT'
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, .'. libtoolize: copying file
./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, ../../m4'. libtoolize: copying file
../../m4/libtool.m4'
libtoolize: copying file ../../m4/ltoptions.m4' libtoolize: copying file
../../m4/ltsugar.m4'
libtoolize: copying file ../../m4/ltversion.m4' libtoolize: copying file
../../m4/lt~obsolete.m4'
configure.ac:14: installing ./config.guess' configure.ac:14: installing
./config.sub'
configure.ac:7: installing ./install-sh' configure.ac:7: installing
./missing'
Makefile.am: installing ./depcomp' autoreconf: Leaving directory
videoAVT'
autoreconf: configure.ac: adding subdirectory videoDarwin to autoreconf
autoreconf: Entering directory videoDarwin' libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR,
.'.
libtoolize: copying file ./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR,
../../m4'.
libtoolize: copying file ../../m4/libtool.m4' libtoolize: copying file
../../m4/ltoptions.m4'
libtoolize: copying file ../../m4/ltsugar.m4' libtoolize: copying file
../../m4/ltversion.m4'
libtoolize: copying file ../../m4/lt~obsolete.m4' configure.ac:14: installing
./config.guess'
configure.ac:14: installing ./config.sub' configure.ac:7: installing
./install-sh'
configure.ac:7: installing ./missing' Makefile.am: installing
./depcomp'
autoreconf: Leaving directory videoDarwin' autoreconf: configure.ac: adding subdirectory videoDC1394 to autoreconf autoreconf: Entering directory
videoDC1394'
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, .'. libtoolize: copying file
./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, ../../m4'. libtoolize: copying file
../../m4/libtool.m4'
libtoolize: copying file ../../m4/ltoptions.m4' libtoolize: copying file
../../m4/ltsugar.m4'
libtoolize: copying file ../../m4/ltversion.m4' libtoolize: copying file
../../m4/lt~obsolete.m4'
configure.ac:14: installing ./config.guess' configure.ac:14: installing
./config.sub'
configure.ac:7: installing ./install-sh' configure.ac:7: installing
./missing'
Makefile.am: installing ./depcomp' autoreconf: Leaving directory
videoDC1394'
autoreconf: configure.ac: adding subdirectory videoDS to autoreconf
autoreconf: Entering directory videoDS' libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR,
.'.
libtoolize: copying file ./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR,
../../m4'.
libtoolize: copying file ../../m4/libtool.m4' libtoolize: copying file
../../m4/ltoptions.m4'
libtoolize: copying file ../../m4/ltsugar.m4' libtoolize: copying file
../../m4/ltversion.m4'
libtoolize: copying file ../../m4/lt~obsolete.m4' configure.ac:14: installing
./config.guess'
configure.ac:14: installing ./config.sub' configure.ac:7: installing
./install-sh'
configure.ac:7: installing ./missing' Makefile.am: installing
./depcomp'
autoreconf: Leaving directory videoDS' autoreconf: configure.ac: adding subdirectory videoDV4L to autoreconf autoreconf: Entering directory
videoDV4L'
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, .'. libtoolize: copying file
./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, ../../m4'. libtoolize: copying file
../../m4/libtool.m4'
libtoolize: copying file ../../m4/ltoptions.m4' libtoolize: copying file
../../m4/ltsugar.m4'
libtoolize: copying file ../../m4/ltversion.m4' libtoolize: copying file
../../m4/lt~obsolete.m4'
configure.ac:14: installing ./config.guess' configure.ac:14: installing
./config.sub'
configure.ac:7: installing ./install-sh' configure.ac:7: installing
./missing'
Makefile.am: installing ./depcomp' autoreconf: Leaving directory
videoDV4L'
autoreconf: configure.ac: adding subdirectory videoHALCON to autoreconf
autoreconf: Entering directory videoHALCON' libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR,
.'.
libtoolize: copying file ./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR,
../../m4'.
libtoolize: copying file ../../m4/libtool.m4' libtoolize: copying file
../../m4/ltoptions.m4'
libtoolize: copying file ../../m4/ltsugar.m4' libtoolize: copying file
../../m4/ltversion.m4'
libtoolize: copying file ../../m4/lt~obsolete.m4' configure.ac:14: installing
./config.guess'
configure.ac:14: installing ./config.sub' configure.ac:7: installing
./install-sh'
configure.ac:7: installing ./missing' Makefile.am: installing
./depcomp'
autoreconf: Leaving directory videoHALCON' autoreconf: configure.ac: adding subdirectory videoSGI to autoreconf autoreconf: Entering directory
videoSGI'
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, .'. libtoolize: copying file
./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, ../../m4'. libtoolize: copying file
../../m4/libtool.m4'
libtoolize: copying file ../../m4/ltoptions.m4' libtoolize: copying file
../../m4/ltsugar.m4'
libtoolize: copying file ../../m4/ltversion.m4' libtoolize: copying file
../../m4/lt~obsolete.m4'
configure.ac:14: installing ./config.guess' configure.ac:14: installing
./config.sub'
configure.ac:7: installing ./install-sh' configure.ac:7: installing
./missing'
Makefile.am: installing ./depcomp' autoreconf: Leaving directory
videoSGI'
autoreconf: configure.ac: adding subdirectory videoV4L to autoreconf
autoreconf: Entering directory videoV4L' libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR,
.'.
libtoolize: copying file ./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR,
../../m4'.
libtoolize: copying file ../../m4/libtool.m4' libtoolize: copying file
../../m4/ltoptions.m4'
libtoolize: copying file ../../m4/ltsugar.m4' libtoolize: copying file
../../m4/ltversion.m4'
libtoolize: copying file ../../m4/lt~obsolete.m4' configure.ac:14: installing
./config.guess'
configure.ac:14: installing ./config.sub' configure.ac:7: installing
./install-sh'
configure.ac:7: installing ./missing' Makefile.am: installing
./depcomp'
autoreconf: Leaving directory videoV4L' autoreconf: configure.ac: adding subdirectory videoV4L2 to autoreconf autoreconf: Entering directory
videoV4L2'
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, .'. libtoolize: copying file
./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, ../../m4'. libtoolize: copying file
../../m4/libtool.m4'
libtoolize: copying file ../../m4/ltoptions.m4' libtoolize: copying file
../../m4/ltsugar.m4'
libtoolize: copying file ../../m4/ltversion.m4' libtoolize: copying file
../../m4/lt~obsolete.m4'
configure.ac:14: installing ./config.guess' configure.ac:14: installing
./config.sub'
configure.ac:7: installing ./install-sh' configure.ac:7: installing
./missing'
Makefile.am: installing ./depcomp' autoreconf: Leaving directory
videoV4L2'
autoreconf: configure.ac: adding subdirectory videoVFW to autoreconf
autoreconf: Entering directory videoVFW' libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR,
.'.
libtoolize: copying file ./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR,
../../m4'.
libtoolize: copying file ../../m4/libtool.m4' libtoolize: copying file
../../m4/ltoptions.m4'
libtoolize: copying file ../../m4/ltsugar.m4' libtoolize: copying file
../../m4/ltversion.m4'
libtoolize: copying file ../../m4/lt~obsolete.m4' configure.ac:14: installing
./config.guess'
configure.ac:14: installing ./config.sub' configure.ac:7: installing
./install-sh'
configure.ac:7: installing ./missing' Makefile.am: installing
./depcomp'
autoreconf: Leaving directory videoVFW' autoreconf: Leaving directory
plugins'
configure.ac:208: installing ./config.guess' configure.ac:208: installing
./config.sub'
autoreconf: Leaving directory `.'
2010/11/17 IOhannes m zmölnig zmoelnig@iem.at
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 11/17/2010 11:41 AM, Jaime Oliver wrote:
in case it is relevant, gem-0.92-2
./autogen.sh outputs:
[joliverl@cajachica src]$ ./autogen.sh (cd . ; aclocal) (cd . ; autoconf)
yes, those were the times....
since i have no idea what is going wrong, could you please:
- send the output of running
$ ./autogen.sh
and eventually the resulting configure script (zipped).
I should mention that until recently i never used ./autogen.sh. I used instead aclocal and then autoconf and worked fine.
...but the times are a-changing
parts of Gem's build system are now based on automake/libtool which is why you know have to run "autoreconf" (autogen is a wrapper around that)
fgmard IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAkzk3AwACgkQkX2Xpv6ydvSXEwCfWY+ew+V8ZE/KTdq+A1SeWeVH dy0AnjMnpjiCqH0jZyE1VhQbSI1l1aAg =BCyE -----END PGP SIGNATURE-----
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list