Thanks, I've been able now to install Alien-IUP-0.703_1 and then IUP in 14.04.
There are still some issues.
1) Can't install Alien-IUP-0.703_1 in Ubuntu 15.04. Not a problem for me for now, don't know if this is low priority or not, i.e. just for your information. Log file attached, gtk versions below.
+++-=================-================-============-=====================================
ii libgtk-3-0:amd64 3.14.12-0ubuntu2 amd64 GTK+ graphical user interface library
ii libgtk2.0-0:amd64 2.24.27-0ubuntu1 amd64 GTK+ graphical user interface library
2) In Strawberry, I've upgraded Alien-IUP and IUP -- my app runs OK as earlier no problem.
3) In 14.04, my app runs mostly OK, but there are some annoying issues. Can't tell if this is due to new library versions or these issues were always there with IUP and gtk.
4) When I start my app, there's a message:
(perl:2459): Gtk-WARNING **: Toplevel size doesn't seem to directly depend on the size of the geometry widget from gtk_window_set_geometry_hints(). The geometry widget might not be in the window, or it might not be packed into the window appropriately
Don't know if it affects anything, maybe it's my bad programming style so we can skip this.
But, next issues I've been able to isolate to particular controls (Canvas and Expander) and I get them with examples bundled with IUP, too.
5) Running
perl IUP-0.303/examples/0-basic/canvas2.pl
and then mousing over or scrolling or clicking -- i.e. any redraw (?) -- I see constant messages like
Argument "0,00000000..." isn't numeric in multiplication (*) at IUP-0.303/examples/0-basic/canvas2.pl line 48.
I.e. it looks like an eternal issue with decimal point/comma separator. Maybe it doesn't affect anything -- just annoying.
6) Starting
perl IUP-0.303/examples/0-basic/expander.pl
I'm getting very weird behaviour, kind of hard to explain, maybe you'll reject it. I'll try :). What clicking on Expander control does, looks like depends on mouse cursor position over screen (i.e. relative to future position of Expander when program starts).
It's either
a) normal behaviour;
b) program window gets maximized (??);
c) program window becomes hidden (???).
Maybe I should record my screen or something like that, to show, if necessary.
+ Some other (minor?) issues, I'll see if I can debug them or make them presentable as a bug report :-).
Message body is not shown because it is too large.