[GNE]Compilation complication
Brought to you by:
gillius
From: Aaron D. <aa...@fi...> - 2003-09-24 18:25:51
|
I am using gcc version 2.96 20000731 (Mandrake Linux 8.1 2.96-0.62mdk). I have successfully installed min_boost and HawkNL and am now trying to make gnelib. Everything compiles just fine (with some very minor adjustments) until I get to Console.cpp. I am not an expert C++-man so I'm not quite sure how to fix this problem. Any help would be greatly appreciated. Below is the error I'm getting. It appears to not like the type "int_type". Thanks so much for your time. -- Aaron Dalton aa...@fi... http://aaron.finch.st [root@chariss gnelib-0.70]# make g++ -c -o src/Console.o -MMD -Wall -Iinclude -I/usr/include -O3 -s -I/usr/local -I/usr/local/include -D_XOPEN_SOURCE=500 src/Console.cpp In file included from /usr/include/iostream.h:31, from /usr/include/stream.h:33, from /usr/include/ostream.h:25, from src/Console.cpp:21: /usr/include/streambuf.h: In method `ios::~ios ()': /usr/include/streambuf.h:485: warning: deleting `void *' is undefined In file included from include/gnelib/Console.h:24, from src/Console.cpp:28: include/gnelib/ConsoleStreambuf.h: At top level: include/gnelib/ConsoleStreambuf.h:47: syntax error before `(' include/gnelib/ConsoleStreambuf.h:77: syntax error before `(' include/gnelib/ConsoleStreambuf.h:78: parse error before `*' make: *** [src/Console.o] Error 1 [root@chariss gnelib-0.70]# |