Bug #593

Wx Widgets and Cmake

Added by bkcokota over 1 year ago. Updated about 1 year ago.

Status:Closed Start date:01/18/2011
Priority:Normal Due date:
Assignee:tdev % Done:

100%

Category:Build Tools
Target version:0.38
Operating System:All Operating System Bits:

Description

Ok, so I am using wxwidgets 2.9 and cmake 2.8.1 and when I tried updating to the latest svn I got an error about wxwidgets being missing, (this is the precise error):
CMake Error at C:/Program Files/CMake 2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:70 (MESSAGE):
Could NOT find wxWidgets (missing: wxWidgets_FOUND)
Call Stack (most recent call first):
C:/Program Files/CMake 2.8/share/cmake-2.8/Modules/FindwxWidgets.cmake:807 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
source/viewer/CMakeLists.txt:5 (FIND_PACKAGE)

Anyways I was going through the changelist and in revision 1565 this line:
FIND_PACKAGE(wxWidgets REQUIRED COMPONENTS base core html net adv propgrid aui)
was added, I fixed the error by commenting out the line, I know it totally removes any purpose of the line but now I can generate a build file.

History

#1 Updated by tdev about 1 year ago

  • Status changed from New to Closed
  • Target version set to 0.38
  • % Done changed from 0 to 100

seems there is a wxWidgets component missing, working well here.

Also available in: Atom PDF