[Gdal-dev] A silly question?

Frank Warmerdam fwarmerdam at gmail.com
Tue Aug 23 08:42:16 EDT 2005


On 8/23/05, Sergio Liminiana Bernat <pfcsergioliminiana at yahoo.es> wrote:
> ....
> 
> # Uncomment for Xerces based GML support.
> #XERCES_DIR =   C:\GML\xerces-c1_7_0-win32
> #XERCES_INCLUDE = -I$(XERCES_DIR)/include
> -I$(XERCES_DIR)/include/xercesc
> #XERCES_LIB = $(XERCES_DIR)/lib/xerces-c_1.lib

The hatch marks (#) at the beginning of the above lines
makes the lines into comments.  You need to remove
the hatch marks  for the xerces options to be enabled. 

eg. 

> # Uncomment for Xerces based GML support.
#XERCES_DIR =   C:\GML\xerces-c1_7_0-win32
#XERCES_INCLUDE = -I$(XERCES_DIR)/include -I$(XERCES_DIR)/include/xercesc
#XERCES_LIB = $(XERCES_DIR)/lib/xerces-c_1.lib

Note that you should do a "nmake /f makefile.vc clean" before
rebuilding to ensure everything needing the configuration options
gets rebuilt.

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    | Geospatial Programmer for Rent




More information about the Gdal-dev mailing list