Mike Frysinger <vapier <at> gentoo.org> writes: > > On Thursday, September 30, 2010 14:35:00 Victor Fang wrote: > > autoreconf-2.67: running: autopoint --force > > cvs.exe [init aborted]: cannot make directory > > this is most likely a problem with your gettext, not urjtag > -mike > >
Hi I've actually had this problem too, it seems to be a fairly convoluted issue related to cygwin and (newer) gettext versions and such. This is a nasty hack of a workaround, but seeing as it's not affecting the src of urjtag I think it should be fine. Firstly there's a strange problem with autopoint and the way it uses cvs to grab files (from a local archive in /usr/share/gettext) Simple workaround, don't let it use autopoint: export AUTOPOINT=/bin/true before running autogen.sh (from http://fossdev.blogspot.com/2010/06/autopoint-gettext-package-and- cvs.html) Next I had a complaint from aclocal about looking for an include dir called m4. This was supposed to be made/filled by autopoint. Instead I grabbed it from the release package of urjtag (root directory). While you're at it grab a copy of ABOUT-NLS, it complans about it later Also, check you've got libtool and pkg-config installed, I didn't initially and these caused some strange errors that took ages to find (complaining about possibly undefined macros). After this I got my configure script and went from there... it seemed to configure pretty well fine. Wont compile though, I get errors: ... Making all in flash make[3]: Entering directory `/usr/src/urjtag/urjtag/src/flash' Makefile:350: .deps/amd.Plo: No such file or directory Makefile:351: .deps/amd_flash.Plo: No such file or directory Makefile:352: .deps/cfi.Plo: No such file or directory Makefile:353: .deps/detectflash.Plo: No such file or directory Makefile:354: .deps/flash.Plo: No such file or directory Makefile:355: .deps/intel.Plo: No such file or directory Makefile:356: .deps/jedec.Plo: No such file or directory Makefile:357: .deps/jedec_exp.Plo: No such file or directory ... Not sure if these are related to the autogen issue or something else. Regards, Andrew ------------------------------------------------------------------------------ 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 _______________________________________________ UrJTAG-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/urjtag-development
