Team-To-Be-Determined / gnome-paint

Gnome Paint - A Lightweight Paint Application
GNU General Public License v3.0
0 stars 2 forks source link

error after compilation #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
binary execution returns this error: 

**
ERROR:main.c:104:create_window: assertion failed: (window)
Abortito

Original issue reported on code.google.com by sydr...@gmail.com on 3 Mar 2010 at 1:19

Attachments:

GoogleCodeExporter commented 8 years ago
What does this command say:
pkg-config --modversion gtk+-2.0

Original comment by juan.bal...@gmail.com on 8 Mar 2010 at 4:07

GoogleCodeExporter commented 8 years ago
pkg-config --modversion gtk+-2.0

2.14.7

Original comment by sydr...@gmail.com on 8 Mar 2010 at 4:42

GoogleCodeExporter commented 8 years ago
In the file 'gnome_paint.ui' change the line: 
<requires lib="gtk+" version="2.16"/>
to
<requires lib="gtk+" version="2.14"/>
It should run now.
MAJOR CAVEAT: You will probably have no menus.
See this link for more info
http://www.mail-archive.com/gtk-app-devel-list@gnome.org/msg12493.html
If you can, you may consider upgrading your distro to use gtk+-2.0 >= 2.16

Juan

Original comment by juan.bal...@gmail.com on 8 Mar 2010 at 8:48

GoogleCodeExporter commented 8 years ago
with gkt+-2.16 it's ok :)

Original comment by sydr...@gmail.com on 10 Mar 2010 at 2:52