16 May
2010
16 May
'10
8:36 p.m.
Hi, I'm trying to fix bug 12804, and made some changes to winecfg, and I need to test how it works on Windows. I followed the instructions from http://wiki.winehq.org/CompilingDLLsUsingMingw - Cross Compiling the Whole Tree, but I get an error: $ ../wine-crossc/configure --host=i586-mingw32msvc --with-wine-tools=../build-native --without-freetype --without-x [...] checking for the directory containing the Wine tools... configure: error: could not find Wine tools in ../build-native This seems to happen because the ../build-native/tools/winebuild directory does not exist. When I ran "make tools", in ../build-native, no error occurred. Any idea why this happens? Is there another way to build winecfg as an exe? Thanks, Alex