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
HI,
I ran into the same issue and it was related to my anaconda install.
Removing the build folder followed by conda deactivate, mkdir build, cmake .. again and finally make solved this issue for me.
I also added set(CMAKE_CXX_FLAGS "-w") to the top level CMakeLists.txt to prevent the build failing with errors related to unused parameters in the code marked TODO. (Not before trying the no warn unused parameter which didnt help)
Hello,
I'm trying to build
octovis
withQT5
, however I get the following error :I spent some time searching and trying to solve it, but no luck.
So, any help?
Thanks in advance.
The text was updated successfully, but these errors were encountered: