Hi,

Again and again until someone read this lines.

I still have Debian 3.0 woody here.

g++ -v returns:
Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs
gcc version 2.95.4 20011002 (Debian prerelease)

My config.sh script looks like this:
./configure --with-x --with-weathercm --with-network-olk --with-jpeg-factory=yes

Here's the output of make 2>make_debug.log

panel_io.cxx: In function `class FGPanelAction * readAction(const SGPropertyNode *, 
float, float)':
panel_io.cxx:190: warning: choosing `SGPropertyNode_ptr::operator SGPropertyNode *()' 
over `SGPropertyNode_ptr::operator const SGPropertyNode *() const'
panel_io.cxx:190: warning:   for conversion from `SGPropertyNode_ptr' to `const 
SGPropertyNode *'
panel_io.cxx:190: warning:   because conversion sequence for the argument is better
panel_io.cxx:196: warning: choosing `SGPropertyNode_ptr::operator SGPropertyNode *()' 
over `SGPropertyNode_ptr::operator const SGPropertyNode *() const'
panel_io.cxx:196: warning:   for conversion from `SGPropertyNode_ptr' to `const 
SGPropertyNode *'
panel_io.cxx:196: warning:   because conversion sequence for the argument is better
dialog.cxx: In method `void FGDialog::setupObject(puObject *, SGPropertyNode *)':
dialog.cxx:313: warning: choosing `SGPropertyNode_ptr::operator SGPropertyNode *()' 
over `SGPropertyNode_ptr::operator const SGPropertyNode *() const'
dialog.cxx:313: warning:   for conversion from `SGPropertyNode_ptr' to `const 
SGPropertyNode *'
dialog.cxx:313: warning:   because conversion sequence for the argument is better
menubar.cxx: In method `void FGMenuBar::make_menu(SGPropertyNode *)':
menubar.cxx:312: warning: choosing `SGPropertyNode_ptr::operator SGPropertyNode *()' 
over `SGPropertyNode_ptr::operator const SGPropertyNode *() const'
menubar.cxx:312: warning:   for conversion from `SGPropertyNode_ptr' to `const 
SGPropertyNode *'
menubar.cxx:312: warning:   because conversion sequence for the argument is better
input.cxx: In method `void FGInput::_init_keyboard()':
input.cxx:428: warning: choosing `SGPropertyNode_ptr::operator SGPropertyNode *()' 
over `SGPropertyNode_ptr::operator const SGPropertyNode *() const'
input.cxx:428: warning:   for conversion from `SGPropertyNode_ptr' to `const 
SGPropertyNode *'
input.cxx:428: warning:   because conversion sequence for the argument is better
input.cxx: In method `void FGInput::_read_bindings(const SGPropertyNode *, 
vector<FGBinding *,allocator<FGBinding *> > *, int)':
input.cxx:803: warning: choosing `SGPropertyNode_ptr::operator SGPropertyNode *()' 
over `SGPropertyNode_ptr::operator const SGPropertyNode *() const'
input.cxx:803: warning:   for conversion from `SGPropertyNode_ptr' to `const 
SGPropertyNode *'
input.cxx:803: warning:   because conversion sequence for the argument is better
model.cxx: In method `SelectAnimation::SelectAnimation(SGPropertyNode_ptr)':
model.cxx:429: warning: choosing `SGPropertyNode_ptr::operator SGPropertyNode *()' 
over `SGPropertyNode_ptr::operator const SGPropertyNode *() const'
model.cxx:429: warning:   for conversion from `SGPropertyNode_ptr' to `const 
SGPropertyNode *'
model.cxx:429: warning:   because conversion sequence for the argument is better
In file included from /usr/include/jpeglib.h:24,
                 from /usr/local/include/simgear/screen/jpgfactory.hxx:30,
                 from jpg-httpd.hxx:38,
                 from jpg-httpd.cxx:47:
/usr/include/jconfig.h:12: warning: `HAVE_STDLIB_H' redefined
../../src/Include/config.h:161: warning: this is the location of the previous 
definition
newmat.cxx: In method `FGNewMat::ObjectGroup::ObjectGroup(SGPropertyNode *)':
newmat.cxx:204: warning: choosing `SGPropertyNode_ptr::operator SGPropertyNode *()' 
over `SGPropertyNode_ptr::operator const SGPropertyNode *() const'
newmat.cxx:204: warning:   for conversion from `SGPropertyNode_ptr' to `const 
SGPropertyNode *'
newmat.cxx:204: warning:   because conversion sequence for the argument is better
main.cxx: In function `bool fgMainInit(int, char **)':
main.cxx:1689: incomplete type `FGEnvironmentMgr' does not have member 
`MAX_CLOUD_LAYERS'
make[2]: *** [main.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1

Any ideas? I hope so because it make's me sick reporting bugs which aren't read by the 
devs. :(

Roland


_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to