On Sun, Jan 13, 2013 at 1:53 AM, Arvind R <arvin...@gmail.com> 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.


(Note: I'm trying to get this right ASAP, but later I'll add a quick
check to see if module wasn't relocated and just use the given
arguments... that's the most common path and we do not need to search
anything)

--
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. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to