>> 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:\Qt\4.5.3\include > SET HB_DIR_QT=D:\Qt\4.5.3 > SET HB_QT_STATIC=yes > SET HB_INSTALL_PREFIX=%~dp0 > mingw32-make clean install %1 %2 > log-%HB_COMPILER%.txt 2>&1 > > ! Building Harbour 2.1.0dev from source - http://www.harbour-project.org > ! MAKE: win-make 3.81 sh.exe clean install > ! HB_INSTALL_PREFIX: D:\LASTHB\HARBOUR\ > ! HB_HOST_PLAT: win (x86) HB_SHELL: nt > ! HB_PLATFORM: wce (arm) (autodetected) > ! HB_COMPILER: mingwarm (autodetected: > D:/hb20/comp/mingwarm/opt/mingw32ce/bin/) > ! HB_BIN_COMPILE: D:\LASTHB\HARBOUR\bin > . > . > . > 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: *** [external.inst] Error 2 > > And what's wrong now ?
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. Brgds, Viktor _______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
