News:

Do you need help?
Simutrans Wiki Manual can help you to play and extend Simutrans. In 9 languages.

nightly Problem with compiling r3426

Started by wernieman, June 07, 2010, 06:55:41 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

wernieman

Hey

the nightly Server get an Problem to compile with gcc4 and Linux64 with the r3426

The Compileroutput

gcc4:
===> CXX bauer/brueckenbauer.cc
bauer/../gui/components/ding_view_t.h:11: error: extra qualification 'ding_view_t::' on member 'ding_view_t'
bauer/../gui/components/ding_view_t.h:18: error: extra qualification 'ding_view_t::' on member 'get_location'
make: *** [bauer/brueckenbauer.o] Error 1


Linux64:
===> CXX bauer/brueckenbauer.cc
In file included from bauer/../gui/thing_info.h:14,
                 from bauer/../gui/fabrik_info.h:11,
                 from bauer/../gui/factorylist_stats_t.h:15,
                 from bauer/../gui/factorylist_frame_t.h:7,
                 from bauer/../simwerkz.h:48,
                 from bauer/brueckenbauer.cc:11:
bauer/../gui/components/ding_view_t.h:11: error: extra qualification 'ding_view_t::' on member 'ding_view_t'
bauer/../gui/components/ding_view_t.h:13: warning: type qualifiers ignored on function return type
bauer/../gui/components/ding_view_t.h:18: error: extra qualification 'ding_view_t::' on member 'get_location'
make: *** [bauer/brueckenbauer.o] Error 1


Can somebody look?
Ore did you need more Info??

Thanks,
Werner
I hope you understand my English

knightly

Just a couple of superfluous class scope qualifications. Should be fixed in r3445.

wernieman

Thanks .. I test it with he next compilerrun next night
I hope you understand my English