Current results with both Cygwin and msys (it's very much unclear how Cygwin/MinGW relates to each other in this scenario, but that's pretty much usual for everything which contains Cygwin in it..), and at this point I'm stuck:
1.) Cygwin --- set PATH=C:\devl\cygwin\bin;C:\devl\cygwin\opt\mingw32ce\bin;C:\devl\hbvc-1.1\bin;%PATH% set CCPATH=C:\devl\cygwin\opt\mingw32ce\bin rem set HB_COMPILER=mingwce rem set HB_COMP_PATH=/c/devl/hbvc-1.1/bin/harbour.exe rem set HB_INSTALL_PREFIX=/c/devl/hb%HB_COMPILER%-1.1-test sh make_gnu_xmingwce.sh -i install > out.txt 2>&1 --- => You must have a working 'harbour' executable for your platform on your PATH. --- (I have a working harbour.exe in C:\devl\hbvc-1.1\bin) 2.) MinGW/msys --- set PATH=C:\devl\msys\1.0.11\bin;C:\devl\cygwin\opt\mingw32ce\bin;%PATH% set CCPATH=C:\devl\cygwin\opt\mingw32ce\bin rem set HB_COMPILER=mingwce rem set HB_COMP_PATH=/c/devl/hbvc-1.1/bin/harbour.exe rem set HB_INSTALL_PREFIX=/c/devl/hb%HB_COMPILER%-1.1-test sh make_gnu_xmingwce.sh -i install > out.txt 2>&1 --- => ln: creating symbolic link `/tmp/hb-arm-wince-mingw32ce--3840/hbpp.exe' to `/c/work/harbour-new/harbour/source/pp/win/mingw/hbpp': No such file or directory make -C doc install make: make: Command not found make: [doc.inst] Error 127 (ignored) make -C include install make: make: Command not found make: [include.inst] Error 127 (ignored) make -C source install make: make: Command not found make: [source.inst] Error 127 (ignored) make -C contrib install make: make: Command not found make: [contrib.inst] Error 127 (ignored) ./bin/postinst.sh Generating /c/devl/hbmingwce-1.1-test/bin/hbmk.cfg... Generating /c/devl/hbmingwce-1.1-test/bin/hbce-build... Creating links... Making harbour.dll... --- Plus I'm getting a cygwin1.dll missing Windows error message when arm-wince-mingw32ce-gcc.exe is attempted to run. I have cygwin1.dll in the PATH. And I can manually run arm-wince-mingw32ce-gcc.exe, before calling make_gnu.sh. (I have hbpp.exe in the dir above.) Brgds, Viktor
_______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour