Hi,

I got Debian 3.0 Woody Stable, latest SimGear and metakit.

Some versions:
gcc version 2.95.4 20011002 (Debian prerelease)
GNU ld version 2.12.90.0.1 20020307 Debian/GNU Linux

I have created a small config.sh script which configures it over this way:

./configure --with-x --with-weathercm --with-network-olk --with-jpeg-factory=yes

While compiling I can see a libtool=no on every compiler line. Didn't you use it?

And I got a lot compiler warnings and finally the error on src/Main/main.cxx

--- snip: ---
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:277: warning: choosing `SGPropertyNode_ptr::operator SGPropertyNode *()' 
over `SGPropertyNode_ptr::operator const SGPropertyNode *() const'
dialog.cxx:277: warning:   for conversion from `SGPropertyNode_ptr' to `const 
SGPropertyNode *'
dialog.cxx:277: warning:   because conversion sequence for the argument is better
menubar.cxx: In method `void FGMenuBar::make_menu(SGPropertyNode_ptr)':
menubar.cxx:361: warning: choosing `SGPropertyNode_ptr::operator SGPropertyNode *()' 
over `SGPropertyNode_ptr::operator const SGPropertyNode *() const'
menubar.cxx:361: warning:   for conversion from `SGPropertyNode_ptr' to `const 
SGPropertyNode *'
menubar.cxx:361: 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:158: 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

--- snap: ---

Any ideas?

Chears,
  Roland


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

Reply via email to