On Fri, 04 Jan 2013 10:13:34 +0100 Sebastian Dransfeld <[email protected]> said:
> When running binaries in efl tree ecore evas does not find it's engines > > It tries to find them in: > <svn>/e/efl/src/lib/ecore_evas/.libs/ecore_evas/engines/<engine> > but they are in > <svn>/e/efl/src/modules/ecore_evas/engines/<engine>/.libs > > And there is no MODULE_ARCH in the path either when in tree yeah. running from within the build tree wont work. the module paths expected and searched for are INSTALL paths. to have binaries work within the src tree u'd have to first do a: make install DESTDIR=./tmp set up LD_LIBRARY_PATH appropriately... and then run ./tmp/PREFIX/bin/BINARY -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [email protected] ------------------------------------------------------------------------------ Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and much more. Get web development skills now with LearnDevNow - 350+ hours of 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_122812 _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
