>
> WITH set PATH=C:\devl\MinGW\bin
> hbmk: Harbour Make couldn't detect any supported C compiler in your PATH.


Do you have MinGW installed on this PATH? Is there any gcc.exe in that
directory?
I doubt there is.


> after Path=C:\devl\msys\1.0\bin;C:\devl\MinGW\bin;c:\harbour\mingw\bin;


Nonsense. msys isn't needed for hbmk2. Your environment
is messed up, probably MinGW is installed into c:\harbour\mingw\bin.
But please check it yourself, for me it's more difficult. Also make
sure not to have HB_CCPREFIX set to some random leftover value.


> 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\


It's because HB_INSTALL_PREFIX is still in your environment,
and it's wrong. Remove it.


> but if i use HB_INSTALL_PREFIX=c:\harbour\mingw sh make_gnu.sh clean
> install  not copy any files in c:\harbour\mingw


First decide what you're trying to do now. A build, or a Harbour binary?
Now you've jumped to build.

I'd suggest to start over with a clean environment and read the script
sample I posted lots of time here.

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

Reply via email to