You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my machine, the small test I uploaded to tp/ctest-experiments segfaults. The same code for the example and the oce library, compiled with autotools works fine. What is werid is that the CMake generated oce library perfectly works on tog's OSX machine. Anyway, since the same code fails with CMake and runs with autotools, since the compiler is the same (gcc-4.2.1), then I had a look at the flags/definitions to check the differences with both.
On my machine, the small test I uploaded to tp/ctest-experiments segfaults. The same code for the example and the oce library, compiled with autotools works fine. What is werid is that the CMake generated oce library perfectly works on tog's OSX machine. Anyway, since the same code fails with CMake and runs with autotools, since the compiler is the same (gcc-4.2.1), then I had a look at the flags/definitions to check the differences with both.
This is the log with autotools:
And the log with CMake, RelWithDebInfo:
Just removing the -DLIN fixes the error.
A possible fix, among others is (CMakeList.txt):
The text was updated successfully, but these errors were encountered: