[mapserver-dev] building msplugin_mssql2008.dll

Peter Kolenic pk at kolenic.sk
Thu Oct 23 19:40:42 EDT 2008


Hi,

> After much grief, I finally figured out why mssplugin_mssql2008.dll
> would not build with MSVC 2003 or 2005 (using MapServer trunk):
...
> Solution:
> - line 222 of Makefile.vc is missing another "!ENDIF"
> - remove lines 248 to 250 (in other words drop the final "!ELSE" statement)

maybe You would do better to change line 205:
!IF DEFINED(SDE_OPT) || DEFINED(ORACLE)
to:
!IF DEFINED(SDE_OPT) || DEFINED(ORACLE) || DEFINED(MSSQL2008)

IF[DEF]/ENDIF pairs on lines 205-250 are OK (in sources of
mapserver-5.2.0.tar.gz)

(i'm pretty new to mapserver, just friend asked me to help him with MSSQL2008,
so if this is old news then sorry for wasting Your time by reading this)
--
koli


More information about the mapserver-dev mailing list