|
From: Andrey D. <An...@ed...> - 2003-01-24 08:34:24
|
Hello, I'm trying to port eBoard chess client application = (http://eboard.sourceforge.net) to Windows. I've installed: - MinGW package MinGW-2.0.0-3.exe in c:\MinGW; - MSYS package MSYS-1.0.8.exe in c:\MinGW\msys; - update 3 packages from MinGW set i.e. = binutils-2.13.90-20021006-2.tar.gz, mingw-runtime-2.3.tar.gz and w32api-2.1.tar.gz; - GTK+ gtk+-dev-1.3.0-20030115.zip, gtk+-dev-1.3.0-20030115.zip, = glib-dev-2.2.0-20030112.zip, glib-2.2.0-20030112.zip and other components mentioned on = http://www.gimp.org/~tml/gimp/win32/downloads.html in c:\MinGW\gtk; Then add /mingw/bin:/mingw/gtk/bin:/mingw/gtk/lib:/bin:/mingw/gtk/lib to = PATH, /mingw/include:/mingw/gtk/include to INCLUDE, /mingw/lib:/mingw/gtk/lib to LIB in MSYS env. First problem, the configure script check for gtk-config and = imlib-config, I've just make a copy of pkg-config with those 2 names. Then I get this: checking for gtk+ >=3D 1.2.6... no configure: error: Required component missing: gtk+ >=3D 1.2.6 (but 1.2.x, not 2.x.x!) Download site: http://www.gtk.org What I did wrong ? Thanks. Best regards, Andrey Deryugin |