adonthell-devel
[Top][All Lists]
Advanced

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

[Adonthell-devel]


From: Tristen Hayfield
Subject: [Adonthell-devel]
Date: Sat, 04 Dec 2004 22:03:56 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040922

Hi,
I am interested by adonthell and I am trying to make the CVS version of
adonthell compile.

After fixing some build problems, I finally got stuck on a problem with
compiling the event module. The error looks like:
  event.cc:31: error: `event' is already declared in this scope

The offending line in event.cc is : using event::event;

Afaik, g++ won't allow both a namespace foo and a class foo to coexist
in the same scope. My version of g++ won't allow this.

I think a new namespace name needs to be chosen.

Tristen





reply via email to

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