Ticket #1282 (closed defect: fixed)

Opened 8 years ago

Last modified 7 years ago

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

Changed 8 years ago by jmckenna@…

  • owner changed from kgeurts@… to nacional@…
Perry do u mind also taking this?

Changed 8 years ago by nacional@…

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

-Perry

Changed 7 years ago by nacional@…

  • status changed from new to closed
  • resolution set to fixed
Finally remembered to do it. ;)
-Perry
Note: See TracTickets for help on using tickets.