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 am trying to build on linux.
There is a complain about wx/string.h missing so I look for variable wxWidgets_INCLUDE_DIRS (generated in FindwxWidgets.cmake) and it does not point to required wxWidgets_ROOT_DIR/include.
May this could be the cause but I am not able to find when wxWidgets_INCLUDE_DIRS is really added with cmake include_directories althought it must happen somewere because on windows it works. Do you know where?
The text was updated successfully, but these errors were encountered:
There has been "recent" commits regarding this in wxWidgets wxWidgets/wxWidgets@c0544af
May be I shouldnt have used the cmake build for wxWidgets 3.1.1 as it was still not working on linux.
May be now works but wxLua cant be built against wxWidgets 3.1.2
Just checked that cmake building of last wxWidgets master solves that
I am trying to build on linux.
There is a complain about
wx/string.h
missing so I look for variable wxWidgets_INCLUDE_DIRS (generated in FindwxWidgets.cmake) and it does not point to requiredwxWidgets_ROOT_DIR/include
.May this could be the cause but I am not able to find when wxWidgets_INCLUDE_DIRS is really added with cmake
include_directories
althought it must happen somewere because on windows it works. Do you know where?The text was updated successfully, but these errors were encountered: