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
{{ message }}
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.
$ cmake .. -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config
CMake Error at /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message):
Could NOT find wxWidgets (missing: wxWidgets_LIBRARIES
wxWidgets_INCLUDE_DIRS)
Call Stack (most recent call first):
/usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:393 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.16/Modules/FindwxWidgets.cmake:1008 (find_package_handle_standard_args)
CMakeLists.txt:15 (FIND_PACKAGE)
-- Configuring incomplete, errors occurred!
See also "/home/devesh/binaural-audio-editor/build/CMakeFiles/CMakeOutput.log".
I'm not being able to build the software,the process is failing at cmake build step.
I'm using Ubuntu 20.04.2 and I have installed all the other dependencies required.
I tried recompiling wxWidgets both with gtk2 and gtk3 ,wxWidgets gets built sucessfully but build process of binaural audio editor fails in both the cases.
In the above code snippet i was using gtk2,and the wx-config file was named "wx-config" instead of "wx-config-gtk3",apart from this minor change i have followed the guide.
The text was updated successfully, but these errors were encountered:
Installing the above headers didn't work.
While searching for a solution,I found a similar issue on a different application,maybe this could help, seandepagnier/rtlsdr_pi#25
I'm not being able to build the software,the process is failing at cmake build step.
I'm using Ubuntu 20.04.2 and I have installed all the other dependencies required.
I tried recompiling wxWidgets both with gtk2 and gtk3 ,wxWidgets gets built sucessfully but build process of binaural audio editor fails in both the cases.
In the above code snippet i was using gtk2,and the wx-config file was named "wx-config" instead of "wx-config-gtk3",apart from this minor change i have followed the guide.
The text was updated successfully, but these errors were encountered: