can't compile wxformbuilder (ubuntu 20.04.3)

404 views Asked by At

i am trying to install wxformbuilder following the instructions; i already installed the prequisites, then deleted cmake to install a later version (3.22.2); however, when I try to build i get this:

CMake Error at /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find wxWidgets (missing: wxWidgets_LIBRARIES
  wxWidgets_INCLUDE_DIRS) (Required is at least version "3.0")
Call Stack (most recent call first):
  /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake-3.22/Modules/FindwxWidgets.cmake:1025 (find_package_handle_standard_args)
  CMakeLists.txt:116 (find_package)


-- Configuring incomplete, errors occurred!
See also "/home/k-russell-smith/wxFormBuilder/_build/CMakeFiles/CMakeOutput.log".

i have no idea what's causing this, i already compiled wxwidgets from source a few days ago and have had no problems with it until now

0

There are 0 answers