On Wed, Jun 16, 2010 at 10:24 PM, Gaston Rodriguez <[email protected]> wrote: > Hi all: > I have had several problems building Urjtag for windows under > Cygwin. Check this link please: > https://sourceforge.net/projects/urjtag/forums/forum/682993/topic/3458301
This is indeed useful. In particular, Post 10 is useful for the issues with Cygwin. "Well, I declared victory too soon. After I ran autogen, issuing the make command generated a few errors. I needed to add two more packages (popt, libiconv), but I still had an error where IN and OUT were defined in both svf_bison.h and in the w32api files windef.h and rpcdce.h. I got around that by adding a define to AM_CFLAGS in urjtag/src/svf/Makefile.am: AM_CFLAGS = $(WARNINGCFLAGS) -D_NO_W32_PSEUDO_MODIFIERS After that, everything compiled and ran correctly. I'm not sure if the AM_CFLAGS fix is the correct way to handle this problem, but it works for me." I think the fix may not be a proper one (Mike's fix is better) but the problem is the same. > Most of them are related to missing packages, so skip the first posts if > you want. > > The main open issues are: > * the git clone command doesn't work (at least for me). SVN works fine. > I have a fresh Cygwin install. > * the link order is not fine when I use the libftd2xx, so I had to make > the link command manually. > * the executable created fail to start. This is the output: Thanks for the points. -- Xiaofan http://mcuee.blogspot.com ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ UrJTAG-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/urjtag-development
