On Wed, Mar 18, 2009 at 5:25 PM, Massimo Belgrano <[email protected]>wrote:

> I receive following error
> HBMK2 HBM -n
> hbmk: Processing configuration: c:\harbour\mingw\bin\hbmk.cfg
> Impossibile trovare il percorso specificato.(TRANSLATED: IMPOSSIBLE
> FIND PATH SPECIFIED)
> hbmk: Error: Running Harbour compiler. 1:
> /c/harbour/mingw\bin\harbour.exe -n2 HBM -i/c/harbour/mingw\include -n
>
>
>  c:\harbour\mingw\bin\hbmk.cfg is present and contain
> # Harbour Make configuration
> # Generated by Harbour build process
> arch=win
> comp=mingw
>
> This is my setting
>
> Path=C:\devl\msys\1.0\bin;C:\devl\MinGW\bin;c:\harbour\mingw\bin;
> LIB=C:\harbour\mingw\LIB;
> INCLUDE=C:\harbour\mingw\INCLUDE;
> HB_ARCHITECTURE=win
> HB_COMPILER=mingw
> HB_INSTALL_PREFIX=/c/harbour/mingw


> What i have missed?


You're making things too complicated as usual, and you're
confusing Harbour build requirements with hbmk2 requirements.
For hbmk2 you only need to put your compiler in PATH:

set PATH=C:\devl\MinGW\bin

Or c:\harbour\mingw\bin, if that's you MinGW path, but
for sure you don't need TWO MinGW installation to succeed.

Nothing else is needed, no msys, no HB_ envvars, nothing, really.

Brgds,
Viktor
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to