Hi,<div><br></div><div>Just gave it a try and I could successfully compile Perl this way:</div><div><br></div><div>1. Install <a href="http://www.activestate.com/activeperl/downloads/thank-you?dl=http://downloads.activestate.com/ActivePerl/releases/5.16.2.1602/ActivePerl-5.16.2.1602-MSWin32-x86-296513.msi">ActivePerl-5.16.2.1602-MSWin32-x86-296513.msi</a> into a given folder (ie: C:\Perl)</div>
<div><br></div><div>2. Download the SDK package <a href="http://www.gisinternals.com/sdk/PackageList.aspx?file=release-1500-dev.zip">http://www.gisinternals.com/sdk/PackageList.aspx?file=release-1500-dev.zip</a></div><div>
    Extract these files into a folder, let's say: E:\builds</div><div><br></div><div>3. Checkout mapserver sources into the SDK root, ie: E:\builds\mapserver</div><div><br></div><div>4. Open Visual Studio 2008 Command Prompt</div>
<div><br></div><div>5. Change directory to E:\builds</div><div>           cd E:\builds</div><div><br></div><div>6. Compile mapserver:</div><div>           nmake ms MS_DIR=mapserver</div><div><br></div><div>7. Go to perl dir:</div>
<div>          cd mapserver\mapscript\perl</div><div><br></div><div>8. Copy the attached <a href="http://makefile.vc">makefile.vc</a> into this subdirectory</div><div><br></div><div>9. Compile the Perl bindings</div><div>
<br></div><div>         nmake -f <a href="http://makefile.vc">makefile.vc</a> EXT_NMAKE_OPT=E:\builds\release-1500\mapserver.opt PERL_DIR=C:\Perl</div><div><br></div><div><br></div><div>I suspect Perl may have a more sophisticated compilation approach, but my knowledge of Pearl is near to nothing.</div>
<div><br></div><div><br></div><div>Best regards,</div><div><br></div><div>Tamas</div><div><br></div><div><br></div><div><br><br><div class="gmail_quote">2013/2/18 Helmut Seidel M.A. <span dir="ltr"><<a href="mailto:info@knowhow-la.de" target="_blank">info@knowhow-la.de</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello everybody,<br>
<br>
my employer wants me to start a mapserver project with perl MapScript in a Windows environment, as we do most of our programming in Perl. I've tried some html-coding with mapserver and a few very basic perl MapScript examples on my Linux machine so far.<br>

<br>
Now comes the task of moving to windows. I have learned that all binary distributions do not come with Perl MapScript, so it seems I have to build Mapserver from source. (I've only ever built minor projects from source - so maybe not everything I say is quite correct). I've browsed the net for two day now (not all the time) but I couldn't find instructions how to build Mapserver with Perl MapScript support.<br>

<br>
So can anybody please give a few instructions (for built-newbees) howto build Perl Mapscript?<br>
<br>
Thanks and regards<br>
______________________________<u></u>_________________<br>
mapserver-users mailing list<br>
<a href="mailto:mapserver-users@lists.osgeo.org" target="_blank">mapserver-users@lists.osgeo.<u></u>org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users" target="_blank">http://lists.osgeo.org/<u></u>mailman/listinfo/mapserver-<u></u>users</a><br>
</blockquote></div><br></div>