From: Alan T. <ajt...@v-...> - 2018-11-10 20:32:04
|
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 |