On Sat, 14 Mar 2009, Szak�ts Viktor wrote: Hi,
> 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: Sorry but I do not understand. These are cygwin binaries not cygwin environment which you do not need. > 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. > --- AFAIR Pritpal without any deep knowledge about MSys/MinGW[CE] and *nix like shell environments created WinGWCE binaries. I do not remember that he was trying to create some mixed Cygwin/MinGWCE environment. > (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 I wrote that CCPATH is enough. Why you are setting also PATH. > 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 set HB_PPGEN_PATH=/c/devl/hbvc-1.1/bin/hbpp.exe This also was in previous message. Sorry that it was not clear enough. > 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) Probably some recent modifications in .cf files broke sth. Looks that it cannot find 'make' binaries. > ./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. These are your local environment settings problems, not Harbour ones. Maybe in MSys does not see your all CMD.EXE paths due to some PATH translation problems or it's result of mixing CYGWIN environment with MSys. best regards, Przemek _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour