dotgnu-pnet
[Top][All Lists]
Advanced

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

[Pnet-developers] compiling problem; pnet-0.6.10 on AIX5.1


From: Frank Griessbaum
Subject: [Pnet-developers] compiling problem; pnet-0.6.10 on AIX5.1
Date: Mon, 10 Jan 2005 14:17:38 +0900 (JST)

Hi,

a)
I applied the patch in /suport/console.c Line 1211
 
 old: str = tparm(str, y, x);
 new: str = tparm(str, y, x, 0, 0, 0, 0, 0, 0, 0);

b)
Changed in auto_gen.sh
 
 "aclocal" to  "aclocal -I ./" 

and run configure with following options:

"configure --prefix=$LOCAL --enable-threads=posix --without-libffi 
--without-libgc"

and finally gamke stopped at following lines:

Some ideas about this problem??

Thank you very much in advance,

frank


gcc -DHAVE_CONFIG_H -I. -I. -I../../include    -I../.. -I../.. -I../../include 
-g -O2 -Wall -c cs_grammar.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include    -I../.. -I../.. -I../../include 
-g -O2 -Wall -c cs_lookup.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include    -I../.. -I../.. -I../../include 
-g -O2 -Wall -c cs_modifiers.c
flex   cs_scanner.l && mv lex.yy.c cs_scanner.c
gcc -DHAVE_CONFIG_H -I. -I. -I../../include    -I../.. -I../.. -I../../include 
-g -O2 -Wall -c cs_scanner.c
In file included from cs_scanner.l:27:
cs_grammar.h:65: error: parse error before numeric constant
cs_grammar.h:115: error: parse error before numeric constant
In file included from cs_scanner.l:27:
cs_grammar.h:187:1: warning: "FALSE" redefined
In file included from 
/home/dmmg/noguchi/gcc3.3/lib/gcc-lib/powerpc-ibm-aix5.1.0.0/3.3/include/stdio.h:386,
                 from lex.yy.c:29:


/home/dmmg/noguchi/gcc3.3/lib/gcc-lib/powerpc-ibm-aix5.1.0.0/3.3/include/sys/types.h:424:1:
 warning: this is the location of the previous definition
In file included from cs_scanner.l:27:
cs_grammar.h:237:1: warning: "TRUE" redefined
In file included from 
/home/dmmg/noguchi/gcc3.3/lib/gcc-lib/powerpc-ibm-aix5.1.0.0/3.3/include/stdio.h:386,
                 from lex.yy.c:29:
/home/dmmg/noguchi/gcc3.3/lib/gcc-lib/powerpc-ibm-aix5.1.0.0/3.3/include/sys/types.h:421:1:
 warning: this is the location of the previous definition
gmake[2]: *** [cs_scanner.o] Error 1
gmake[2]: Leaving directory `/home/cic/frankg/local/tar/pnet-0.6.10/cscc/csharp'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/cic/frankg/local/tar/pnet-0.6.10/cscc'
gmake: *** [all-recursive] Error 1



madcow log:

*** Diagnostics started at Mon Jan 10 14:13:50 JST 2005 ***
*** System: AIX whale 1 5 0020ADAA4C00 ***
*** User: frankg ***
*** Tool version information ***
*** Running: autoconf --version ***
autoconf (GNU Autoconf) 2.59
Written by David J. MacKenzie and Akim Demaille.

Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

*** Running: automake --version ***
automake (GNU automake) 1.9
Written by Tom Tromey <address@hidden>.

Copyright 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

*** Running: gcc -v ***
Reading specs from 
/home/dmmg/noguchi/gcc3.3/bin/../lib/gcc-lib/powerpc-ibm-aix5.1.0.0/3.3/specs
Configured with: configure  : (reconfigured) configure --enable-threads=posix
Thread model: aix
gcc version 3.3

*** Running: make -v ***
GNU Make 3.80
Copyright (C) 2002  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

*** Running: gmake -v ***
GNU Make 3.80
Copyright (C) 2002  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

*** Running: bison --version ***
bison (GNU Bison) 1.875
Written by Robert Corbett and Richard Stallman.

Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

*** Running: flex --version ***
flex version 2.5.4

*** End of tool version information ***





reply via email to

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