The International Simutrans Forum

Development => Patches & Projects => Incorporated Patches and Solved Bug Reports => Topic started by: wernieman on June 07, 2010, 06:55:41 am

Title: nightly Problem with compiling r3426
Post by: wernieman on June 07, 2010, 06:55:41 am
Hey

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

The Compileroutput

gcc4:
Code: [Select]
===> 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:
Code: [Select]
===> 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
Title: Re: nightly Problem with compiling r3426
Post by: knightly on June 07, 2010, 08:23:04 am
Just a couple of superfluous cl**** scope qualifications. Should be fixed in r3445.
Title: Re: nightly Problem with compiling r3426
Post by: wernieman on June 07, 2010, 08:44:12 am
Thanks .. I test it with he next compilerrun next night