On Thu, Jan 17, 2013 at 6:18 AM, Gustavo Sverzut Barbieri
<barbi...@profusion.mobi> wrote:
> Checked the commits now (cellphone) and 10/11 commits are unrelated to
> build. Are you sure 09 worked?
No
>
> Could you remove every file and have a clean tree before you run autogen
> again?
>
the problem is caused by using --with-crypto=gnutls flag!!! Foll.
patch fixes it!!!
Don't ask me why - but info autoconf ->macro_index does not have
AC_PATH_GENERIC.
diff -uprN a/configure.ac b/configure.ac
--- a/configure.ac      2013-01-17 02:35:19.000000000 +0530
+++ b/configure.ac      2013-01-17 07:18:40.000000000 +0530
@@ -275,10 +275,10 @@ case "$build_crypto" in
       EFL_DEPEND_PKG([crypto], [GNUTLS], [gnutls >= 2.11])

       # libgcrypt
-      AC_PATH_GENERIC([libgcrypt], [], [:],
-         [AC_MSG_ERROR([libgcrypt required but not found])])
-      requirements_libs_crypto="${LIBGCRYPT_LIBS} ${requirements_libs_crypto}"
-      requirements_cflags_crypto="${LIBGCRYPT_CFLAGS}
${requirements_cflags_crypto}"
+      #AC_PATH_GENERIC([libgcrypt], [], [:],
+      #   [AC_MSG_ERROR([libgcrypt required but not found])])
+      #requirements_libs_crypto="${LIBGCRYPT_LIBS} ${requirements_libs_crypto}"
+      #requirements_cflags_crypto="${LIBGCRYPT_CFLAGS}
${requirements_cflags_crypto}"
       ;;

    openssl)


> On Wednesday, January 16, 2013, Gustavo Sverzut Barbieri wrote:
>
>> Damn. Will look at this tomorrow morning.
>>
>> On Wednesday, January 16, 2013, Arvind R wrote:
>>
>>> Hi,
>>> if 82909 builds ok (as reported in recent mail) 82911 build fails. ALL
>>>  XXXXX_LIBS has a stray -L/lib/x86_64-linux-gnu ($libdir without
>>> $prefix).
>>> Foll. is sample from Makefile
>>> ECORE_AUDIO_LIBS = -lsndfile -lpulse      -fvisibility=hidden
>>> -fdata-sections -ffunction-sections
>>> -Wl,--gc-sections -fno-strict-aliasing -Wl,--as-needed
>>> lib/eina/libeina.la lib/eo/libeo.la lib/eet/libeet.la
>>> lib/ecore/libecore.la   -lm -ldl -ldl  -lrt   -lpthread
>>> -L/lib/x86_64-linux-gnu -lgcrypt   -lm -ljpeg  -lm -lrt    -lm
>>>
>>> Am configuring with --prefix=/usr --libdir=/usr/x86_64-linux/gnu -
>>> standard dpkg params.
>>>
>>> Arvind R.
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
>>> and much more. Keep your Java skills current with LearnJavaNow -
>>> 200+ hours of step-by-step video tutorials by Java experts.
>>> SALE $49.99 this month only -- learn more at:
>>> http://p.sf.net/sfu/learnmore_122612
>>> _______________________________________________
>>> enlightenment-users mailing list
>>> enlightenment-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>>>
>>
>>
>> --
>> Gustavo Sverzut Barbieri
>> http://profusion.mobi embedded systems
>> --------------------------------------
>> MSN: barbi...@gmail.com <javascript:_e({}, 'cvml', 'barbi...@gmail.com');>
>> Skype: gsbarbieri
>> Mobile: +55 (19) 9225-2202
>>
>
>
> --
> Gustavo Sverzut Barbieri
> http://profusion.mobi embedded systems
> --------------------------------------
> MSN: barbi...@gmail.com
> Skype: gsbarbieri
> Mobile: +55 (19) 9225-2202
> ------------------------------------------------------------------------------
> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> MVPs and experts. ON SALE this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_122712
> _______________________________________________
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to