[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Suggestion for building on Windows

From: Eric Hanchrow <offby1_at_blarg.net>
Date: 2003-02-20 21:18:32 CET

I followed the instructions in INSTALL (release 0.18), and, as
suggested, used CVS to check out the apr-iconv library. As it
happens, the version of CVS that I used (namely, the one that comes
with Cygwin) didn't put carriage-returns at the ends of lines; this
breaks the .dsp files. So I used this shell command to put them
back. I suspect this could be useful for other people too:

        find . -type f -name '*.dsp' | xargs file | egrep -vi crlf | awk -F: '{print $1}' | xargs unix2dos

This might be good to put into the INSTALL file.

-- 
PGP Fingerprint: 3E7B A3F3 96CA 8958 ACC5  C8BD 6337 0041 C01C 5276
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Feb 20 21:19:45 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.