From: Bertrand C. <bco...@gm...> - 2019-01-05 22:56:54
|
Hi Alan, It took 3 months overall to figure out how to fix the issues that you reported ! Now you should get a build with no errors if you pull the last revision of JSBSim from GitHub. Let me know if you still find some issues. Regards, Bertrand. Le sam. 10 nov. 2018 à 21:32, Alan Teeder <ajt...@v-...> a écrit : > Bertrand > > Your patch does not quite align with my copy of setup.py.in and therefore > have not applied it. Here are lines 65-78 :- > > # Build & installation process for the JSBSim Python module > setup( > name="${PROJECT_NAME}", > version="${PROJECT_VERSION}", > cmdclass={'build_ext': QuietBuild, 'install_lib': InstallJSBSimModule}, > ext_modules=[Extension('jsbsim', ['${JSBSIM_CXX}'], > libraries=['JSBSim'], > > include_dirs=[os.path.join('${CMAKE_SOURCE_DIR}', > 'src'), > > os.path.join('${CMAKE_SOURCE_DIR}', > 'python')], > > library_dirs=[os.path.join('${CMAKE_BINARY_DIR}', > 'src'+config)], > language='c++')]) > > I have run the RUN_TESTS MSVC project. It fails on test 5:TestActuator > and test 50:FGLOcationTest1. The relevant sections of LastTest.Log are > attached. > > Alan > _______________________________________________ > Jsbsim-devel mailing list > Jsb...@li... > https://lists.sourceforge.net/lists/listinfo/jsbsim-devel > _______________________________________________ > The JSBSim Flight Dynamics Model project > http://www.JSBSim.org > _______________________________________________ > > |