|
First of all, you must download pkg-config.exe
from GTK+ for Windows. Then you can simply unzip this downloaded zip-file, and then copy the pkg-config.exe executable into /MinGW/bin That's not enough: this executable depends on the GLib DLL. So you must download GLib DLL too, always from GTK+ for Windows. Once again, you have to unzip this downloaded zip-file, and then copy liglib-2.0-0.dll into /MinGW/bin You have not yet finished: pkg-config still has an unresolved DLL dependency. But this time simply performing a trivial copy will suffit. So you must now open an MSYS shell: cd C:/MinGW/bin cp libintl-8.dll intl.dll And this time that's really all: now you have pkg-confif properly installed and ready to work. |
| 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' |
|
Configured wxWidgets 2.8.12 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 sys png sys regex no tiff sys zlib sys odbc no expat no libmspack no sdl no |
| replace any occurrence of: info_ptr->height as: getHeight(info_ptr) |
| replace any occurrence of: info_ptr->width as: getWidth(info_ptr) |
| replace any occurrence of: info_ptr->bit_depth as: getBitDepth(info_ptr) |
| replace any occurrence of: info_ptr->color_type as: getColorType(info_ptr) |
| Line 25: replace # FOSSIL_ENABLE_SSL=1 as: FOSSIL_ENABLE_SSL=1 |
| Line 30: replace ZLIBDIR = /programs/gnuwin32 as: ZLIBDIR = /usr/local |