error: gnome.h: No such file or directory
Posted
by michael
on Stack Overflow
See other posts from Stack Overflow
or by michael
Published on 2010-04-11T04:03:21Z
Indexed on
2010/04/11
4:13 UTC
Read the original article
Hit count: 384
I would like to resolve this 'error: gnome.h: No such file or directory ' on ubuntu.
I get this error:
/bin/sh: gnome-config: not found
In file included from TestMDI.cpp:18:
../../../../dist/include/system_wrappers/gnome.h:3:24: error: gnome.h: No such file or directory
From this: http://ubuntuforums.org/showthread.php?t=295105
I tried:
$ sudo apt-get install libgnomeui-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
libgnomeui-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 21 not upgraded.
But that still does not resolve my problem.
Any idea how to fix it?
© Stack Overflow or respective owner