On Thu, Jan 17, 2013 at 7:38 AM, Cedric BAIL <[email protected]> wrote:
> On Thu, Jan 17, 2013 at 9:33 AM, Gustavo Sverzut Barbieri
> <[email protected]> wrote:
>> On Wednesday, January 16, 2013, Arvind R wrote:
>>> On Thu, Jan 17, 2013 at 3:55 AM, Gustavo Sverzut Barbieri
>>> <[email protected] <javascript:;>> wrote:
>>> > On Mon, Jan 14, 2013 at 1:51 AM, Arvind R 
>>> > <[email protected]<javascript:;>>
>>> wrote:
>>> >> On Mon, Jan 14, 2013 at 6:22 AM, Gustavo Sverzut Barbieri
>>> >> <[email protected] <javascript:;>> wrote:
>>> >>> On Sun, Jan 13, 2013 at 1:53 AM, Arvind R 
>>> >>> <[email protected]<javascript:;>>
>>> wrote:
>>> >>>> fix eina_prefix_new to return correct paths. Checks if locale dir is
>>> >>>> given else ignore
>>> >>>> locale paths. If common prefix_path found, add the correct postfix
>>> >>>> instead of hard-coded
>>> >>>> ones.
>>> >>>> This solves the problem of emotion_generic being unable to find
>>> >>>> em_generic_vlc even
>>> >>>> in the case of common prefixes and in installed locations - the most
>>> >>>> common case, when
>>> >>>> paths such as multiarch installs install to.
>>> >>>
>>> >>> I'll not apply this one as the code in svn/efl should get it right.
>>> >>> And the LOCALE_DIR is required, if not to be used just give any of the
>>> >>> other paths (usually DATA_DIR).
>>> >>>
>>> >>> as for the prefix, I'm still unable to reproduce it. At least with
>>> >>> recent svn/trunk it will do:
>>> >>>
>>> >>> --prefix=/usr
>>> >>> --libdir=/usr/lib/myarch
>>> >>> --bindir=/usr/bin
>>> >>>
>>> >>> that will generate:
>>> >>> common prefix=/usr
>>> >>> relative libdir = lib/myarch
>>> >>> relative bindir = bin
>>> >>>
>>> >>> as the emotion modules are installed as:
>>> >>> /usr/lib/myarch/emotion/modules/xine/myarch-eflversion/module.so
>>> >>>
>>> >>> searching using eina arch functions from inside
>>> >>> /usr/lib/myarch/emotion/modules will find it.
>>> >>>
>>> >>
>>> >> Pls. see if em_generic.so can find em_generic_vlc - this is what
>>> >> cannot be found.
>>> >> Unfortunately, trunk has omitted em_generic_vlc in the consolidated
>>> >> efl. And installing efl-svn82736 breaks e17, both e17-svn82296 and
>>> >> e17-82736 - stops at displaying empty background - no crash, no
>>> >> messages.
>>> >
>>> > Hi,
>>> >
>>> > Could you check if it's working with trunk now? e17 should be working,
>>> > so should efl.
>>>
>>> trunk is broken - a stray -L/lib/x86_64-linux-gnu (libdir minus $prefix)
>>> in all
>>> the target_LIBS flag - make complains no rule to make target
>>> -L/lib/x86_64-linux-gnu needed by whatever.la -:(
>>> Something wrong in m4 files.
>>
>>
>> Do you give configure something special? Please pastebin your config.log
>> and src/Makefile do I can try to debug what happened?
>>
>> What I did is internal libs to include not just the libbame.la, but also
>> -ldepname.
>
> And that was added to all _DEPENDENCIES variables... which trigger a
> look for that target in the Makefile. That create "some" trouble. I
> revert the change to be able to still build efl.
>

Wait... Something strange but foll. patch fixes build.

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)


But E17 is still stuck in render - now with a 1024x768 'grassy'
background on a 1280x1024 screen with grey bands on bottom and right.

> Cedric BAIL
>
> ------------------------------------------------------------------------------
> 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
> [email protected]
> 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to