dotgnu-general
[Top][All Lists]
Advanced

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

[DotGNU]pnetC on OS X


From: Mario D . Santana
Subject: [DotGNU]pnetC on OS X
Date: Sun, 10 Aug 2003 10:49:15 -0700

Hey, all.

I'm finally getting my hands a little dirty with pnet. I've decided to try compiling the MACS client libraries via pnetC, rather than using swigsharp (which is badly broken) or hacking up something manually. It might also be a decent test case for the C compiler.

I'm having trouble compiling the pnetC library on MacOS X.2.6, treecc and pnet/pnetlib compiled and installed from CVS this morning. The error follows. It's the first compilation attempted, so I'm sure I'm doing something silly...

Cheers!

mds

----------------

address@hidden:pnetC$ make
Making all in include
Making all in .
make[2]: Nothing to be done for `all-am'.
Making all in bits
make[2]: Nothing to be done for `all'.
Making all in gnu
make[2]: Nothing to be done for `all'.
Making all in sys
make[2]: Nothing to be done for `all'.
Making all in libc
Making all in ctype
"/usr/local/bin/cscc" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"pnetC\" -DVERSION=\"0.5.11\" -I. -I. -nostdinc -I../../include -imacros ../../include/libc-symbols.h -x c "-L/Users/mds/src/dotGnu/p.net/pnetC/../pnetlib/csupport" "-L/Users/mds/src/dotGnu/p.net/pnetC/../pnetlib/runtime" -c `test -f 'wctype.c' || echo './'`wctype.c ../../include/stddef.h:42: parse error, expecting an identifier or `(' or `*' or `;', at or near `"long long"'
../../include/wctype.h:38: parse error, expecting `)', at or near `__c'
../../include/wctype.h:39: parse error, expecting `)', at or near `__c'
../../include/wctype.h:40: parse error, expecting `)', at or near `__c'
../../include/wctype.h:41: parse error, expecting `)', at or near `__c'
../../include/wctype.h:42: parse error, expecting `)', at or near `__c'
../../include/wctype.h:43: parse error, expecting `)', at or near `__c'
../../include/wctype.h:44: parse error, expecting `)', at or near `__c'
../../include/wctype.h:45: parse error, expecting `)', at or near `__c'
../../include/wctype.h:46: parse error, expecting `)', at or near `__c'
../../include/wctype.h:47: parse error, expecting `)', at or near `__c'
../../include/wctype.h:48: parse error, expecting `)', at or near `__c'
../../include/wctype.h:49: parse error, expecting `)', at or near `__c'
../../include/wctype.h:50: parse error, expecting `,' or `;', at or near `towlower' ../../include/wctype.h:51: parse error, expecting `,' or `;', at or near `towupper'
../../include/wctype.h:54: parse error, expecting `)', at or near `__wc'
../../include/wctype.h:57: parse error, expecting `,' or `;', at or near `towctrans'
wctype.c:28: parse error, expecting `)', at or near `c'
wctype.c:34: parse error, expecting `)', at or near `c'
wctype.c:40: parse error, expecting `)', at or near `c'
wctype.c:46: parse error, expecting `)', at or near `c'
wctype.c:52: parse error, expecting `)', at or near `c'
wctype.c:58: parse error, expecting `)', at or near `c'
wctype.c:64: parse error, expecting `)', at or near `c'
wctype.c:70: parse error, expecting `)', at or near `c'
wctype.c:76: parse error, expecting `)', at or near `c'
wctype.c:82: parse error, expecting `)', at or near `c'
wctype.c:88: parse error, expecting `)', at or near `c'
wctype.c:94: parse error, expecting `)', at or near `c'
make[2]: *** [wctype.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1



reply via email to

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