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