From: Matthew G. <mat...@gm...> - 2007-09-25 13:50:07
|
Hi, Yurik Do you mean that you can not open the xml file created by jsbsim_commander itself? Although jsbsim_commander is far from completion, it should work. I compile it under ubuntu 7.04, with wxGTK-2.8: matt@matt-e680a:~/source/jsbsim_commander$ cd .. matt@matt-e680a:~/source$ mkdir bld-jsbsim_commander matt@matt-e680a:~/source$ cd bld-jsbsim_commander/ matt@matt-e680a:~/source/bld-jsbsim_commander $ ../jsbsim_commander/configure #create a file 'abc.xml' use 'save as' command' matt@matt-e680a:~/source/bld-jsbsim_commander$ ./src/Commander -r ../jsbsim_commander/src/rc #open the file 'abc.xml': matt@matt-e680a:~/source/bld-jsbsim_commander$ ./src/Commander -r ../jsbsim_commander/src/rc abc.xml can you give me more details or show me the xml file you created by commander? Matt 在 2007-09-25二的 16:55 +0700,Yurik V. Nikiforoff写道: > Hi all! > > I'm new user of jsbsimcommander and I have big trouble. I compile CVS version > under FreeBSD 7.0 gcc 4.2.1, commander is started, I see some widgets & > tools, I can create FDM output file. I can save my data into xml, and when I > open this file by text editor, I can see my data. > > But I can't read nothing from FDM xml files:( When I open file (real JSBSIM > FDM ver.2.0 or file, created by commander), I can't see any data into > commander. Only first string of xml file (fdm-config , name, version, > release) has parsed ok, but all data total disappear :( > > I try wxgtk2.6 & 2.8 from BSD ports - both work wrong:( > > I think, it's a problem of my workaround - may be, Commander not work for > FreeBSD. Can you help me to find bug? I can trace sources, but I know nothing > about wx and gnome widgets:( |