Hi JF,
Thanks, that was suspect. The recommended make.exe is
already linked it and documented in detail. I'm afraid it's not
only the version number, but also the build of make, so I'm
at this point unsure what to exactly document here, anyhow
3.75 is indeed very old and most probably not a MinGW build,
so I'll put there we require newer version.

Brgds,
Viktor

On Fri, Mar 13, 2009 at 11:16 AM, J. Lefebvre <j...@mafact.com> wrote:

> Ok,
>
> I just had to use GNU make.exe version 3.81 in place of 3.75.
>
> Doc should be changed about the minimum release needed.
>
> Regards,
>
> JF
>
> -----Message d'origine-----
> De : harbour-boun...@harbour-project.org [mailto:
> harbour-boun...@harbour-project.org] De la part de J. Lefebvre
> Envoyé : vendredi 13 mars 2009 10:51
> À : 'Harbour Project Main Developer List.'
> Objet : [Harbour] problem with new make system
>
> Hi,
>
> I tried to compile harbour with MSVC 2008 and created one batch to do so
> like the following ;
>
> REM --- MSVC 2008 + SDK
> set WindowsSDKDir=%ProgramFiles%\Microsoft SDKs\Windows\v6.0A\
> call "%ProgramFiles%\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"
> rem
> set HB_COMPILER=msvc
> set HB_ARCHITECTURE=win
> set HB_GT_LIB=gtwin
> set HB_INC_ADS=e:\ads81\api\acesdk
> set HB_BIN_INSTALL=t:\fwh\harbour\bin
> set HB_LIB_INSTALL=t:\fwh\harbour\lib
> set HB_INC_INSTALL=t:\fwh\harbour\include
> rem
> set PATH=D:\Util\make;%PATH%
> set HB_INSTALL_PREFIX=C:\hb-%HB_COMPILER%
> call make_gnu.bat %1 %2 > log-%HB_COMPILER%.txt 2>&1
>
> calling it with clean, it work for some seconds and end without error or
> message.
>
> Now if I call it without param or with all I receive the following :
>
> make.exe: Nothing to be done for `all'.
>
> What am'I missing ?
>
> Thanks in advance,
>
> JF,
>
>
> _______________________________________________
> Harbour mailing list
> Harbour@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour
>
>
> _______________________________________________
> Harbour mailing list
> Harbour@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour
>
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to