Tango 9 lts - Windows fixes#413
Conversation
| Tango::DevDouble double_val; | ||
| TS_ASSERT(db_data_r[0] >> double_val); | ||
| TS_ASSERT(std::isnan(double_val)); | ||
| TS_ASSERT(isnan(double_val)); |
There was a problem hiding this comment.
This change is breaking the travis CI build with the following error:
/home/tango/src/cpp_test_suite/cxxtest/include/../../new_tests/cxx_nan_inf_in_prop.cpp:222:29: error: call of overloaded 'isnan(Tango::DevDouble&)' is ambiguous
There was a problem hiding this comment.
since it's on the test part, I can revert and we will see test after
There was a problem hiding this comment.
Nice try! ;-) but this line was not the only one like that... There are many errors similar to this one.
There was a problem hiding this comment.
I changed all in the file ;)
Replace RELEASE|DEBUG with Release|Debug
Move libs from bin to lib Remove unwanted temp folder
Update of NSIS by a special long string version
bourtemb
left a comment
There was a problem hiding this comment.
If @NexeyaSGara agrees, I think we can merge this PR since we have reached a point where we can build the software on Windows.
We will fix the CPack install issues and other issues in new PRs.
This pull request add the Windows CMakelist support for the lts branch.
We will use Appveyor for the building process with the CMakeList