Hello. On 14/11/14 15:33, maderios wrote: > Hi > I compiled successfully new efl-1.12.0 but I get this error at the end > of 'make install' > Any idea? > Thanks > (Debian Sid amd64 architecture) > ---------------------------------------------------------------------- > Makefile:32439: recipe for target 'install-am' failed > make[3]: *** [install-am] Error 2 > Makefile:31933: recipe for target 'install-recursive' failed > make[2]: *** [install-recursive] Error 1 > Makefile:32433: recipe for target 'install' failed > make[1]: *** [install] Error 2 > Makefile:2284: recipe for target 'install-recursive' failed > make: *** [install-recursive] Error 1
This does not show the error. It must have happened before. One wild guess from my side. You did a parallel make install (make -j SOMETHING install)? That can cause this. We only support parallel make but not parallel make install. Please use a simple make install. regards Stefan Schmidt ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
