Re: Compile error of GTK

2005-10-20 Thread wieseltux23
Antony Gelberg wrote: >Vegard|drageV wrote: > > >>I'm trying for the first time to make my own gui-program, with menus and >>all to launch a series of commands and scripts I've written. Google led >>me to http://www.gtk.org/tutorial/ , where I am to compile the program >>base.c, given as an exam

Re: Compile error of GTK

2005-10-20 Thread wieseltux23
Oliver Lupton wrote: > Vegard|drageV wrote: > >> but this package has dependencies to other packages wich is not >> available to >> me, namly: >> >> libpango1.0-dev, libx11-dev, xlibs-dev >> >> > Why are they not available to you? I don't think you've got much hope > of compiling gtk apps withou

can't install libgtk2.0-dev (apt, dependencies) Was: Compile error of GTK

2005-10-20 Thread Vegard|drageV
I've been running apt-get -u dist-upgrade many times since Sarge was released. Apt-get gives this errormessage when trying to install libgtk2.0-dev # apt-get install libgtk2.0-dev Reading Package Lists... Done Building Dependency Tree... Done Some packages could not be installed. This may mean

Re: Compile error of GTK

2005-10-19 Thread Oliver Lupton
Vegard|drageV wrote: but this package has dependencies to other packages wich is not available to me, namly: libpango1.0-dev, libx11-dev, xlibs-dev Why are they not available to you? I don't think you've got much hope of compiling gtk apps without them. Is there anybody who have any idea

Compile error of GTK

2005-10-19 Thread Vegard|drageV
I'm trying for the first time to make my own gui-program, with menus and all to launch a series of commands and scripts I've written. Google led me to http://www.gtk.org/tutorial/ , where I am to compile the program base.c, given as an example in the text under the link "3. Getting started". Comp