Package: wx-common
Version: 3.2.2+dfsg-2

Trying to compile some code which requires wxWidgets I get errors for undefined lib/headers. Makefile makes use of 'wx-config --libs' but wx-config is missing, only package mentioning it is (from https://packages.debian.org/search?...):

==========
You have searched for filenames that contain wx-config in suite bookworm, all sections, and all architectures. Found 1 results.
File    Packages
/usr/share/man/man1/wx-config.1.gz      wx-common
==========

which is installed (in aptitude):

==========
aptitude 0.8.13 @ myhost
i     wx-common       3.2.2+dfsg-2   3.2.2+dfsg-2
i     wx3.2-headers   3.2.2+dfsg-2   3.2.2+dfsg-2
==========

arch is amd64 and

==========
File list of package wx-common in bookworm of architecture amd64

/usr/bin/wxrc
/usr/share/aclocal/wxwin.m4
/usr/share/bakefile/presets/wx.bkl
/usr/share/bakefile/presets/wx_presets.py
/usr/share/bakefile/presets/wx_unix.bkl
/usr/share/bakefile/presets/wx_win32.bkl
/usr/share/bakefile/presets/wx_xrc.bkl
/usr/share/doc/wx-common/changelog.Debian.gz
/usr/share/doc/wx-common/changelog.gz
/usr/share/doc/wx-common/copyright
/usr/share/lintian/overrides/wx-common
/usr/share/man/man1/wx-config.1.gz
/usr/share/man/man1/wxrc-tools.1.gz
==========

so there's the manpage but the command/shell script itself seems missing.
No clues in docs and manpage /usr/share/man/man1/wx-config.1.gz
man wxrc yields the wxrc-tools.1

Only mention in changelog is:

==========
3.2.2: (released 2023-02-08)
----------------------------

All:

- Fix regression in saving TIFF images that could end up truncated (#23048).
- Fix long standing bug in parsing wxHTTP responses.
- Fix wx-config generation in CMake builds (Maarten Bent, #22806).
==========

Seems somehow the build fails (to include) it.


thanx
-- g

Reply via email to