Hi,

According to the IUP documentation under "Getting Started", it says...

/*In Ubuntu you will need to install the following packages and their dependencies (they are not installed by default):*//*
*//*
*//*libgtk2.0-dev (for the GTK driver)*//*
*//*or --> and/or*//*
*//*libgtk3.0-dev (for the GTK driver)*//*
*//*
*//*libmotif-dev and x11proto-print-dev (for the Motif driver, if used)*//*
*//*
*//*libgl1-mesa-dev and libglu1-mesa-dev (for the IupGLCanvas)*//*
*//*
*//*libwebkitgtk-dev (for the IupWebBrowser)*//*
*//*or*//*
*//*libwebkitgtk3.0-dev (for the IupWebBrowser)*/

The problem I am having is there is no such package as libgtk3.0-dev. Should it be libgtk-3-dev instead?

There is a package listed for libgl1-mesa-dev or libglu1-mesa-dev but they are both listed as a "transitional dummy package". What should I use instead?

There is no such package as libwebkitgtk-dev or libwebkitgtk3.0-dev. Should it be libwebkit2gtk-4.0-dev instead?

I got those alternate names by looking it up what I have installed in Synaptic, but being a Linux noob, I need to verify this.

I think I already have what I need installed because otherwise I would expect Linux to warn me of missing dependencies whenever starting up an app that required those dependencies (at least Windows would give me a warning, but perhaps Linux doesn't do that?), so if that is true then there is package naming issue here. I hope this isn't because IUP only works with Ubuntu.

Signed,
Andres

On 7/28/23 04:47, Anonymous wrote:
Hi,

I cannot run any program because IupOpen fails. More specifically it fails at IupOpen → iupdrvOpen → gtk_init_check. Is this because I need to install IUP GTK driver or something like that? Is there a way to get more information on this failure if needed?

Signed,
Andres

╔═════════════════════╗
║ Environment         ║
╟─────────────────────╢
║ IUP           v3.30 ║
║ IM            v3.12 ║
║ CD          v5.11.1 ║
║ Mx Linux      v21.3 ║
║ KDE_x64  Wildflower ║
╚═════════════════════╝
_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to