[PD] [GEM] compilation error in fedora13

Jaime Oliver jaime.oliver2 at gmail.com
Wed Oct 20 03:29:22 CEST 2010


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 at 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 at iem.at>wrote:

> 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 at iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
>


-- 
Jaime E Oliver LR

www.jaimeoliver.pe

858 750 0924 (cel)
858 202 1522 (home)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20101019/244f4c97/attachment.htm>


More information about the Pd-list mailing list