Ticket #1634 (closed defect: fixed)

Opened 1 year ago

Last modified 9 months ago

WINCE: 1.4.1 compile fixes

Reported by: wbaer Assigned to: mloskot
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

05/14/07 14:25:26 changed by mloskot

  • status changed from new to assigned.

05/14/07 14:26:19 changed by mloskot

  • status changed from assigned to closed.
  • resolution set to fixed.
  • milestone set to 1.4.2.

Wolfgang,

Thank you very much for reporting this.

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

06/22/07 14:48:07 changed by mloskot

Also, ported to branches/1.4

07/03/07 03:36:33 changed by wbaer

  • status changed from closed to reopened.
  • version changed from 1.4.1 to 1.4.2.
  • resolution deleted.
  • milestone deleted.

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

08/22/07 22:44:50 changed by mloskot

  • status changed from reopened to closed.
  • version changed from 1.4.2 to svn-trunk.
  • resolution set to fixed.
  • milestone set to 1.4.3.

Wolfgang,

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

10/23/07 11:26:17 changed by mloskot

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