Re: [Geeqie-devel] Pan view improve + caching

2009-03-18 Thread Vladimir Nadvornik
Hi Oscar, Dne středa 18 březen 2009 Oscar Miras napsal(a): > > Well, i've been talking with my tutor. We have decided 3 main topics to > work on. I want to discuss them with you ( and all other developers) , in > order to coordinate future work. This work is schulded that way: Pan > improvements->

[Geeqie-devel] Pan view improve + caching

2009-03-18 Thread Oscar Miras
Hi Vladimir & other folks, I've recently downloaded a subversion client and I have already downloaded last subversion code program. Now i'm trying to compile it, installing everything that the development environment needs ( i'm having a little trouble with Glib version, b ut I hope i'll fix it th

Re: [Geeqie-devel] Help on compilation problem

2009-03-18 Thread Oscar Miras
SOLVED! I was just missing now *xorg-dev *package. Just keep this information if anyone gets same errors. It compiles now without anyerror, and I could install without problems. Thank you everybody. 2009/3/18 Oscar Miras > It's Debian Lenny , for x86 > > - finally I installed the correct ve

Re: [Geeqie-devel] Help on compilation problem

2009-03-18 Thread Oscar Miras
It's Debian Lenny , for x86 - finally I installed the correct version of Glib: now it passes ./configure without ignoring it. - I also installed the last version of GTK at: http://www.gtk.org/download-linux.html But it says: checking for GTK+ - version >= 2.4.0... *** 'pkg-config --modversion

Re: [Geeqie-devel] Help on compilation problem

2009-03-18 Thread Michael Schwendt
On Wed, 18 Mar 2009 10:40:24 +0100, Vladimir wrote: > I think that glib is not detected correctly and then it is no surprise that > GTK fails. Well, the detection could run an existance-check like "pkg-config --exists glib-2.0" before continueing with undefined variables that lead to syntax erro

Re: [Geeqie-devel] Help on compilation problem

2009-03-18 Thread Vladimir Nadvornik
On st 18. března 2009, Oscar Miras wrote: > Well, I could sovle this adding to $PATH envoirment variable the route to > /usr/local/lib ; and using ./configure --disable-glibtest > Then it detects then correctly glib 2.4.1 ; something quite strange. Glib that comes from the distribution package sh

Re: [Geeqie-devel] Help on compilation problem

2009-03-18 Thread Oscar Miras
I cancelled it because it was a large .log file. I cut where it starts giving the 'not found macros' errors. 2009/3/18 Oscar Miras > The config.log now , it fails on GTK > > > 2009/3/18 Oscar Miras > >> Well, I could sovle this adding to $PATH envoirment variable the route to >> /usr/local/li

Re: [Geeqie-devel] Help on compilation problem

2009-03-18 Thread Oscar Miras
Well, I could sovle this adding to $PATH envoirment variable the route to /usr/local/lib ; and using ./configure --disable-glibtest Then it detects then correctly glib 2.4.1 ; something quite strange. Now it says that GTK is not correctly installed 8 altrought I installed it via apt-get ); i'm tryi

Re: [Geeqie-devel] Help on compilation problem

2009-03-18 Thread Oscar Miras
Laurent: yes, I run autogen.sh; and this time I noticed that he had warned about that Macro: it was not defined. I attach config.log. I'm still trying to fix it; it seems a glib version problem. All of you are using OpenSuse ? If so, maybe i'll switch to it to continue on the project. Thanks! 20