Re: [Harbour] make_gnu_xmingwce.sh stalls (under msys)

2009-03-14 Thread Viktor Szakáts
> > Maybe after 1.1, but I was thinking to merge make_gnu_x*.sh > into make_gnu.sh, to simplify things internally, to remove some > redundancy and make build process more coherent for different > situations. Probably make_gnu_x*.sh files can be reduced > to 'HB_ARCHITECTURE=win, HB_COMPILER=mingw*,

Re: [Harbour] make_gnu_xmingwce.sh stalls (under msys)

2009-03-14 Thread Viktor Szakáts
After commenting line 50 in make_gnu_xmingwce.sh, and removing foreign tools from CCPATH, everything is back to normal. Using this script: --- set CCPATH=C:\devl\MinGW-410-ce\opt\mingw32ce\bin set PATH=C:\devl\msys\1.0.11\bin;%CCPATH%;%PATH% rem set HB_COMPILER=mingwce rem set HB_COMP_PATH=/c/devl/

Re: [Harbour] make_gnu_xmingwce.sh stalls (under msys)

2009-03-14 Thread Viktor Szakáts
> > 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. Thanks you, this bit was missing. Now, after doing a few changes, the results are the exact same. If I use the Cygwin shell, it complains about missing 'harbour' in PATH.

Re: [Harbour] make_gnu_xmingwce.sh stalls (under msys)

2009-03-13 Thread Przemyslaw Czerpak
On Sat, 14 Mar 2009, Przemyslaw Czerpak wrote: Hi, > > set > > PATH=C:\devl\cygwin\bin;C:\devl\cygwin\opt\mingw32ce\bin;C:\devl\hbvc-1.1\bin;%PATH% ^^ > > make -C doc install > > make: make: Command not found > > make: [doc.inst] Error 127 (ignored) > > make -C inclu

Re: [Harbour] make_gnu_xmingwce.sh stalls (under msys)

2009-03-13 Thread Przemyslaw Czerpak
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 d

Re: [Harbour] make_gnu_xmingwce.sh stalls (under msys)

2009-03-13 Thread Przemyslaw Czerpak
On Fri, 13 Mar 2009, Szak�ts Viktor wrote: > [ For me it's still a miracle how in 2009 there isn't a fully > operational tar.exe for Windows. And also why someone > distributes stuff in .tgz (with links!) for Windows... ] Probably the author uses fully functional tar for Windows which can emulate

Re: [Harbour] make_gnu_xmingwce.sh stalls (under msys)

2009-03-13 Thread Viktor Szakáts
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\mingw32c

Re: [Harbour] make_gnu_xmingwce.sh stalls (under msys)

2009-03-13 Thread Viktor Szakáts
Well, I had to resort to the old method and unpack the .tgz under OS X (or Linux), and copy back the results. It's possible to do on Windows also, if the gzipping is done with gzip and the untar using a working tar.exe. MinGW 4.3.2 has one. [ For me it's still a miracle how in 2009 there isn't a

Re: [Harbour] make_gnu_xmingwce.sh stalls (under msys)

2009-03-13 Thread Viktor Szakáts
Hi Przemek, > Not of the above is correct. > In C:\devl\a\opt\mingw32ce\arm-wince-mingw32ce\bin you have ARM WinCE > binaries. No, I can run them in XP. > In C:\devl\a\opt\mingw32ce\libexec\gcc\arm-wince-mingw32ce\4.1.0\ > are GCC binaries which does not have to be in PATH. They are internall

Re: [Harbour] make_gnu_xmingwce.sh stalls (under msys)

2009-03-13 Thread Przemyslaw Czerpak
On Fri, 13 Mar 2009, Szak�ts Viktor wrote: > I've tried to use this script (very unclean, I know): > set > PATH=C:\devl\msys\1.0.11\bin;C:\devl\a\opt\mingw32ce\arm-wince-mingw32ce\bin;C:\devl\a\opt\mingw32ce\libexec\gcc\arm-wince-mingw32ce\4.1.0\;%PATH% > set CCPATH=C:\devl\a\opt\mingw32ce\arm-winc

Re: [Harbour] make_gnu_xmingwce.sh stalls (under msys)

2009-03-13 Thread Viktor Szakáts
Okay, after switching to an untar tool which doesn't crash on cygwin-cegcc-mingw32ce-0.51.0-1.tar.gz , I've tried to use this script (very unclean, I know): --- set PATH=C:\devl\msys\1.0.11\bin;C:\dev

Re: [Harbour] make_gnu_xmingwce.sh stalls (under msys)

2009-03-13 Thread Viktor Szakáts
Okay, maybe I got it. Which is which from these: cygwin-cegcc-cegcc-0.51.0-1.tar.gz cygwin-cegcc-mingw32ce-0.51.0-1.tar.gz

Re: [Harbour] make_gnu_xmingwce.sh stalls (under msys)

2009-03-13 Thread Przemyslaw Czerpak
On Fri, 13 Mar 2009, Szak�ts Viktor wrote: Hi, > I was trying to find such package, and now I've retried after > reading your mail, but still I can nowhere find such thing for > download. I've tried looked for the name cegcc, mingwce. I've > checked the project page on sf.net and their downloads

Re: [Harbour] make_gnu_xmingwce.sh stalls (under msys)

2009-03-13 Thread Viktor Szakáts
I was trying to find such package, and now I've retried after reading your mail, but still I can nowhere find such thing for download. I've tried looked for the name cegcc, mingwce. I've checked the project page on sf.net and their downloads are scarce without binaries. Cygwin doesn't offer them by

Re: [Harbour] make_gnu_xmingwce.sh stalls (under msys)

2009-03-13 Thread Przemyslaw Czerpak
On Fri, 13 Mar 2009, Szak�ts Viktor wrote: Hi, > This scenario is only supported on Linux. Windows version of MinGW > is not able to produce CE/ARM targets. > IMO these scripts should give a proper error message when run on > non-Linux OSes. I'm sorry but you are wrong. You can download Windows

Re: [Harbour] make_gnu_xmingwce.sh stalls (under msys)

2009-03-13 Thread Viktor Szakáts
This scenario is only supported on Linux. Windows version of MinGW is not able to produce CE/ARM targets. IMO these scripts should give a proper error message when run on non-Linux OSes. Brgds, Viktor On Fri, Mar 13, 2009 at 1:03 PM, Abeb wrote: > > $ make_gnu_xmingwce.sh install > ln: creatin

[Harbour] make_gnu_xmingwce.sh stalls (under msys)

2009-03-13 Thread Abeb
$ make_gnu_xmingwce.sh install ln: creating symbolic link `/tmp/hb-arm-wince-mingw32ce--3260/harbour.exe' to `/c/HARBOUR/BIN/harbour': No such file or directory ln: creating symbolic link `/tmp/hb-arm-wince-mingw32ce--3260/hbpp.exe' to `/c/HARBOUR/BIN/hbpp': No such file or directory it's tryi