I also compiled the CVS version with MSVC and got the ufo to work.
Thanks to Geoff for his posts, they helped.

Geoff asked:

>Metakit and zlib went smoothly ... although
>my WinZip 8 refuses to unzip the current cvs'ed
>gz files in src-libs! Do others have this
>problem?

Yes, same here.
Also, I got the other problems, I did not need to change PLIB though.

It would be nice if someone with CVS access can implement his changes,
especially the one for "DISCARD DOT".

I had to add a lot of files to the FGFS workspace:
exeternal.cpp external_net.cpp
objects\dir_lights.cxx
add navcom.cxx to project Lib_Cockpit
FGPropertyManager to jsbsim
dme.cxx to cockpit
aiplane.cxx to atc
externalnet.cxx to fligth
marker_beacion to cockpit
pt_lights.cxx to objects
new_gui.cxx to gui
uiuc_getwind.c top larcsim
uiuc_pah_ap.cpp (to larcsim?)
instrumentation directory!
systems directory!
util.cxx to main

The worst problem seem to be that with default settings, JSBSim has
bad problems. It says it can not find the aero. I debugged and it is
"c172", so it seemms correct to me.

Oh well, in the ufo mode I can lok around, that is all I want right
now.

In fg_commands.cxx,
        { "null", do_null },
    { "exit", do_exit },
    { "load", do_load },
    { "save", do_save },

I did cast the functions with "(SGCommandMgr::command_t)"


In panelnode.cxx,
before
#include <GL/gl.h>
add for windows compiles:
#include <windows.h> 


Bye bye,
Wolfram.

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

Reply via email to