public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Errors while compiling ACE with c++ 3.4.2, any help?
@ 2004-12-10 10:44 yf_lw
  0 siblings, 0 replies; only message in thread
From: yf_lw @ 2004-12-10 10:44 UTC (permalink / raw)
  To: gcc-help

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=GB18030; format=flowed, Size: 1508 bytes --]

the following is the error messages while call make:

make[1]: Entering directory `/usr/local/ACE_wrappers/ace'

Makefile: /usr/local/ACE_wrappers/ace/Makefile.ace

g++ -W -Wall -Wpointer-arith -pipe -O3 -g    -D_REENTRANT 
-DACE_HAS_AIO_CALLS -D_GNU_SOURCE   -I/usr/local/ACE_wrappers 
-DACE_HAS_EXCEPTIONS -D__ACE_INLINE__ -DACE_BUILD_DLL 
-DACE_OS_BUILD_DLL  -c -fPIC -o .shobj/ARGV.o ARGV.cpp
In file included from /usr/local/ACE_wrappers/ace/Unbounded_Queue.h:286,
                 from /usr/local/ACE_wrappers/ace/ARGV.h:24,
                 from ARGV.cpp:6:
/usr/local/ACE_wrappers/ace/Unbounded_Queue.cpp: In member function 
`void ACE_Unbounded_Queue<T>::delete_nodes()':
/usr/local/ACE_wrappers/ace/Unbounded_Queue.cpp:133: error: expected 
class-name before '(' token
/usr/local/ACE_wrappers/ace/Unbounded_Queue.cpp: In destructor 
`ACE_Unbounded_Queue<T>::~ACE_Unbounded_Queue()':
/usr/local/ACE_wrappers/ace/Unbounded_Queue.cpp:153: error: expected 
class-name before '(' token
/usr/local/ACE_wrappers/ace/Unbounded_Queue.cpp: In member function `int 
ACE_Unbounded_Queue<T>::dequeue_head(T&)':
/usr/local/ACE_wrappers/ace/Unbounded_Queue.cpp:223: error: expected 
class-name before '(' token
make[1]: *** [.shobj/ARGV.o] ´íÎó 1
make[1]: Leaving directory `/usr/local/ACE_wrappers/ace'
make: *** [all] ´íÎó 2
[root@BlackHat ace]#


What's the matter? It works well whith the old version GCC. Dose GCC 
3.4.2 not compatible with the elder version?
My OS is FC3 with GCC 3.4.2. any ideas?

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-12-10 10:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-10 10:44 Errors while compiling ACE with c++ 3.4.2, any help? yf_lw

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).