Increasing Maxlayers limit - anyone have spare Windows binaries? :)
Andrew Collins
andrewrcollins at YAHOO.COM
Sun Jul 10 23:37:28 PDT 2005
Making your own Windows binaries is not that hard it turns out.
Download (free) and install the following:
Visual C++ Express Edition Beta 2
http://lab.msdn.microsoft.com/express/visualc/default.aspx
Read the following:
Win32 Compilation and Installation
http://ms.gis.umn.edu/docs/howto/win32_compiling
You will need to install the gdwin32 library.
After the above VC++ is installed run the following:
"C:\Program Files\Microsoft Visual Studio 8\VC\bin\vcvars32.bat"
And then, using the attached Makefile and nmake.opt,
run the following:
nmake /F Makefile.vc
If you happen to have PROJ4 installed on your Windows
machine you probably have the "PROJ_LIB environment
variable set. This will mess up nmake. If so, run the
following before running nmake:
set PROJ_LIB=
--
Andrew Collins - andrewrcollins at yahoo.com
http://profiles.yahoo.com/andrewrcollins
Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
Try OpenOffice. See http://www.openoffice.org/product/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Makefile.vc
Type: application/octet-stream
Size: 3020 bytes
Desc: 3900240034-Makefile.vc
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20050710/f2ff89a5/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: nmake.opt
Type: application/octet-stream
Size: 16657 bytes
Desc: 2644842568-nmake.opt
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20050710/f2ff89a5/attachment-0001.obj>
More information about the MapServer-users
mailing list