--- Pelles C CE/ARM must be considered Cross Building ? -------------- > HB_BIN_COMPILE=<HARBOUR_NATIVE_BUILD_DIR>\bin > HB_PPGEN_PATH=<HARBOUR_NATIVE_BUILD_DIR>\bin
> You need these when building for a platform different to host. > For this to work, you will need to point above envvars to > a native Harbour build available on your system So i have tried add set HB_BIN_COMPILE=c:\hb-pocc\bin set HB_PPGEN_PATH=C:\hb-pocc\bin after compiled also native pelles win Now receive this error: c:\harbour\source\rtl\gtwvt>if not exist ..\..\..\lib\win\poccce\. md ..\..\..\lib\win\poccce mingw32-make.exe[4]: Entering directory `c:/harbour/source/rtl/gtwvt/win/poccce' pocc.exe -I. -Ze -Go -Ot -Ox -Tarm-coff -D_WINCE -DUNICODE -DHB_NO_WIN_CONSOLE -I../../../../../include -c ../../gtwvt.c -Fogtwvt.obj ../../gtwvt.c(1839): error #2048: Undeclared identifier 'WS_EX_LAYERED'. ../../gtwvt.c(1847): error #2048: Undeclared identifier 'LWA_ALPHA'. mingw32-make.exe[4]: *** [gtwvt.obj] Error 1 mingw32-make.exe[4]: Leaving directory `c:/harbour/source/rtl/gtwvt/win/poccce' mingw32-make.exe[3]: *** [descend] Error 2 mingw32-make.exe[3]: Leaving directory `c:/harbour/source/rtl/gtwvt' mingw32-make.exe[2]: *** [gtwvt] Error 2 mingw32-make.exe[2]: Leaving directory `c:/harbour/source/rtl' mingw32-make.exe[1]: *** [rtl.inst] Error 2 mingw32-make.exe[1]: Leaving directory `c:/harbour/source' mingw32-make.exe: *** [source.inst] Error 2 2009/3/6 Viktor Szakáts <[email protected]>: > Pls read: > - INSTALL > - OPTIONS AVAILABLE WHEN BUILDING HARBOUR > - Cross building > > On Fri, Mar 6, 2009 at 1:17 AM, Massimo Belgrano <[email protected]> > wrote: >> -- Massimo Belgrano _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
