bug-commoncpp
[Top][All Lists]
Advanced

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

Problem with


From: Zed Shaw
Subject: Problem with
Date: 09 Mar 2002 15:20:13 -0800

Hello All,

Looks like FreeBSD 4.5 is having problems compiling the command line
processing stuff.  It looks like it is doing something with the
namespaces that isn't right, but I haven't had time to get in and look
at it.  If someone needs access to a FreeBSD 4.5 box to work on this
problem, I'd be willing to give them an account.  

Here's the particulars:


------------------- g++ output ----------------------
c++ -DHAVE_CONFIG_H -I. -I. -I../src -I../include/cc++ -I../src    -g
-O2 -D_GNU
_SOURCE -D_REENTRANT -D_THREAD_SAFE -c cmdlineopt.cpp
cmdlineopt.cpp:86: syntax error before `('
cmdlineopt.cpp: In function `int Example_main(int, char **)':
cmdlineopt.cpp:112: `CommandOptionParse' undeclared (first use this
function)
cmdlineopt.cpp:112: (Each undeclared identifier is reported only once
cmdlineopt.cpp:112: for each function it appears in.)
cmdlineopt.cpp:112: `args' undeclared (first use this function)
cmdlineopt.cpp:116: implicit declaration of function `int
MakeCommandOptionParse(...)'
cmdlineopt.cpp:120: `helparg' undeclared (first use this function)
cmdlineopt.cpp:136: `test_option1' undeclared (first use this function)
cmdlineopt.cpp:141: `restoargs' undeclared (first use this function)
cmdlineopt.cpp: At top level:
cmdlineopt.cpp:156: syntax error before `*'
cmdlineopt.cpp:158: syntax error before `;'
cmdlineopt.cpp:177: syntax error before `{'
cmdlineopt.cpp:202: `cop' was not declared in this scope
cmdlineopt.cpp:203: virtual outside class declaration
cmdlineopt.cpp:203: variable or field `ParseDone' declared void
cmdlineopt.cpp:203: syntax error before `{'
cmdlineopt.cpp:208: syntax error before `<'


----------------- g++ information --------------------
gcc version 2.95.3 20010315 (release) [FreeBSD]



----------------- System information ------------------
FreeBSD localhost 4.5-RELEASE FreeBSD 4.5-RELEASE #0: 
Mon Jan 28 14:31:56 GMT 2002
address@hidden:/usr/src/sys/compile/GENERIC  i386




reply via email to

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