Opened 18 years ago

Last modified 17 years ago

#1293 closed defect (fixed)

GDAL for WINCE compile errors

Reported by: marcello_ferrero@… Owned by: Mateusz Łoskot
Priority: highest Milestone:
Component: WinCE Port Version: unspecified
Severity: blocker Keywords:
Cc:

Description

GDAL 1.3.2b2 version of GDAL has problems compiling the port directory because 
the wcelibcex functions are compiled as "wce_" instead of "wceex_".
For example in port\cpl_config.h you have 
#define unlink wce_unlink
while the function in wcelibcex\wce_unlink.c is defined as 
wceex_unlink

Change History (2)

comment:1 by Mateusz Łoskot, 18 years ago

The bug has been fixed in CVS.

Marcello,
Thank you very much for this report. I appologize it took so long to fix it.

comment:2 by Mateusz Łoskot, 17 years ago

I'm closing this bug.
Note: See TracTickets for help on using tickets.