On Thu, Jan 17, 2013 at 9:33 AM, Gustavo Sverzut Barbieri
<barbi...@profusion.mobi> wrote:
> On Wednesday, January 16, 2013, Arvind R wrote:
>> On Thu, Jan 17, 2013 at 3:55 AM, Gustavo Sverzut Barbieri
>> <barbi...@profusion.mobi <javascript:;>> wrote:
>> > On Mon, Jan 14, 2013 at 1:51 AM, Arvind R 
>> > <arvin...@gmail.com<javascript:;>>
>> wrote:
>> >> On Mon, Jan 14, 2013 at 6:22 AM, Gustavo Sverzut Barbieri
>> >> <barbi...@profusion.mobi <javascript:;>> wrote:
>> >>> On Sun, Jan 13, 2013 at 1:53 AM, Arvind R 
>> >>> <arvin...@gmail.com<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.
--
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
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to