-
Notifications
You must be signed in to change notification settings - Fork 258
Open
Description
(master) [~/BOSSA] octo@rhino $ make
Warning: No config found to match: /usr/bin/wx-config --cxxflags --version=3.0
in /usr/lib/x86_64-linux-gnu/wx/config
If you require this configuration, please install the desired
library build. If this is part of an automated configuration
test and no other errors occur, you may safely ignore it.
You may use wx-config --list to see all configs available in
the default prefix.
Warning: No config found to match: /usr/bin/wx-config --libs --version=3.0
in /usr/lib/x86_64-linux-gnu/wx/config
If you require this configuration, please install the desired
library build. If this is part of an automated configuration
test and no other errors occur, you may safely ignore it.
You may use wx-config --list to see all configs available in
the default prefix.
CPP BOSSA src/BossaForm.cpp
In file included from src/BossaForm.cpp:8:
src/BossaForm.h:11:10: fatal error: wx/artprov.h: No such file or directory
11 | #include <wx/artprov.h>
| ^~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:260: obj/BossaForm.o] Error 1
(master) [~/BOSSA] octo@rhino $
I have libwxgtk3.2-dev not libwxgtk3.0-dev the 3.0 version says
sudo apt install libwxgtk3.0-dev
Package libwxgtk3.0-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Error: Package 'libwxgtk3.0-dev' has no installation candidateI am using Rhino Linux its a rolling release so Debian 13 or questing Ubuntu
[NOTE]
I am trying to run
make bossacsee if that works as I don't think I need the GUI for what I am doingNo didn't work, still looking for 3.0
(master) [~/BOSSA] octo@rhino $ wx-config --list
Default config is gtk3-unicode-3.2
Default config will be used for outputMetadata
Metadata
Assignees
Labels
No labels