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
I got this error while compiling with cmake (v 3.10.2, Linux):
CMake Error at plugins/DwarfExplorer/dfhack-qt/CMakeLists.txt:4 (target_include_directories):
Cannot specify include directories for imported target "dfhack-qt-common".
../plugins/DwarfExplorer/dfhack-qt/qapplication/LogFilterProxyModel.cpp:104:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (ok && type >= 0 && type < accepted_types.size() && !accepted_types[type])
~~~~~^~~~~~~~~~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
I got the error below while compiling: https://github.com/ragundo/DwarfExplorer
Reference: ragundo/DwarfExplorer#1
I got this error while compiling with cmake (v 3.10.2, Linux):
Was an error with the https://github.com/cvuchener/dfhack-qt/blob/58225d74672e1f870cc9b23c8a4c747900d7f3df/CMakeLists.txt file:
gave that error. But fixed it with some searching and changing it to this line:
Also one small compile warning:
The text was updated successfully, but these errors were encountered: