| pj_mutex.c:167: error: redefinition of 'pj_acquire_lock' |
| pj_mutex.c:65: error: previous definition of 'pj_acquire_lock' was here |
| pj_mutex.c:181: error: redefinition of 'pj_release_lock' |
| pj_mutex.c:75: error: previous definition of 'pj_release_lock' was here |
| pj_mutex.c:192: error: redefinition of 'pj_cleanup_lock' |
| pj_mutex.c:82: error: previous definition of 'pj_cleanup_lock' was here |
| pj_mutex.c:206: error: redefinition of 'pj_init_lock' |
| pj_mutex.c:91: error: previous definition of 'pj_init_lock' was here |
| 33c33 |
| < #ifndef _WIN32 |
| --- |
| > #if defined (_WIN32) && !defined(__MINGW32__) |
| 40c40 |
| < #ifndef _WIN32 |
| --- |
| > #if defined (_WIN32) && !defined(__MINGW32__) |
| 10c10 |
| < library_names='' |
| --- |
| > library_names='libgeotiff.a' |
| line 160 | using ::putwchar; |
| line 161 | // using ::swprintf; |
| line 162 | using ::swscanf; |
| line 163 | using ::ungetwc; |
| line 164 | using ::vfwprintf; |
| line 165 | #if _GLIBCXX_HAVE_VFWSCANF |
| line 166 | using ::vfwscanf; |
| line 167 | #endif |
| line 168 | // using ::vswprintf; |
| line 169 | #if _GLIBCXX_HAVE_VSWSCANF |
| line 170 | using ::vswscanf; |
| line 171 | #endif |
| line 172 | using ::vwprintf; |
|
Configured wxWidgets 2.8.11 for `i686-pc-mingw32' Which GUI toolkit should wxWidgets use? msw Should wxWidgets be compiled into single library? yes Should wxWidgets be compiled in debug mode? no Should wxWidgets be linked as a shared library? no Should wxWidgets be compiled in Unicode mode? yes What level of wxWidgets compatibility should be enabled? wxWidgets 2.4 no wxWidgets 2.6 yes Which libraries should wxWidgets use? jpeg builtin png builtin regex builtin tiff builtin zlib builtin odbc no expat builtin libmspack no sdl no |