curl-library
Re: URL Parsing libraries
Date: Wed, 28 Jan 2004 03:45:47 +0100
"codemastr" <codemstr_at_ptd.net> said:
> Well, the configure script it came with doesn't check for libintl.h for me,
> if you grep configure.in you'll notice "intl" is not found anywhere.
> Also, I don't have libintl.h either, and I did use --disable-nls, but the
> thing is, if you open uri.c you'll see:
> #include <libintl.h>
I have uri 2.10 and it only include <libintl.h> in getopt.c. I don't think
it's stricktly neded.
> Yeah well, in my mind, cygwin is a piece of crap. I'd rather not have
> emulation layers if I don't need them. I'm sure I could port the lib to
> msvc, I was just thinking, if there is already a lib that does what I want,
> I'd rather be lazy :)
I did a quick makefile for MingW last year (attached). It could be used
to build MSVC too if you replace 'gcc' with 'cl' etc.
--gv
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
- application/octet-stream attachment: Makefile.Mingw