mapserver svn issues
Frank Warmerdam
warmerdam at POBOX.COM
Thu May 31 09:52:58 EDT 2007
Matthias Pohl wrote:
> Hello list,
>
> 1.) when compiling mapserver on a 64bit AMD processor (Debian Linux), we
> found a typo in mapserver-4.99/map.h
>
> Index: mapserver-4.99/map.h
> ===================================================================
> --- mapserver-4.99/map.h (revision 6159)
> +++ mapserver-4.99/map.h (working copy)
> @@ -67,7 +67,7 @@
> typedef long ms_int32;
> typedef unsigned long ms_uint32;
> #elif UINT_MAX == 0xffffffff
> -typedef int ms_uint32;
> +typedef int ms_int32;
Matt,
Patch applied.
> 2.) The php mapscript ms_newLayerObj() function shows an error "Fatal
> error: [MapServer Error]: initLayer(): Layer is null in /script.php"
>
I'll leave this for php folks.
Best regards,
--
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up | Frank Warmerdam, warmerdam at pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush | President OSGeo, http://osgeo.org
More information about the mapserver-dev
mailing list