Re: Compiling gtk libraries and gcc

2009-09-19 Thread Marco Vittorini Orgeas
On Sat, September 19, 2009 1:06 am, Matthew Talbert wrote: On Fri, Sep 18, 2009 at 6:07 PM, Marco Vittorini Orgeas ma...@mavior.eu wrote: Marco Vittorini Orgeas marco at mavior.eu writes: I don't know how to explain...its gtk interface doesn't look the same as the others gtk programs that

Compiling gtk libraries and gcc

2009-09-18 Thread Marco Vittorini Orgeas
Hi, I need to compile a software which requires a recent version of the GTK library. Being on debian stable, I am in the process of compiling from source the gtk library which doesn't have a large set a of dependencies(just his glib). My wish is to keep things well contained, so as suggested here

Re: Compiling gtk libraries and gcc

2009-09-18 Thread Marco Vittorini Orgeas
Marco Vittorini Orgeas marco at mavior.eu writes: Hi, I need to compile a software which requires a recent version of the GTK library. Being on debian stable, I am in the process of compiling from source the gtk library which doesn't have a large set a of dependencies(just his glib). My

Re: Compiling gtk libraries and gcc

2009-09-18 Thread Javier Jardón
2009/9/18 Marco Vittorini Orgeas ma...@mavior.eu: I need to install in parallel to my system gtk old libraries a newer version of gtk libraries, because I need to compile against it a software: how can I proceed to let only that software using the newer libraries without messing all the

Re: Compiling gtk libraries and gcc

2009-09-18 Thread Marco Vittorini Orgeas
On Fri, September 18, 2009 4:54 pm, Javier Jardón wrote: Hello Marco, I'm not a expert, so maybe there is a better ways to do this. I have this in my .bashrc: (I install the programs/libraries in ~/local) export PATH=~/local/bin:~/bin:${PATH} export

Re: Compiling gtk libraries and gcc

2009-09-18 Thread Marco Vittorini Orgeas
Marco Vittorini Orgeas marco at mavior.eu writes: Result: the software is running but its look and feel is all but not GTK...it seems like the x11 xterm,like if was not able to dinamically load the right libraries... On this, I got this message after installing gtk: Libraries have been

Re: Compiling gtk libraries and gcc

2009-09-18 Thread Marco Vittorini Orgeas
Marco Vittorini Orgeas marco at mavior.eu writes: I don't know how to explain...its gtk interface doesn't look the same as the others gtk programs that links to the system gtk library...it seems like a bit more rudimental ...like and old gtk 1 interface.(don't know how to explain here

Re: Compiling gtk libraries and gcc

2009-09-18 Thread Matthew Talbert
On Fri, Sep 18, 2009 at 6:07 PM, Marco Vittorini Orgeas ma...@mavior.eu wrote: Marco Vittorini Orgeas marco at mavior.eu writes: I don't know how to explain...its gtk interface doesn't look the same as the others gtk programs that links to the system gtk library...it seems like a bit more