[FGS] DEBUG

Guillaume Dallaire gdallaire at dmsolutions.ca
Wed Feb 8 09:02:25 EST 2006


On Tue, 2006-02-07 at 11:14 -0800, Eric Shuman wrote:
> I have been trying to get some debug info on my maps, but it appears that
> the MSDEBUG option is disabled in my mapserver install.  How do I go about
> enabling this in the FGS environment??
> 
> Thanks for the help!
> Eric Shuman
> 

Hi Eric,

by default, MSDEBUG is disabled in FGS. We added a flag in the FGS-DEV
build system (see http://www.maptools.org/fgs/index.phtml?page=fgs-
sandbox.html) to switch all debug information ON and to not 'strip'
binaries. This is done in setenv.sh :

export FGS_DEV_HOME=`pwd`
....
# Enable debug in package's compilation
export FGS_DEBUG='on'  <----------------------------- HERE 
export FGS_API_VERSION='0.2'
...
...
export FGS_MAKE_OPT='-j2' <-- speed up compilation with dual CPU machine
...
...

Guillaume

-- 
------------------------------------------------------------
  Guillaume DALLAIRE               gdallaire at dmsolutions.ca
  DM Solutions Group             http://www.dmsolutions.ca/
------------------------------------------------------------



More information about the Foss-gis-suite mailing list