From: Alan T. <ajt...@v-...> - 2018-10-09 19:03:58
|
From: Sean McLeod Sent: Tuesday, October 9, 2018 5:34 PM To: Development issues Subject: Re: [Jsbsim-devel] PythonJSBSim link error with VS 2017 Hi Alan Are you performing the CMake build as per - https://jsbsim-team.github.io/jsbsim-reference-manual/mypages/quickstart-building-using-visualstudio/ Have you installed CMake yourself in addition to the version of CMake that is bundled with Visual Studio 2017? Are you running any CMake commands yourself, e.g. something like: cmake -G “Visual Studio 15 2017 Win64” .. Cheers Sean I am not using the bundled CMake.«, and open the JSBSim.sln file that the standalone CMake generates using VS 2017. I tried the bundled CMake system as per your link. There were plenty of compiler warnings, but no reported errors. However when I tried to run the tests all of the python based tests failed. The result is that both build systems produce identical results – i.e. all is OK except for the python based tests. Alan |