Ticket #1634 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

WINCE: 1.4.1 compile fixes

Reported by: wbaer Owned by: 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

Changed 6 years ago by mloskot

  • status changed from new to assigned

Changed 6 years ago 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).

Changed 6 years ago by mloskot

Also, ported to branches/1.4

Changed 6 years ago by wbaer

  • status changed from closed to reopened
  • version changed from 1.4.1 to 1.4.2
  • resolution fixed deleted
  • milestone 1.4.2 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

Changed 6 years ago 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).

Changed 6 years ago by mloskot

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

Note: See TracTickets for help on using tickets.