Re: [PD] [GEM] compilation error in fedora13

2010-11-17 Thread IOhannes m zmölnig
-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: > > [joliv...@cajachica src]$ ./autogen.sh > (cd . ; aclocal) > (cd . ; autoconf) yes, those were the times since i have no idea what is

Re: [PD] [GEM] compilation error in fedora13

2010-11-17 Thread Jaime Oliver
in case it is relevant, gem-0.92-2 ./autogen.sh outputs: [joliv...@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 wrote: > ok. > s

Re: [PD] [GEM] compilation error in fedora13

2010-11-17 Thread Jaime Oliver
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...

Re: [PD] [GEM] compilation error in fedora13

2010-10-20 Thread IOhannes m zmoelnig
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 && ./auto

Re: [PD] [GEM] compilation error in fedora13

2010-10-19 Thread Jaime Oliver
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_REFERENCEPA

Re: [PD] [GEM] compilation error in fedora13

2010-10-12 Thread IOhannes m zmoelnig
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' > ./configur

[PD] [GEM] compilation error in fedora13

2010-10-11 Thread Jaime Oliver
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 i