Hi,
I am trying to compile MathGL with wxWidgets. But I keep getting the error:
-- Could NOT find wxWidgets (missing: wxWidgets_LIBRARIES wxWidgets_INCLUDE_DIRS)
CMake Error at CMakeLists.txt:680 (message):
Couldn't find wxWidgets library.
wxWidgets requested but not found.
wxWidgets requested but not found.
-- Configuring incomplete, errors occurred!
I specify both the paths like:
cmake -Denable-lua=on -Denable-wx=on -DwxWidgets_LIBRARIES=/path/to/wxwidgets/build/lib -DwxWidgets_INCLUDE_DIRS=/path/to/wxwidgets/include/wx -DLUA_LIBRARIES=/path/to/lua53.dll -DLUA_INCLUDE_DIR=/path/to/lua/include/dir .
Any guidance on how to make this work would be really appreciated.
Thanks,
Milind