On Tue, 8 Nov 2011 14:12:32 +0900 Jérôme Pinot <ngc...@gmail.com> said:
> 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, other > libraries went in the right place. yeah - it just chose edje's libdir as base, not remix's - i just fixed that. > 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 ok - smells of wrong "real" fix to me. hack. :) -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) ras...@rasterman.com ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel