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 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 gtk+-2.0' returned 2.14.7, but GTK+ (2.12.11)
> *** was found! If pkg-config was correct, then it is best
> *** to remove the old version of GTK+. You may also be able to fix the
> error
> *** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing
> *** /etc/ld.so.conf. Make sure you have run ldconfig if that is
> *** required on your system.
> *** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH
> *** to point to the correct configuration files
> no
> configure: error: GTK+ >= 2.4.0 not installed.
>
> It seems as it want version 2.4, but in fact, 2.14.7 version is newer,
> according to GTK webpage.
>
>
> 2009/3/18 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 errors.
>>
>>
>> --
>> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
>> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
>> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
>> software that enables intelligent coding and step-through debugging.
>> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
>> ___
>> Geeqie-devel mailing list
>> Geeqie-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geeqie-devel
>>
>
>
--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


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 gtk+-2.0' returned 2.14.7, but GTK+ (2.12.11)
*** was found! If pkg-config was correct, then it is best
*** to remove the old version of GTK+. You may also be able to fix the error
*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing
*** /etc/ld.so.conf. Make sure you have run ldconfig if that is
*** required on your system.
*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH
*** to point to the correct configuration files
no
configure: error: GTK+ >= 2.4.0 not installed.

It seems as it want version 2.4, but in fact, 2.14.7 version is newer,
according to GTK webpage.


2009/3/18 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 errors.
>
>
> --
> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
> software that enables intelligent coding and step-through debugging.
> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> ___
> Geeqie-devel mailing list
> Geeqie-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geeqie-devel
>
--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


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 errors.

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


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 should be in /usr/lib. Maybe
you have some non-functional manually installed glib version in /usr/local.

--disable-glibtest is probably not a good idea, it just hides the problem.

> Now it 
> says that GTK is not correctly installed 8 altrought I installed it via
> apt-get ); i'm trying to fix it now.

I think that glib is not detected correctly and then it is no surprise that 
GTK fails.

>
> an additional note is the message that autogen.sh shows:
>
> configure.in:154: warning: macro `AM_DISABLE_STATIC' not found in library
> configure.in:186: warning: macro `AM_PROG_LIBTOOL' not found in library
>

these macros should be in the libtool package.

>
>
> 2009/3/18 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.
> >
I am using openSUSE, but that is definitely not an requirement. It must work 
on all linux distributions. Just tell me which distro and version do you have 
and I will try to find the required package names.

Vladimir

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


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/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 trying to fix it now.
>>
>> an additional note is the message that autogen.sh shows:
>>
>> configure.in:154: warning: macro `AM_DISABLE_STATIC' not found in library
>> configure.in:186: warning: macro `AM_PROG_LIBTOOL' not found in library
>>
>>
>>
>> 2009/3/18 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!
>>>
>>>
>>> 2009/3/17 Vladimir Nadvornik 
>>>
>>> On po 16. března 2009, Laurent MONIN wrote:
 > On Mon, 16 Mar 2009 19:05:54 +0100
 >
 > Oscar Miras  wrote:
 > > Hi folks,
 > >
 > > I'm trying to compile last subversion of Geeqie. I got this error
 that I
 > > can't solve, even reading lots of posts on the net:
 > >
 > > ./configure: line 5764: syntax error near unexpected token
 `2.4.0,,{'
 > > ./configure: line 5764: `AM_PATH_GLIB_2_0(2.4.0,,{ { echo
 > > "$as_me:$LINENO: error: GLIB >= 2.4.0 not installed." >&5'
 > >
 > >
 > > Any help? Thanks in advance :)
 >
 > Hi,
 >
 >  did you run autogen.sh ?
 >

 Probably yes, because configure is not in SVN.

 It seems that the file /usr/share/aclocal/glib-2.0.m4 is not installed.
 On
 openSUSE it is in glib2-devel package, it is probably similar on other
 distros.

 Vladimir





 --
 Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
 powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
 easily build your RIAs with Flex Builder, the Eclipse(TM)based
 development
 software that enables intelligent coding and step-through debugging.
 Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
 ___
 Geeqie-devel mailing list
 Geeqie-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/geeqie-devel

>>>
>>>
>>
>


config.log
Description: Binary data
--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


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 trying to fix it now.

an additional note is the message that autogen.sh shows:

configure.in:154: warning: macro `AM_DISABLE_STATIC' not found in library
configure.in:186: warning: macro `AM_PROG_LIBTOOL' not found in library



2009/3/18 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!
>
>
> 2009/3/17 Vladimir Nadvornik 
>
> On po 16. března 2009, Laurent MONIN wrote:
>> > On Mon, 16 Mar 2009 19:05:54 +0100
>> >
>> > Oscar Miras  wrote:
>> > > Hi folks,
>> > >
>> > > I'm trying to compile last subversion of Geeqie. I got this error that
>> I
>> > > can't solve, even reading lots of posts on the net:
>> > >
>> > > ./configure: line 5764: syntax error near unexpected token `2.4.0,,{'
>> > > ./configure: line 5764: `AM_PATH_GLIB_2_0(2.4.0,,{ { echo
>> > > "$as_me:$LINENO: error: GLIB >= 2.4.0 not installed." >&5'
>> > >
>> > >
>> > > Any help? Thanks in advance :)
>> >
>> > Hi,
>> >
>> >  did you run autogen.sh ?
>> >
>>
>> Probably yes, because configure is not in SVN.
>>
>> It seems that the file /usr/share/aclocal/glib-2.0.m4 is not installed. On
>> openSUSE it is in glib2-devel package, it is probably similar on other
>> distros.
>>
>> Vladimir
>>
>>
>>
>>
>>
>> --
>> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
>> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
>> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
>> software that enables intelligent coding and step-through debugging.
>> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
>> ___
>> Geeqie-devel mailing list
>> Geeqie-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geeqie-devel
>>
>
>
--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


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!


2009/3/17 Vladimir Nadvornik 

> On po 16. března 2009, Laurent MONIN wrote:
> > On Mon, 16 Mar 2009 19:05:54 +0100
> >
> > Oscar Miras  wrote:
> > > Hi folks,
> > >
> > > I'm trying to compile last subversion of Geeqie. I got this error that
> I
> > > can't solve, even reading lots of posts on the net:
> > >
> > > ./configure: line 5764: syntax error near unexpected token `2.4.0,,{'
> > > ./configure: line 5764: `AM_PATH_GLIB_2_0(2.4.0,,{ { echo
> > > "$as_me:$LINENO: error: GLIB >= 2.4.0 not installed." >&5'
> > >
> > >
> > > Any help? Thanks in advance :)
> >
> > Hi,
> >
> >  did you run autogen.sh ?
> >
>
> Probably yes, because configure is not in SVN.
>
> It seems that the file /usr/share/aclocal/glib-2.0.m4 is not installed. On
> openSUSE it is in glib2-devel package, it is probably similar on other
> distros.
>
> Vladimir
>
>
>
>
>
> --
> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
> software that enables intelligent coding and step-through debugging.
> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> ___
> Geeqie-devel mailing list
> Geeqie-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geeqie-devel
>


config.log
Description: Binary data
--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Help on compilation problem

2009-03-17 Thread Vladimir Nadvornik
On po 16. března 2009, Laurent MONIN wrote:
> On Mon, 16 Mar 2009 19:05:54 +0100
>
> Oscar Miras  wrote:
> > Hi folks,
> >
> > I'm trying to compile last subversion of Geeqie. I got this error that I
> > can't solve, even reading lots of posts on the net:
> >
> > ./configure: line 5764: syntax error near unexpected token `2.4.0,,{'
> > ./configure: line 5764: `AM_PATH_GLIB_2_0(2.4.0,,{ { echo
> > "$as_me:$LINENO: error: GLIB >= 2.4.0 not installed." >&5'
> >
> >
> > Any help? Thanks in advance :)
>
> Hi,
>
>  did you run autogen.sh ?
>

Probably yes, because configure is not in SVN.

It seems that the file /usr/share/aclocal/glib-2.0.m4 is not installed. On 
openSUSE it is in glib2-devel package, it is probably similar on other 
distros.

Vladimir




--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


Re: [Geeqie-devel] Help on compilation problem

2009-03-16 Thread Laurent MONIN
On Mon, 16 Mar 2009 19:05:54 +0100
Oscar Miras  wrote:

> Hi folks,
> 
> I'm trying to compile last subversion of Geeqie. I got this error that I
> can't solve, even reading lots of posts on the net:
> 
> ./configure: line 5764: syntax error near unexpected token `2.4.0,,{'
> ./configure: line 5764: `AM_PATH_GLIB_2_0(2.4.0,,{ { echo "$as_me:$LINENO:
> error: GLIB >= 2.4.0 not installed." >&5'
> 
> 
> Any help? Thanks in advance :)
> 

Hi,

 did you run autogen.sh ?

Can you post the whole output of ./configure ?

-- 
Laurent MONIN aka Zas

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel


[Geeqie-devel] Help on compilation problem

2009-03-16 Thread Oscar Miras
Hi folks,

I'm trying to compile last subversion of Geeqie. I got this error that I
can't solve, even reading lots of posts on the net:

./configure: line 5764: syntax error near unexpected token `2.4.0,,{'
./configure: line 5764: `AM_PATH_GLIB_2_0(2.4.0,,{ { echo "$as_me:$LINENO:
error: GLIB >= 2.4.0 not installed." >&5'


Any help? Thanks in advance :)
--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com___
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel