Glam Prestige Journal

Bright entertainment trends with youth appeal.

I'm trying to configure wxWidgets 3.0.4 on Ubuntu 18.10:

$ ./configure --with-x11

But getting an error when running the config script:

checking for PANGOXFT... configure: error: pangoxft library not found, library cannot be compiled in Unicode mode

Is there an apt package containing the missing library, if yes, what is the exact name of it?


Offtopic: can anyone with reputation > 300 create a new tag "wxwidgets" and add it to the tags (or maybe replace "wxpython" if there is a limitation that the number of tags must be < 5)?

1 Answer

Had to

sudo apt install libpango1.0-dev

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy