Sorry to bother the developers with such a basic issue, but I'm trying to compile from source and can't seem to get cmake to find wxwidgets. I'm following the kicad COMPILING.txt to the best of my ability, but frustration prevails.
I've downloaded wxMSW-2.8.10.zip and performed the ../configure -> make -> make install, which seems to work just fine. Still, I get this: C:\msys\1.0\home\Matt\kicad-2009-02-16\build\release>cmake -G "MSYS Makefiles" -DCMAKE_BUILD_TYPE=Release -DwxWidgets_ROOT_DIR=c:/msys/1.0/local/wxMSW-2.8.10 ../../ -- Check for installed OpenGL -- found -- Check for installed Boost -- found -- Could NOT find wxWidgets (missing: wxWidgets_FOUND) -- Check for installed wxWidgets -- not found CMake Error at CMakeModules/CheckFindPackageResult.cmake:6 (message): wxWidgets was not found - it is required to build Kicad Call Stack (most recent call first): CMakeLists.txt:121 (check_find_package_result) -- Configuring incomplete, errors occurred! Advice? Thx.
