Public bug reported:

The program wx-config is used to output library and build file
information; it's often used in Makefiles, e.g.

    CXXFLAGS+=-Wall -fsigned-char `wx-config --cppflags` -I../jmlib

The call to

    wx-config --cppflags

should return

    -I/usr/include/wx-3.0/

Without this, when run the make, I get something like this:

    jmdlx.h:19:10: fatal error: wx/wx.h: No such file or directory
       19 | #include <wx/wx.h>
          |          ^~~~~~~~~

wx-common *does* include the man pages for wx-config, but the executable
is missing.

See https://wiki.wxwidgets.org/Wx-Config or `man wx-config` for a fuller
description of what wx-config does.

Here's apt-cache policy for wx-common.

wx-common:
  Installed: 3.0.4+dfsg-15build1
  Candidate: 3.0.4+dfsg-15build1
  Version table:
 *** 3.0.4+dfsg-15build1 500
        500 http://us.archive.ubuntu.com/ubuntu focal/universe amd64 Packages
        100 /var/lib/dpkg/status

I've checked

https://packages.ubuntu.com/search?suite=hirsute&arch=any&mode=filename&searchon=contents&keywords
=wx-config; wx-common seems to be missing in all listed distributions.

** Affects: ubuntu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1906117

Title:
  program 'wx-config' missing from wx-common

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1906117/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to