On Wed, Jun 22, 2011 at 11:50, Hernan Freschi wrote: > I tried downloading the precompiled urjtag for Windows, but it doesn't > seem to work in 64-bit windows.
pretty sure pre-compiled one (and latest release) wont work on 64bit. you'll have to get the latest source tree and build yourself. > So I'm trying to compile for Windows using the 64-bit inpout32 (as > suggested by the installation docs). I'm trying inside a Cygwin > environment, and while I can build it, I can't make it detect > inpout32. It's installed in Windows (the installer installed the > 64-bit version) but I'm not sure how to compile it. try setting CPPFLAGS and LDFLAGS to the -I/-L paths where inpout32 is installed before running configure: CPPFLAGS=-I/path/to/inpout/headers LDFLAGS=-L/path/to/inpout/libs ./configure ..... -mike ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense.. http://p.sf.net/sfu/splunk-d2d-c1 _______________________________________________ UrJTAG-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/urjtag-development
