Your message dated Wed, 2 Oct 2024 13:50:00 -0400 (EDT)
with message-id <[email protected]>
and subject line Re: Bug#1083171: missing wx-config
has caused the Debian Bug report #1083171,
regarding missing wx-config
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1083171: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1083171
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
On Wed, 2 Oct 2024, [email protected] wrote:
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
==========
wx-config is provided by the libwxgtk3.2-dev package. libwxgtk3.2-dev is
all you should need to install, unless you need the media or webview
libraries.
Regards,
Scott
--- End Message ---