MapServer / MapServer-import

3 stars 2 forks source link

Win32 Compilation and Installation HOWTO: Curl section #1282

Open tbonfort opened 12 years ago

tbonfort commented 12 years ago

Reporter: bartvde@osgis.nl Date: 2005/03/09 - 16:59

I have successfully built (finally) the latest curl on Windows. But it was quite
a process.

Previously I used curl-7.10.7, then the Mapserver makefile works without any
problems using in the lib subdirectory of curl:

nmake /f makefile.vc6 CFG=release

But to make it work with curl-7.13.1 I had to do the following:

nmake /f makefile.vc6 CFG=release-dll

Mapserver nmake.opt:
CURL_LIB = $(CURL_DIR)/lib/libcurl_imp.lib

instead of libcurl.lib

Now you need libcurl.dll next to Mapserver.
tbonfort commented 12 years ago

Author: jmckenna@dmsolutions.ca Date: 2005/06/09 - 01:03

Perry do u mind also taking this?
tbonfort commented 12 years ago

Author: nacional@cbs.umn.edu Date: 2005/06/09 - 02:37

Thanks for pointing this to me, Jeff and Bart.  I'll take care of this.

-Perry
tbonfort commented 12 years ago

Author: nacional@cbs.umn.edu Date: 2005/12/20 - 23:13

Finally remembered to do it. ;)
-Perry