dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[DotGNU]Compiling treecc from anon CVS


From: Alexandros Karypidis
Subject: [DotGNU]Compiling treecc from anon CVS
Date: Fri, 31 May 2002 18:40:58 +0300
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.8) Gecko/20020204

Hello everyone,

I have checked out treecc, pnet & pnetlib using anonymous CVS and am trying to compile treecc (for starters).
I am using autoconf 2.52 and automake 1.5 on a SuSE 8.0 x86 system.

Running auto_gen.sh gives me several messages:

===================================================
address@hidden:~/Code/dotGNU/treecc> ./auto_gen.sh
/usr/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake/am/lang-compile.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake/am/lang-compile.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake/am/lang-compile.am: AMDEP does not appear in AM_CONDITIONAL examples/Makefile.am:/usr/share/automake/am/lex.am: LEX_OUTPUT_ROOT multiply defined in condition TRUE

 LEX_OUTPUT_ROOT (Automake, where = /usr/share/automake/am/lex.am) =
 {
   TRUE => @LEX_OUTPUT_ROOT@
 }
examples/Makefile.am:/usr/share/automake/am/lex.am: LEXLIB multiply defined in condition TRUE
 LEXLIB (Automake, where = /usr/share/automake/am/lex.am) =
 {
   TRUE => @LEXLIB@
 }
/usr/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake/am/lang-compile.am: AMDEP does not appear in AM_CONDITIONAL
configure.in:28: warning: AC_PROG_LEX invoked multiple times
address@hidden:~/Code/dotGNU/treecc>
===================================================

Still "configure" is created and I can run it with no problems. But when I try to compile afterwards, I get:

===================================================
address@hidden:~/Code/dotGNU/treecc> make
Makefile:239: *** missing separator.  Stop.
address@hidden:~/Code/dotGNU/treecc>
===================================================

As I really am not very familiar with automake/autoconf can someone provide some pointers as to what is going wrong?

Thanks!
Alexandros




reply via email to

[Prev in Thread] Current Thread [Next in Thread]