Skip to main content
Topic: nightly Problem with compiling r3426 (Read 1710 times) previous topic - next topic

nightly Problem with compiling r3426

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
I hope you understand my English

Re: nightly Problem with compiling r3426

Reply #1
Just a couple of superfluous cl**** scope qualifications. Should be fixed in r3445.

Re: nightly Problem with compiling r3426

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