From: Charles P. <cha...@gm...> - 2011-02-05 18:16:32
|
---------- Forwarded message ---------- From: Charles Paul <cha...@gm...> Date: Sat, Feb 5, 2011 at 12:12 PM Subject: Re: [Jsbsim-devel] JSBSim Python Bindings To: Development issues <jsb...@li...> Hello, I have been working on other things lately, but Petr Gotthard was committing 128 days ago. We should consider using git for this subproject, especially in lieu of the recent difficulty with using Source Forge . . . CC'ing the other list at jsb...@li... Take care, Charles On Sat, Feb 5, 2011 at 11:32 AM, David Culp <dp...@gm...> wrote: > I haven't tried them recently, but I did when they first came out. > I'll try again. I see that the source was last modified on 26 Jul > 2007. > > Dave > > > > On Sat, Feb 5, 2011 at 8:41 AM, Jon S. Berndt <jon...@co...> wrote: >> Correction: (I meant CVS - not caves"). >> >> Jon >> >>> Greetings, >>> >>> I was curious about the JSBSim Python bindings (see: http://jsbsim- >>> python.sourceforge.net/). Has anyone here used this recently? I'm >>> interested to know how JSBSim was made available to Python. Was it via >>> swig wrappers? Have the Python bindings been kept up to date with the >>> latest JSBSim code from cvs? >>> >>> Jon >> >> >> >> ------------------------------------------------------------------------------ >> The modern datacenter depends on network connectivity to access resources >> and provide services. The best practices for maximizing a physical server's >> connectivity to a physical network are well understood - see how these >> rules translate into the virtual world? >> http://p.sf.net/sfu/oracle-sfdevnlfb >> _______________________________________________ >> Jsbsim-devel mailing list >> Jsb...@li... >> https://lists.sourceforge.net/lists/listinfo/jsbsim-devel >> _______________________________________________ >> The JSBSim Flight Dynamics Model project >> http://www.JSBSim.org >> _______________________________________________ >> >> > > ------------------------------------------------------------------------------ > The modern datacenter depends on network connectivity to access resources > and provide services. The best practices for maximizing a physical server's > connectivity to a physical network are well understood - see how these > rules translate into the virtual world? > http://p.sf.net/sfu/oracle-sfdevnlfb > _______________________________________________ > Jsbsim-devel mailing list > Jsb...@li... > https://lists.sourceforge.net/lists/listinfo/jsbsim-devel > _______________________________________________ > The JSBSim Flight Dynamics Model project > http://www.JSBSim.org > _______________________________________________ > > |
From: Charles P. <cha...@gm...> - 2011-02-05 23:37:51
|
Cross posting to jsb...@li... - On Sat, Feb 5, 2011 at 5:33 PM, David Culp <dav...@co...> wrote: > I downloaded the source from that site (Ralf Pfrogner's) and tried to build it again. It seems that the newer version of scons has trouble with the build file. I don't know scons, or python, so that's as far as I can get with it. > > > > > On Sat, 5 Feb 2011 10:41:48 -0600 > "Jon S. Berndt" <jon...@co...> wrote: > >> Correction: (I meant CVS - not caves"). >> >> Jon >> >> > Greetings, >> > >> > I was curious about the JSBSim Python bindings (see: http://jsbsim- >> > python.sourceforge.net/). Has anyone here used this recently? I'm >> > interested to know how JSBSim was made available to Python. Was it via >> > swig wrappers? Have the Python bindings been kept up to date with the >> > latest JSBSim code from cvs? >> > >> > Jon >> >> >> >> ------------------------------------------------------------------------------ >> The modern datacenter depends on network connectivity to access resources >> and provide services. The best practices for maximizing a physical server's >> connectivity to a physical network are well understood - see how these >> rules translate into the virtual world? >> http://p.sf.net/sfu/oracle-sfdevnlfb >> _______________________________________________ >> Jsbsim-devel mailing list >> Jsb...@li... >> https://lists.sourceforge.net/lists/listinfo/jsbsim-devel >> _______________________________________________ >> The JSBSim Flight Dynamics Model project >> http://www.JSBSim.org >> _______________________________________________ >> > > ------------------------------------------------------------------------------ > The modern datacenter depends on network connectivity to access resources > and provide services. The best practices for maximizing a physical server's > connectivity to a physical network are well understood - see how these > rules translate into the virtual world? > http://p.sf.net/sfu/oracle-sfdevnlfb > _______________________________________________ > Jsbsim-devel mailing list > Jsb...@li... > https://lists.sourceforge.net/lists/listinfo/jsbsim-devel > _______________________________________________ > The JSBSim Flight Dynamics Model project > http://www.JSBSim.org > _______________________________________________ > > |
From: Ron J. <wi...@je...> - 2011-02-06 01:49:36
|
I pulled from svn co https://jsbsim-python.svn.sourceforge.net/svnroot/jsbsim-python/trunk jsbsim-python It dies with: jsbsim-python/src/_JSBSim/JSBSim_FGInitialCondition.cpp:1393: error: 'class JSBSim::FGInitialCondition' has no member named 'GetWindSet' make[2]: *** [src/_JSBSim/CMakeFiles/_JSBSim.dir/JSBSim_FGInitialCondition.o] Error 1 make[1]: *** [src/_JSBSim/CMakeFiles/_JSBSim.dir/all] Error 2 make: *** [all] Error 2 scons --version SCons by Steven Knight et al.: script: v0.98.3.r2928, 2008/04/29 22:44:09, by knight on bangkok engine: v0.98.3.r2928, 2008/04/29 22:44:09, by knight on bangkok Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 The SCons Foundation On Saturday 05 February 2011 16:33:10 David Culp wrote: > I downloaded the source from that site (Ralf Pfrogner's) and tried to build > it again. It seems that the newer version of scons has trouble with the > build file. I don't know scons, or python, so that's as far as I can get > with it. > > > > > On Sat, 5 Feb 2011 10:41:48 -0600 > > "Jon S. Berndt" <> wrote: > > Correction: (I meant CVS - not caves"). > > > > Jon > > > > > Greetings, > > > > > > I was curious about the JSBSim Python bindings (see: http://jsbsim- > > > python.sourceforge.net/). Has anyone here used this recently? I'm > > > interested to know how JSBSim was made available to Python. Was it via > > > swig wrappers? Have the Python bindings been kept up to date with the > > > latest JSBSim code from cvs? > > > > > > Jon |