Opened 19 years ago

Closed 18 years ago

#1282 closed defect (fixed)

Win32 Compilation and Installation HOWTO: Curl section

Reported by: bartvde@… Owned by: nacional@…
Priority: high Milestone:
Component: Documentation - MapServer Version: 4.4
Severity: normal Keywords:
Cc:

Description

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.

Change History (3)

comment:1 by jmckenna@…, 19 years ago

Owner: changed from kgeurts@… to nacional@…
Perry do u mind also taking this?

comment:2 by nacional@…, 19 years ago

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

-Perry

comment:3 by nacional@…, 18 years ago

Resolution: fixed
Status: newclosed
Finally remembered to do it. ;)
-Perry
Note: See TracTickets for help on using tickets.