On 11/06/2010 12:17 PM, Maikel Punie wrote: > hi, > > i'm trying to build ecore (from svn), but the autogen script is reurning the > following error, any idea where to start looking? > > igor:~/enSVN/trunk/ecore# ./autogen.sh > Running autopoint... > Running aclocal... > Running autoheader... > Running autoconf... > Running libtoolize... > Running automake... > configure.ac:1368: required file `$po_makefile_in.in' not found > > > thanks, > Maikel
Hi Maikel, I have this problem on one of my machines, and think it's something wrong with the build environment. However, I haven't figured out what it is yet. As a workaround, you can edit the configure.ac file and make it work manually. Go to line 1368, and scroll down until you find the line: $po_makefile_in.in Replace this line with: po/Makefile.in and you should be able to re-run autogen.sh and continue. I believe there's another library (or it might be e) that will throw up the same error later on - just do the same thing again. Steve. ------------------------------------------------------------------------------ The Next 800 Companies to Lead America's Growth: New Video Whitepaper David G. Thomson, author of the best-selling book "Blueprint to a Billion" shares his insights and actions to help propel your business during the next growth cycle. Listen Now! http://p.sf.net/sfu/SAP-dev2dev _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
