An other sample :
 
In source JSBSim.cxx :
 
#include "JSBSim.hxx"
#include <FDM/JSBSim/FGFDMExec.h>
#include <FDM/JSBSim/FGJSBBase.h>
#include <FDM/JSBSim/initialization/FGInitialCondition.h>
 
==> absolutes paths, depends on projectconfiguration
 
i have compiling problems because i have copied the new jsbsim version,
without scratching the old one, in another position in directory, made
another directory in project configuration and removed from compilation
the old files. (than i have 2 directorys JSBSIM in my project
FlightGear: the old one (configured to not compil) and the new one.)
==> i want to be capable to switch betwen the two versions
 
if the file was with relativepath it wil search the correct includes and
compile :
 
#include "JSBSim.hxx"
#include “FGFDMExec.h” // same directory as the source jsbsim.cxx
#include “FGJSBBase.h”
#include “initialization/FGInitialCondition.h” // relative to the source
compiling (jsbsim.cxx)
 
 
 
cordialy 
david ingels
 
 
-----Message d'origine-----
De : Frederic Bouvier [mailto:fredfgf...@free.fr] 
Envoyé : mercredi 5 mai 2010 17:34
À : FlightGear developers discussions
Objet : Re: [Flightgear-devel] toow many bugs on flightgear sources
 
Hi David,

your rant could have more weight if you included some examples. Please
be more specific to help us improve the current situation.

-Fred

----- "Ingels David" <david.ing...@laposte.net> a écrit : 
> There is a lot of bugs in the structure of the project


-- 
Frédéric Bouvier
http://my.fotolia.com/frfoto/              Photo gallery - album photo
http://www.youtube.com/user/fgfred64       Videos
------------------------------------------------------------------------------
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to