Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#1634 closed defect (fixed)

WINCE: 1.4.1 compile fixes

Reported by: wbaer Owned by: Mateusz Łoskot
Priority: normal Milestone: 1.4.3
Component: WinCE Port Version: svn-trunk
Severity: normal Keywords:
Cc:

Description

GDAL 1.4.1 does not compile on wince without the fixes below:

Add the cpl_strtod.cpp file to the Visual Studio 2005 project file. Add the following new defines to port/cpl_config.h.wince:

/* Define to 1 if you have the `copysign' function. */ #define HAVE_COPYSIGN #define copysign _copysign #define copysignf _copysign #define copysignl _copysign

Best regards, Wolfgang

Change History (6)

comment:1 by Mateusz Łoskot, 17 years ago

Status: newassigned

comment:2 by Mateusz Łoskot, 17 years ago

Milestone: 1.4.2
Resolution: fixed
Status: assignedclosed

Wolfgang,

Thank you very much for reporting this.

Yes, it's known bug and it's been already fixed in current SVN (r11479).

comment:3 by Mateusz Łoskot, 17 years ago

Also, ported to branches/1.4

comment:4 by wbaer, 17 years ago

Milestone: 1.4.2
Resolution: fixed
Status: closedreopened
Version: 1.4.11.4.2

Hi,

just tested 1.4.2 - adding the cpl_strtod.cpp file to the Visual Studio 2005 WinCE project file is still missing. The other problems are resolved.

Keep up the good work, Wolfgang

comment:5 by Mateusz Łoskot, 17 years ago

Milestone: 1.4.3
Resolution: fixed
Status: reopenedclosed
Version: 1.4.2svn-trunk

Wolfgang,

Thanks for pointing this issue. I've fixed it (r11932).

comment:6 by Mateusz Łoskot, 17 years ago

This fix has been ported to branches/1.4 (r12518)

Note: See TracTickets for help on using tickets.