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
Just a couple of superfluous cl**** scope qualifications. Should be fixed in r3445.
Thanks .. I test it with he next compilerrun next night