public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Fabian Andres Ramirez <fabian.a.ramirez@gmail.com>
To: gcc-help@gcc.gnu.org
Subject: Error in compilation
Date: Wed, 06 Jul 2005 20:34:00 -0000	[thread overview]
Message-ID: <33051ce105070613342af1c2d9@mail.gmail.com> (raw)

Hi!

I have a problem that others have had and I do not know if they have
been able to solve.  I am trying to compile the ACE and I have
problems.
The error is:

make -f Makefile SUBDIR_TARGET=all ace.subdir ACEXML.subdir netsvcs.subdir
tests.subdir apps.subdir examples.subdir performance-tests.subdir
websvcs.subdir Kokyu.subdir
make[1]: Entering directory `/opt/local/src/ACE_wrappers'
make -f Makefile -C ace all
make[2]: Entering directory `/opt/local/src/ACE_wrappers/ace'
make[3]: Entering directory `/opt/local/src/ACE_wrappers/ace'

Makefile: /opt/local/src/ACE_wrappers/ace/Makefile.ace

g++ -W -Wall -Wpointer-arith -pipe -D_POSIX_PTHREAD_SEMANTICS -O3 -g
-I/usr/local/src/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/src/ACE_wrappers/ace/Unbounded_Queue.h:286,
                from /usr/local/src/ACE_wrappers/ace/ARGV.h:24,
                from ARGV.cpp:6:
/usr/local/src/ACE_wrappers/ace/Unbounded_Queue.cpp: In member function
`void ACE_Unbounded_Queue<T>::delete_nodes()':
/usr/local/src/ACE_wrappers/ace/Unbounded_Queue.cpp:133: error:
expected class-name
before '(' token
/usr/local/src/ACE_wrappers/ace/Unbounded_Queue.cpp: In destructor
`ACE_Unbounded_Queue<T>::~ACE_Unbounded_Queue()':
/usr/local/src/ACE_wrappers/ace/Unbounded_Queue.cpp:153: error:
expected class-name
before '(' token
/usr/local/src/ACE_wrappers/ace/Unbounded_Queue.cpp: In member function
`int ACE_Unbounded_Queue<T>::dequeue_head(T&)':
/usr/local/src/ACE_wrappers/ace/Unbounded_Queue.cpp:223: error:
expected class-name
before '(' token
make[3]: *** [.shobj/ARGV.o] Error 1
make[3]: Leaving directory `/opt/local/src/ACE_wrappers/ace'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/opt/local/src/ACE_wrappers/ace'
make[1]: *** [ace.subdir] Error 2
make[1]: Leaving directory `/opt/local/src/ACE_wrappers'
make: *** [all.nested] Error 2


Them attached detailed information more:

ACE VERSION: 5.4.6

HOST MACHINE and OPERATING SYSTEM:
       - Sun Ultra 5
       - Solaris 9

COMPILER NAME AND VERSION:
       gcc version 3.4.2


If you need more information, I'm to its disposition.

Thank you very much

Fabian

                 reply	other threads:[~2005-07-06 20:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=33051ce105070613342af1c2d9@mail.gmail.com \
    --to=fabian.a.ramirez@gmail.com \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).