Opened 13 years ago

Closed 13 years ago

#4162 closed defect (fixed)

gt_wkt_srs.cpp dependence on cpl_serv.h

Reported by: warmerdam Owned by: Even Rouault
Priority: normal Milestone:
Component: GDAL_Raster Version: unspecified
Severity: normal Keywords: GTIFF
Cc: dburken

Description

Dave Burken reports problems building GDAL trunk due to the lack of cpl_serv.h pulled in from gt_wkt_srs.cpp.

cpl_serv.h is in the gtiff/libgeotiff directory so I'm guessing he is encountering problems building with an external libgeotiff. A brief review of the last few commits does not show anything obviously at fault. Possibly it is a change in what libgeotiff installs?

Change History (2)

comment:1 by Even Rouault, 13 years ago

Owner: changed from warmerdam to Even Rouault

comment:2 by Even Rouault, 13 years ago

Resolution: fixed
Status: newclosed

Should be fixed by :

r22737 /trunk/gdal/frmts/gtiff/gt_wkt_srs.cpp: gt_wkt_srs.cpp : fix building against external libgeotiff (#4162)

Was due to to the recent use of GDAL specific port/ functions that weren't used before.

Reopen if it doesn't work.

Note: See TracTickets for help on using tickets.