Hi, It'd seem a good idea to add compiler switch to customize error/warning message output to make existing IDEs happy (and such patches unnecessary).
BTW, my Code::Blocks build already had that .prg lexer preinstalled. (current release for Mac OS X) Brgds, Viktor On 2010 Jan 17, at 17:22, Xavi wrote: > Hi All, > > Recently I explained to a new user, how to start working in Windows with > Harbour SVN. I want to share with everyone maybe this it's can help to > someone. > > 1) Donwload Qt LGPL SDK for Windows and install in D:\Qt .- > > http://qt.nokia.com/downloads > > We have Qt Creator and MinGW C/C++ copy in D:\Qt\2009.05\mingw > To access Qt's dll, MinGW and our future Harbour's binaries inside > D:\Qt\harbour .- > Set > Path=%PATH%;D:\Qt\2009.05\qt\bin;D:\Qt\2009.05\mingw\bin;D:\Qt\harbour\bin; > This change should do in "My PC" context menu option Properties, Environment > Variables. > Create a new Environment Variables HB_USER_LIBPATHS with D:\Qt\2009.05\qt\lib > To simplify Path parameter. > > 2) Download MinGW from the official page, from TMD and install in D:\Qt\MinGW > .- > > http://www.tdragon.net/recentgcc > > Choose in Setup .- > Select in tree control "Or, select the optional components you wish to have > installed:" > Components\gcc (TMD Unstable: 4.4.1-tmd-2-dw2)\Version\TMD Unstable: > 4.4.1-tmd-2-dw2 > [ Install ] > Inside directory D:\Qt\MinGW\bin .- > Copy gcc-dw2.exe to gcc.exe > Copy g++-dw2.exe to g++.exe > > To change the working copy of MinGW only need change the Path to bin. > Set Path=D:\Qt\MinGW\bin;D:\Qt\harbour\bin;D:\Qt\2009.05\qt\bin;%PATH% > In "My PC", Environment Variable (recommended) .- > Path > D:\Qt\MinGW\bin;D:\Qt\harbour\bin;D:\Qt\2009.05\qt\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem; > > 3) Donwload Code::Blocks (only need the IDE but if you want a copy of MinGW) > and install in C:\Program files .- > ... _______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
