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 > wrote: >> Marco Vittorini Orgeas 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

Re: Compiling gtk libraries and gcc

2009-09-18 Thread Matthew Talbert
On Fri, Sep 18, 2009 at 6:07 PM, Marco Vittorini Orgeas wrote: > Marco Vittorini Orgeas 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

Re: Compiling gtk libraries and gcc

2009-09-18 Thread Marco Vittorini Orgeas
Marco Vittorini Orgeas 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 mayb

Re: Compiling gtk libraries and gcc

2009-09-18 Thread Marco Vittorini Orgeas
Marco Vittorini Orgeas 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 insta

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 PKG_CONFIG_PATH=~/local/lib/pkgc

Re: Compiling gtk libraries and gcc

2009-09-18 Thread Javier Jardón
2009/9/18 Marco Vittorini Orgeas : > 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 system an

Re: Compiling gtk libraries and gcc

2009-09-18 Thread Marco Vittorini Orgeas
Marco Vittorini Orgeas 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 wi

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 h