On Thu, 05 Mar 2009, Pritpal Bedi wrote:
Hi,
> Now I get this error:
> make.exe[3]: Entering directory `C:/harbour/source/pp/win/poccce'
> pocc.exe -I. -Ze -Go -Ot -Ox -Tarm-coff -D_WINCE -DUNICODE
> -DHB_NO_WIN_CONSOLE -I../../../../include -c ../../hbpp.c -Fohbpp.obj
> polink.exe -OUT:hbpp.exe hbpp.obj -LIBPATH:../../../../lib/win/poccce
> coredll.lib corelibc.lib winsock.lib ws2.lib hbcommon.lib
> POLINK: warning: Multiple '.rdata' sections found with different flags
> (0x40000040 and 0xc0000040).
> ./hbpp.exe ../../../../include/hbstdgen.ch -opptable.c -q -c
> -v../../../../include/hbverbld.h
> process_begin: CreateProcess(C:\harbour\source\pp\win\poccce\hbpp.exe,
> ./hbpp.exe ../../../../include/hbstdgen.ch -opptable.c -q -c
> -v../../../../include/hbverbld.h, ...) failed.
> make (e=193): Error 193
You cannot compile WinCE build in such way. Just simply generated
hbpp.exe is for WinCE not for WinX86. You have to set environemnt
variables which will point to your platform native harbour.exe
and hbpp.exe
> Plus :
> BOOL WINAPI SetEnvironmentVariableA( LPCSTR name, LPCSTR value )
> {
> HB_SYMBOL_UNUSED( name );
> HB_SYMBOL_UNUSED( value );
>
> /* TODO: */
> return 0; // without this I get warning
> }
Thanks for this.
I'll commit fix ASAP.
best regards,
Przemek
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour