Re: [E-devel] eet configure failure on fedora 10

2012-07-02 Thread Lionel Orry
On Mon, Jul 2, 2012 at 11:18 AM, Stefan Schmidt wrote: > On 07/02/2012 10:12 AM, Stefan Schmidt wrote: >> Hello. >> >> On 07/02/2012 10:09 AM, Vincent Torri wrote: >>> remove line 56 of efl_check_libs.m4 : >>> >>> AC_MSG_ERROR(["Cannot find zlib.PC. Make sure your PKG_CONFIG_PATH >>> environment v

Re: [E-devel] eet configure failure on fedora 10

2012-07-02 Thread Stefan Schmidt
On 07/02/2012 10:12 AM, Stefan Schmidt wrote: > Hello. > > On 07/02/2012 10:09 AM, Vincent Torri wrote: >> remove line 56 of efl_check_libs.m4 : >> >> AC_MSG_ERROR(["Cannot find zlib.PC. Make sure your PKG_CONFIG_PATH >> environment variable contains include lines for the location of this >> file"]

Re: [E-devel] eet configure failure on fedora 10

2012-07-02 Thread Stefan Schmidt
Hello. On 07/02/2012 10:09 AM, Vincent Torri wrote: > remove line 56 of efl_check_libs.m4 : > > AC_MSG_ERROR(["Cannot find zlib.PC. Make sure your PKG_CONFIG_PATH > environment variable contains include lines for the location of this > file"]) > > and tell me if it works. If so, then can someone c

Re: [E-devel] eet configure failure on fedora 10

2012-07-02 Thread Lionel Orry
On Mon, Jul 2, 2012 at 11:02 AM, Stefan Schmidt wrote: > Hello. > > On 07/02/2012 09:56 AM, Lionel Orry wrote: >> Hi devs, >> >> the latest svn rev (73135) of eet does  not pass the configure step >> correctly, probably due to autotools reorganisation (Vincent?). It >> seems it is looking for 'zli

Re: [E-devel] eet configure failure on fedora 10

2012-07-02 Thread Vincent Torri
remove line 56 of efl_check_libs.m4 : AC_MSG_ERROR(["Cannot find zlib.PC. Make sure your PKG_CONFIG_PATH environment variable contains include lines for the location of this file"]) and tell me if it works. If so, then can someone commit the fix ? I can't right now Vincent On Mon, Jul 2, 2012 a

Re: [E-devel] eet configure failure on fedora 10

2012-07-02 Thread Stefan Schmidt
Hello. On 07/02/2012 09:56 AM, Lionel Orry wrote: > Hi devs, > > the latest svn rev (73135) of eet does not pass the configure step > correctly, probably due to autotools reorganisation (Vincent?). It > seems it is looking for 'zlib.pc' which is absolutely non-existent on > my platform, I don't k

[E-devel] eet configure failure on fedora 10

2012-07-02 Thread Lionel Orry
Hi devs, the latest svn rev (73135) of eet does not pass the configure step correctly, probably due to autotools reorganisation (Vincent?). It seems it is looking for 'zlib.pc' which is absolutely non-existent on my platform, I don't know if zlib provides a pkg-config file in more recent releases