hi!

while building for WinCE i had two problems
1. it couldn't find windows.h and other header files in the PocketPC SDK
include directory. i added the directory to the PATH and INCLUDE
environment variables as well as adding them to WCEARM.BAT SDKROOT but it
still didn't work. i had the same problem building wcecompat. i copied all
the header files to wcecompat/include and then it could find the headers.
but i got a new error
2.
        clarm.exe /Fotmp32dll_ARM\cryptlib.obj  -Iinc32 -Itmp32dll_ARM /W3
/WX /
Ox /O2 /Ob2 /Gs0 /GF /Gy /nologo -DWCEPLATFORM=MS_POCKET_PC_2000 -DARM
-D_ARM_ -
DUNDER_CE=300 -D_WIN32_CE=300 -DUNICODE -D_UNICODE -DWIN32
-DWIN32_LEAN_AND_MEAN
 -DL_ENDIAN -DDSO_WIN32 -DNO_CHMOD -Ic:\wcecompat/include /Fdout32dll_ARM
-DOPEN
SSL_NO_KRB5 -D_WINDLL -D_DLL  -DOPENSSL_BUILD_SHLIBCRYPTO -c
.\crypto\cryptlib.c

cryptlib.c
.\crypto\cryptlib.c(513) : error C2220: warning treated as error - no
object fil
e generated
.\crypto\cryptlib.c(513) : warning C4013: 'abort' undefined; assuming
extern ret
urning int
NMAKE : fatal error U1077: 'clarm.exe' : return code '0x2'
Stop.

how would i get rid of the above error? also how can i get it to find the
SDK include directory without having to copy the header files.

if anyone has already built openssl for a pocketpc2002, would you mind
sharing the DLL.

also has anyone used Python with openSSL on a pocket pc?

help would be much appreciated.

thanks

regards

ajay


----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to