From: Francesco <f18...@ya...> - 2010-03-24 20:45:34
|
Hi Mark, 2010/3/24 Mark Jones <hel...@gm...>: >>2010/3/12 Mark Jones <hel...@gm...>: > Hi Francesco, today is as good as any to learn some C++ eh? : ) ehm, sorry, I didn't even think that you may not have the full C++ development environment ready for use :) I've updated the installers at: http://usbpicprog.org/downloads/ (look for *r877-release* packages). > I decided to try setting up a build environment for UsbPicProg. I > installed wxDev-C++ v7.3.1.3 on Win7 32-bit (thinking it would be > better-suited to developing wxWidgets-based applications), installed > TortoiseSVN v1.6.7, retrieved the trunk from SVN, updated the paths to > libusb.h, but then got stuck on the wxWidgets dependency. I know it > needs the wxWidgets-2.9.0 "libraries" but what exactly needs to go > where? The folder tree is rather complex, and wxWidgets can be > compiled in an alarming number of ways. Even tried doing "configure" > under MSYS. I'll keep plugging away at it, but any additional hints > would be very helpful. well, if you have wxDevCpp you should have mingw installed. Then you may compile wx just going to wxWidgets\build\msw and typing mingw32-make -f makefile.gcc BUILD=release then you could run exactly the same command from upp_wx\build\win. Anyway I'd suggest you to use MSVC++ 2008 Express instead (specially if you want to compile C++ code often :)). Francesco |