New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #25978 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

openmortal: extra qualification 'CChallengeMenu::' on member 'CChallengeMenu'

Reported by: barbak@… Owned by: ryandesign@…
Priority: Normal Milestone:
Component: ports Version: 1.9.1
Keywords: Cc:
Port: openmortal

Description (last modified by ryandesign@…) (diff)

On OSX 10.6.4
Darwin Kernel Version 10.4.0
g++: i686-apple-darwin10-g++-4.2.1

sudo port -v install openmortal                                  
--->  Computing dependencies for openmortal.
--->  Building openmortal
/usr/bin/make  all-recursive
Making all in data
Making all in fonts
make[3]: Nothing to be done for `all'.
Making all in gfx
make[3]: Nothing to be done for `all'.
Making all in script
make[3]: Nothing to be done for `all'.
Making all in sound
make[3]: Nothing to be done for `all'.
Making all in characters
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all-am'.
Making all in src
/usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I..   -I/opt/local/include  -pipe -O2 -arch x86_64 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/opt/local/include/freetype2 -I/opt/local/include  -pipe -O2 -arch x86_64 -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -I/opt/local/include  -I/opt/local/lib/perl5/5.8.9/darwin-2level/CORE  -DDATADIR=\"/opt/local/share/openmortal\" -Wall -c OnlineChat.cpp
/usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I..   -I/opt/local/include  -pipe -O2 -arch x86_64 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/opt/local/include/freetype2 -I/opt/local/include  -pipe -O2 -arch x86_64 -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -I/opt/local/include  -I/opt/local/lib/perl5/5.8.9/darwin-2level/CORE  -DDATADIR=\"/opt/local/share/openmortal\" -Wall -c GameOver.cpp
OnlineChat.cpp:59: error: extra qualification 'CChallengeMenu::' on member 'CChallengeMenu'
make[2]: *** [OnlineChat.o] Error 1
make[2]: *** Waiting for unfinished jobs....

Change History

comment:1 Changed 3 years ago by macsforever2000@…

  • Description modified (diff)

comment:2 Changed 3 years ago by ryandesign@…

  • Description modified (diff)
  • Summary changed from openmortal fails to build to openmortal: extra qualification 'CChallengeMenu::' on member 'CChallengeMenu'

comment:3 Changed 3 years ago by ryandesign@…

  • Status changed from new to assigned
  • Owner changed from macports-tickets@… to ryandesign@…

Fix is attached to this upstream bug report.

comment:4 Changed 3 years ago by ryandesign@…

  • Status changed from assigned to closed
  • Resolution set to fixed

Fixed in r70355. Thanks for reporting the issue.

Note: See TracTickets for help on using tickets.