WITH set PATH=C:\devl\MinGW\bin
hbmk: Harbour Make couldn't detect any supported C compiler in your PATH.
Please setup one or set -comp= option or envvar HB_COMPILER
to one of these values:
mingw, msvc, bcc, owatcom, icc, pocc, xcc, cygwin, msvc64,
msvcia64, pocc4, mingwce, msvcce, poccce
after Path=C:\devl\msys\1.0\bin;C:\devl\MinGW\bin;c:\harbour\mingw\bin;
stille receive error
HBMK2 HBM -n
ERROR FINDING PATH SPECIFIED
hbmk: Error: Running Harbour compiler. 1:
/c/harbour/mingw\bin\harbour.exe -n2 HBM -i/c/harbour/mingw\include -n
imo the proble is due /c/harbour/mingw\ instead of c:\harbour\mingw\
but if i use HB_INSTALL_PREFIX=c:\harbour\mingw sh make_gnu.sh clean
install not copy any files in c:\harbour\mingw
2009/3/18 Viktor Szakáts <[email protected]>:
> 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
>
>
--
Massimo Belgrano
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour