Opened 21 years ago

Last modified 21 years ago

#412 closed defect (fixed)

gdal doesn't build (apps/gdal_contour.cpp)

Reported by: hamish_nospam@… Owned by: warmerdam
Priority: high Milestone:
Component: default Version: unspecified
Severity: normal Keywords:
Cc:

Description

The newly modified apps/gdal_contour.cpp calls GDALContourGenerate() but it is
missing. (it's in alg/contour.cpp)


thanks,
Hamish


/bin/sh ../libtool --mode=compile g++ -Wall  -O2   -I../port -I../port
-I../gcore -I../ogr -I../frmts -I../alg  -c -o gdal_contour.o gdal_contour.cpp
 g++ -Wall -O2 -I../port -I../port -I../gcore -I../ogr -I../frmts -I../alg -c
gdal_contour.cpp  -fPIC -DPIC -o .libs/gdal_contour.o
gdal_contour.cpp: In function `int main(int, char**)':
gdal_contour.cpp:213: `GDALContourGenerate' undeclared (first use this 
   function)
gdal_contour.cpp:213: (Each undeclared identifier is reported only once for 
   each function it appears in.)
make[1]: *** [gdal_contour.o] Error 1
make[1]: Leaving directory `/usr/src/grass/frank/gdal/apps'
make: *** [apps-target] Error 2

Change History (1)

comment:1 by warmerdam, 21 years ago

Hamish, 

Sorry about that.  I believe I have now committing the missing contour
related changes in CVS.


Best regards,

Note: See TracTickets for help on using tickets.