<div dir="ltr">Hi Jürgen,<div><br></div><div>Is that possible to include further plugins in the gdal-dev build?</div><div>I'm interested in adding the new ogr_MSSQLSpatial.dll plugin build as an optional component? Though it requires the SQL Server native client 11 driver installed on the build machine. I could add this package manually, but I'm not sure if that satisfies with the intent that these are nightly build packages. Since this plugin depends on sqlncli11.dll the package description should mention the requirement to install the SQL Server native client 11 driver as a prerequisite.</div><div><br></div><div>in nmake.opt the followings should be enabled when compiling the plugin:</div><div>SQLNCLI_VERSION = 11<br></div><div>SQLNCLI_DIR = C:\Program Files (x86)\Microsoft SQL Server\$(SQLNCLI_VERSION)0\SDK<br></div><div>SQLNCLI_LIB = "$(SQLNCLI_DIR)\Lib\x86\sqlncli$(SQLNCLI_VERSION).lib"<br></div><div>SQLNCLI_INCLUDE = "-I$(SQLNCLI_DIR)\Include" -DSQLNCLI_VERSION=$(SQLNCLI_VERSION) -DMSSQL_BCP_SUPPORTED=1<br></div><div><br></div><div><br></div><div>Thanks,</div><div><br></div><div>Tamas</div><div><br></div><div><br><div class="gmail_extra"><br><div class="gmail_quote">2016-04-06 18:37 GMT+02:00 Jürgen E. <span dir="ltr"><<a href="mailto:jef@norbit.de" target="_blank">jef@norbit.de</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi Even,<br>
<span class=""><br>
On Mon, 22. Feb 2016 at 12:15:31 +0100, Even Rouault wrote:<br>
</span><span class="">> Could be cool to have -dev versions packaged from time to time (or potentially<br>
> nightly builds), as well as a few drivers available as plugins (PDF driver,<br>
> MongoDB one)<br>
<br>
</span>There's a nighly build of GDAL in OSGeo4W now.   Invoke gdal-dev-env from the<br>
osgeo4w shell to setup it's paths.<br>
<div class=""><div class="h5"><br>
<br>
Jürgen<br>
<br>
--<br>
Jürgen E. Fischer         norBIT GmbH               Tel. <a href="tel:%2B49-4931-918175-31" value="+49493191817531">+49-4931-918175-31</a><br>
Dipl.-Inf. (FH)           Rheinstraße 13            Fax. <a href="tel:%2B49-4931-918175-50" value="+49493191817550">+49-4931-918175-50</a><br>
Software Engineer         D-26506 Norden               <a href="http://www.norbit.de" rel="noreferrer" target="_blank">http://www.norbit.de</a><br>
</div></div><br>_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br></blockquote></div><br></div></div></div>