On Tue, 8 Nov 2011, Jérôme Pinot wrote:

On 11/08/11 05:54, Vincent Torri wrote:


On Tue, 8 Nov 2011, Jérôme Pinot wrote:

Hmm, second time through, elementary built fine.  Might not be edje_cc
doing the segfaulting.

actually... where do u have remix installed vs edje? i think edje may be
installing the remix plugins in the wrong spot for remix.

Well, this seems to be the trouble. The remix plugin dir finish by being
install in $prefix/lib/remix, even on x86_64. This should be
$prefix/lib64/remix
Something on the edje configure.ac should be fix to not choose the
hardcoded path.

I already had to patch libremix for this issue because it installed the
64-bits libs in $prefix/lib64 but not the 64-bits plugin libs (in
$prefix/lib/remix)

I do not have compat 32-bits libs installed, but in this case, it would
become quite a mess.

IMHO, both configure.ac (for edje and remix) should be fixed to respect
$libdir and install the 64-bits libs in the right place.

that's because raster keeps setting libdir in configure.ac while,
like every variables that are based on $prefix, they are not set at
configure time, but at make time.

I have a patch that fix that, in addition to cleaning a bit the
autotools, but I have to check it a  bit more (it changes the names
of what AC_DEFINE defines). And I have a cold. So if you can wait 2
or 3 days...

Vincent

Not sure I understand. The problem is only for the plugin dir,

http://trac.enlightenment.org/e/browser/trunk/edje/configure.ac#L343

Vincent

other
libraries went in the right place.

I "fixed" the problem temporarily by issuing:
if [ `uname -m` = "x86_64" ]; then
 sed -e 's@lib/remix@lib64/remix@g' -i configure.ac
fi


--
Jérôme Pinot
http://ngc891.blogdns.net/
------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to