Re: [Harbour] Batch for compiling harbour and an error compiling with ow and mw

2009-03-03 Thread Massimo Belgrano
I hope that somebody can benefit from my error Here the operation made for installing msys (no success) Installed Mingw (current,Complete in c:\devl\mingw) from http://sourceforge.net/project/showfiles.php?group_id=2435&package_id=240780&release_id=595197 Installed msys from http://sourceforge.ne

Re: [Harbour] Batch for compiling harbour and an error compiling with ow and mw

2009-03-02 Thread Massimo Belgrano
Thanks! After i reading your post i have modified in my script SET PATH, LIB,INCLUDE SET HB_ARCHITECTURE=win SET HB_COMPILER=owatcom SET WATCOM=c:\devl\watcom SET PATH=%WATCOM%\BINNT;%WATCOM%\BINW;C:\devl\mingw32make;%HB_INSTALL_PREFIX%bin;%PATH% SET BEGINLIBPATH=%WATCOM%\BINP\DLL SET EDPATH=%WAT

Re: [Harbour] Batch for compiling harbour and an error compiling with ow and mw

2009-03-02 Thread Massimo Belgrano
i have read harbour\install without read any useful information I think that set path, lib,include must be corrected but i not able to found how Probably solution cab be in page that i have read but i not able to understand http://www.mingw.org/wiki/IncludePathHOWTO http://www.cccp-project.net/wiki

Re: [Harbour] Batch for compiling harbour and an error compiling with ow and mw

2009-03-02 Thread xMen
Massimo yo lo tengo así y me compila perfectamente sin errores: @echo off echo -- echo - Creacion de Harbour con Watcom C - echo ---

Re: [Harbour] Batch for compiling harbour and an error compiling with ow and mw

2009-03-02 Thread Viktor Szakáts
No sorry, I don't have any reduced scripts. I'd like to know if ppl can work these out by themselves from the docs. So please read them and report if you have any specific problems or questions along the way, this way everyone can benefit. Brgds, Viktor On Mon, Mar 2, 2009 at 1:33 PM, Massimo Bel

Re: [Harbour] Batch for compiling harbour and an error compiling with ow and mw

2009-03-02 Thread Massimo Belgrano
Can you post(or send me by email) your batch for mingw,ow? 2009/3/2 Viktor Szakáts : > I cannot be more specific: Read INSTALL, it's in the > root of Harbour's source repository. Read it carefully > and follow it. MinGW build examples were posted on > this list in the past. > Your owatcom init i

Re: [Harbour] Batch for compiling harbour and an error compiling with ow and mw

2009-03-02 Thread Viktor Szakáts
I cannot be more specific: Read INSTALL, it's in the root of Harbour's source repository. Read it carefully and follow it. MinGW build examples were posted on this list in the past. Your owatcom init is also wrong, you should read the readme of Open Watcom for the correct init script. (but please

Re: [Harbour] Batch for compiling harbour and an error compiling with ow and mw

2009-03-02 Thread Massimo Belgrano
I add to lib and include mingw path but is not sufficent SET HB_ARCHITECTURE=win SET HB_COMPILER=mingw SET HB_INSTALL_PREFIX=C:\harbour\%HB_COMPILER%\ SET PATH=C:\devl\msys\1.0\bin;C:\devl\MinGW\bin;%PATH% SET HB_USER_LDFLAGS=-s SET LIB=%HB_INSTALL_PREFIX%LIB;c:\devl\mingw\lib SET INCLUDE=%HB_INST

Re: [Harbour] Batch for compiling harbour and an error compiling with ow and mw

2009-03-02 Thread Massimo Belgrano
Can you point me where read? 2009/3/2 Viktor Szakáts : > Please read INSTALL on how to do a MinGW build. > Brgds, > Viktor > > On Mon, Mar 2, 2009 at 10:09 AM, Massimo Belgrano > wrote: >> >> echo --harbour--- >> Folow are my batch for compiling & set enviroment for working >> and err

Re: [Harbour] Batch for compiling harbour and an error compiling with ow and mw

2009-03-02 Thread Viktor Szakáts
Please read INSTALL on how to do a MinGW build. Brgds, Viktor On Mon, Mar 2, 2009 at 10:09 AM, Massimo Belgrano wrote: > echo --harbour--- > Folow are my batch for compiling & set enviroment for working > and error that i receive only mw and ow > > @rem sow.bat > @rem i set envars eac

[Harbour] Batch for compiling harbour and an error compiling with ow and mw

2009-03-02 Thread Massimo Belgrano
echo --harbour--- Folow are my batch for compiling & set enviroment for working and error that i receive only mw and ow @rem sow.bat @rem i set envars each times that i start harbour session and make a rebuild when neccessary SET HB_ARCHITECTURE=win SET HB_COMPILER=owatcom SET WATCOM=