At Mon, 24 Jan 2011 22:32:59 -0500,
William Bader wrote:
> 
> The error "main.c:35:21: error: gtk/gtk.h: No such file or directory" means 
> that gcc didn't find
> gtk.h.
> Your compile line does not have -I/usr/lib/gtk-2.0/include.
> Either the configure script didn't work or you have not installed the gtk 
> development package,
> which has the headers and libraries that you need to build programs that use 
> gtk.

Thanks for the reply.

It seems I've entered into package dependency hell. I'm not a hard-core Linux 
developer, don't know how to resolve situations like this. Any ideas?

James


dlm@dlm-laptop:~$ sudo apt-get install libgtk2.0-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  libgtk2.0-dev: Depends: libgtk2.0-0 (= 2.20.0-0ubuntu4) but 2.20.1-0ubuntu2 
is to be installed
                 Depends: libglib2.0-dev (>= 2.21.3) but it is not going to be 
installed
                 Depends: libpango1.0-dev (>= 1.20) but it is not going to be 
installed
                 Depends: libatk1.0-dev (>= 1.13.0) but it is not going to be 
installed
E: Broken packages


--
James Harkins /// dewdrop world
jamshar...@dewdrop-world.net
http://www.dewdrop-world.net

"Come said the Muse,
Sing me a song no poet has yet chanted,
Sing me the universal."  -- Whitman

blog: http://www.dewdrop-world.net/words
audio clips: http://www.dewdrop-world.net/audio
more audio: http://soundcloud.com/dewdrop_world/tracks

_______________________________________________
Bug-xnee mailing list
Bug-xnee@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-xnee

Reply via email to