Mingw , Geany , wxwidget

i have mingw and geany all setup
i have wxwidget 2.8.11 install

i follow this website instruction:
http://wiki.wxwidgets.org/Compiling_wxWidgets_with_MinGW

but i must of miss something. cant get it compile

wx=config: no such file or directory
Are you in the right directory? For example C:\wxMSW-2.8.11\build\msw

Also make sure that gcc set in your path variable. To check type gcc -v and you should an output something like this depending on the version you're using.

C:\wxMSW-2.8.11\build\msw>gcc -v
Using built-in specs.
Target: mingw32
Configured with: ../../gcc-4.4.1/configure --prefix=/mingw --build=mingw32 --ena
ble-languages=c,ada,c++,fortran,objc,obj-c++ --disable-nls --disable-win32-regis
try --enable-libgomp --enable-cxx-flags='-fno-function-sections -fno-data-sectio
ns' --disable-werror --enable-threads --disable-symvers --enable-version-specifi
c-runtime-libs --enable-fully-dynamic-string --with-pkgversion='TDM-2 mingw32' -
-enable-sjlj-exceptions --with-bugurl=http://www.tdragon.net/recentgcc/bugs.php
Thread model: win32
gcc version 4.4.1 (TDM-2 mingw32)


Hope that helps, Good luck!
Topic archived. No new replies allowed.