Re: [Harbour] Error building WinCE

2010-02-20 Thread Viktor Szakáts
> arm-mingw32ce-gcc -I. -I../../../../../include -O2 -fomit-frame-pointer > -DHB_LEGACY_TYPES_OFF -DUNICODE -D_WIN32_WCE -osqlite3.o -c > ../../../sqlite3.c > win-make[3]: *** [sqlite3.o] Error 1 > win-make[2]: *** [descend] Error 2 > win-make[1]: *** [sqlite3.inst] Error 2 > win-make: *** [e

Re: [Harbour] Error building WinCE

2010-02-20 Thread Jarosław Kądzioła
Hi, > Since there is no visible error in above log, I can > just guess it's an installation problem. INSTALL says > you need Cygwin in PATH, probably it's missing. Cygwin added to path and full log is : ! Building Harbour 2.1.0dev from source - http://www.harbour-project.org ! MAKE: win-make

Re: [Harbour] Error building WinCE

2010-02-20 Thread Viktor Szakáts
>> You will need the CEGCC version of mingw to create >> WinCE Harbour build, the Win32 edition won't do. >> See INSTALL for links and examples. > > After modifications : > > SET PATH=D:\hb20\comp\mingwarm\opt\mingw32ce\bin;%PATH% > SET HB_BIN_COMPILE=D:\LASTHB\HARBOUR\bin > SET HB_WITH_QT=D:\Q

Re: [Harbour] Error building WinCE

2010-02-20 Thread Jarosław Kądzioła
Hi, >> I'm trying build WinCE-HB and i get : >> >> gcc -I. -I../../../../../include -Wall -W -O2 -fomit-frame-pointer >> -DHB_LEGACY_TYPES_OFF -DUNICODE -ohbpp.o -c ../../../hbpp.c >> gcc -L../../../../../lib/wce/mingwarm -o >> ..\..\..\..\..\bin\wce\mingwarm\hbpp.exe hbpp.o -lhbnortl -

Re: [Harbour] Error building WinCE

2010-02-20 Thread Viktor Szakáts
Hi, > I'm trying build WinCE-HB and i get : > > gcc -I. -I../../../../../include -Wall -W -O2 -fomit-frame-pointer > -DHB_LEGACY_TYPES_OFF -DUNICODE -ohbpp.o -c ../../../hbpp.c > gcc -L../../../../../lib/wce/mingwarm -o > ..\..\..\..\..\bin\wce\mingwarm\hbpp.exe hbpp.o -lhbnortl -lhbcomm