Re: Build Errors
Frank Plochan <[email protected]>
| Newsgroups | gmane.comp.lib.libwww |
|---|---|
| Message-ID | <[email protected]> |
Aron, I, too, ran into the same build problems. The problem is that HT_EXT is not defined anywhere, so the undef won't be of much help. You have 2 options available: 1) #define HT_EXT in \libwww\Library\src\windows\config.h (or at project level, if you prefer) or 2) track down and comment out the offending lines in the various .def files. I used option 1 and successfully built the projects. Good luck, Frank