Ticket #1634 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.
