Hi Zoltán,
I try to install zSim by the way which was showed in your INSTALL instruction.
When I was finished the console screen was like that;
/*******************************************/
[EMAIL PROTECTED]:~/Desktop/zSim/zSim-0.3.0$ make
Creating Build/subdirectories
Compiling Source/misc_libs/SimpleXMLTransfer.cpp
Compiling Source/misc_libs/lib_conversions.cpp
Compiling Source/math/vector3.cpp
Compiling Source/math/matrix33.cpp
Compiling Source/math/CVector.cpp
Compiling Source/scenery/thermal03/solve.cpp
Compiling Source/scenery/thermal03/crrc_rand.cpp
Compiling Source/scenery/thermal03/windfield.cpp
Compiling Source/scenery/thermal03/tschalen.cpp
Compiling Source/scenery/thermal03/thermikschale.cpp
Compiling Source/input_devices/inputdev_tx.cpp
Compiling Source/input_devices/inputdev_joystick.cpp
Compiling Source/fdm/fdm_testmode/fdm_testmode.cpp
Compiling Source/fdm/fdm_zCRRCsim/power/pt1.cpp
Compiling Source/fdm/fdm_zCRRCsim/power/intgr.cpp
Compiling Source/fdm/fdm_zCRRCsim/power/linearreg.cpp
Compiling Source/fdm/fdm_zCRRCsim/power/ratelim.cpp
Compiling Source/fdm/fdm_zCRRCsim/power/config.cpp
Compiling Source/fdm/fdm_zCRRCsim/power/power.cpp
Compiling Source/fdm/fdm_zCRRCsim/power/shaft.cpp
Compiling Source/fdm/fdm_zCRRCsim/power/battery.cpp
Compiling Source/fdm/fdm_zCRRCsim/power/engine_dcm.cpp
Compiling Source/fdm/fdm_zCRRCsim/power/gearing.cpp
Compiling Source/fdm/fdm_zCRRCsim/power/propeller.cpp
Compiling Source/fdm/fdm_zCRRCsim/power/simplethrust.cpp
Compiling Source/fdm/fdm_zCRRCsim/fdm_markdrela.cpp
Compiling Source/zScenery.cpp
Compiling Source/zAircraft.cpp
Compiling Source/zTimer.cpp
Source/zTimer.cpp: In member function ‘void zTimer::sleep()’:
Source/zTimer.cpp:92: warning: converting to ‘osg::Timer_t’ from ‘double’
Compiling Source/zSim.cpp
Source/zSim.cpp: In function ‘int main(int, char**)’:
Source/zSim.cpp:697: warning: passing ‘float’ for argument 1 to ‘std::string
itoStr(long int, char, unsigned char, bool)’
Source/zSim.cpp:703: warning: passing ‘double’ for argument 1 to ‘std::string
itoStr(long int, char, unsigned char, bool)’
Building zSim
OK
/*******************************************/
There is some warning only about converting variables. Then I download the
"zSim-data-0.3.tar.gz" and extract to the same directory where the source code
in.
And then I try to run program, at that time the console screen like that;
/*******************************************/
[EMAIL PROTECTED]:~/Desktop/zSim/zSim-0.3.0$ ./zSim --aircraft
Aircraft/EasyGlider/EasyGlider.xml --scene Scenery/crrcSim/simple.xml
Starting zSim flight simulator ...
OpenSceneGraph shared libriraries are in:
/home/umituzun/OSG/OpenSceneGraph-2.3.4/lib
exec: 15: zSim.bin: not found
/*******************************************/
zSim.bin not found error was thrown. And I try to change the " exec zSim.bin $@
" pattern to the " exec ./zSim.bin $@ " in the zSim shell script.
After this changing of code I try to run zSim again. And after that the console
screen was like that;
/*******************************************/
[EMAIL PROTECTED]:~/Desktop/zSim/zSim-0.3.0$ ./zSim --aircraft
Aircraft/EasyGlider/EasyGlider.xml --scene Scenery/crrcSim/simple.xml
Starting zSim flight simulator ...
OpenSceneGraph shared libriraries are in:
/home/umituzun/OSG/OpenSceneGraph-2.3.4/lib
Starting zSim version 0.3.0
Loading scenery graphics from file Scenery/crrcSim/simple.xml
terminate called after throwing an instance of 'XMLException'
Aborted (core dumped)
/*******************************************/
What can I do now Zoltán?
ÜMİT UZUN
----------------------------------------
> From: [EMAIL PROTECTED]
> To: [email protected]
> Date: Wed, 30 Apr 2008 13:59:33 +0200
> Subject: Re: [osg-users] Aircraft Simulation Control by MatrixTransform
>
> ümit uzun wrote on Wednesday 30 April 2008:
>> And I check your source code and then try to install my
>> system. (Ubuntu 7.10, OSG 2.3.4) And it gave me some
>> problem.
>
> Ouch, can you please report what problems you got ?
> I use openSuSE 10.3 and OSG-2.3.4 (self-compiled).
> Did you set the the OSG_LIB_DIR and OSG_INC_DIR in the
> Makefile ?
>
> Thanks for your replies.
>
> cheers
>
> Zoltán
>
>
>
>
>
>>> From: [EMAIL PROTECTED]
>>> ümit uzun wrote on Monday 28 April 2008:
>>>> This aircraft simulation like osgsimulation or
>>>> palomino3d. But this will be most simple from
>>>> palomino3d. I will control my selected aircraft model
>>>> on the earth and fly everywhere around the world.
>>>> This is my school project.
>>>
>>> Hello Ümit,
>>>
>>> I asked because I am coding a flight simulator with
>>> OpenSceneGraph as renderer:
>>>
>>> http://sourceforge.net/projects/zsim
>>>
>>> It only depends on OpenSceneGraph and SDL (for
>>> joystick).
>>>
>>> It is fully functional but has some rough edges. Some
>>> secondary things are still missing (shadows, sound...)
>>> I'm currently working on implementing a generic
>>> windfield. I'd be very happy if you could have a look
>>> and give your impression. I'd also be happy to assist
>>> if you have trouble compiling (I only tried it with
>>> Linux, but I think it should work easily with MacOS X,
>>> may-be Windows). It's GPL v2. It's designed for low
>>> Reynolds (i.e. sports and/or RC) aircraft.
>>>
>>> The flight dynamic model (fdm) is the one Mark Drela
>>> had written for CRRCsim, and is rather good, especially
>>> that he also wrote AVL which allows to calculate the
>>> various aero coefficients that the fdm uses.
>>>
>>> I'd be happy to get your impression. And that of
>>> anybody else for the matter.
>>>
>>>> When I finish it, I will send the download link to
>>>> list.
>>>
>>> cool. Any chance to get a snapshot ? What fdm do you
>>> use ?
>
>
>
>
>
> --
>
> ________________________
>
> Zoltan
> ________________________
>
>
> _______________________________________________
> osg-users mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
_________________________________________________________________
Şimdi aileye katılmanın tam zamanı - Yeni nesil Ücretsiz Windows Live
Hizmetlerini şimdi edinin!
http://get.live.com
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org