Andreas; No worries. Your error looks simple. You forgot to include the path OpenSSL headers resides. E.g I got OpenSSL in C:\Qt\openssl so I configure with
configure.exe -platform win32-msvc2008 -xplatform wince50standard-mipsii-msvc2008 -release -static *-I C:\Qt\openssl\include -L C:\Qt\openssl\lib* * * Notice the bold part. Just change the path for your OpenSSL installation and it should work. Regards, id On Tue, Jan 19, 2010 at 4:40 PM, Andreas Unger <[email protected]>wrote: > I could try a dynamic build but unfortunately, the target platform has very > limited memory available, so it chokes on the linking process when the > libraries are loaded dynamically. I could try it though. How do I get > OpenSSL to work dynamically? > > --Andreas > > > On Tue, Jan 19, 2010 at 9:33 AM, İsmail Dönmez <[email protected]> wrote: > >> Yes but not statically. If you want a dynamic one, I can help. >> >> Regards, >> id >> >> On Tue, Jan 19, 2010 at 4:32 PM, Andreas Unger <[email protected]>wrote: >> >>> Hi, has anyone here been able to get OpenSSL working with Qt on Windows >>> CE? Mind letting me know the steps to follow? I'm bothered by fact that I'm >>> unable to get OpenSSL working and I *really* need it for my application. >>> >>> --Andreas >>> >>> On Sun, Jan 17, 2010 at 11:16 AM, Andreas Unger >>> <[email protected]>wrote: >>> >>>> Hi all, >>>> >>>> I am trying to get OpenSSL libs built statically via the -openssl >>>> configure switch i.e configure -platform win32-msvc2008 -xplatform >>>> wince50standard-mipsii-msvc2008 -release -static -openssl >>>> >>>> This isn't working. The build is failing with the error message: >>>> src/network/qsslsocket_openssl_p.h(66) : fatal error C1083: cannot open >>>> include file: 'openssl/asn1.h' >>>> >>>> What could I be doing wrong? or what should I do to make this work? >>>> >>>> Thanks, >>>> Andreas >>>> >>> >>> >>> _______________________________________________ >>> Qt-wince-interest mailing list >>> [email protected] >>> http://lists.trolltech.com/mailman/listinfo/qt-wince-interest >>> >>> >> >> _______________________________________________ >> Qt-wince-interest mailing list >> [email protected] >> http://lists.trolltech.com/mailman/listinfo/qt-wince-interest >> >> > > _______________________________________________ > Qt-wince-interest mailing list > [email protected] > http://lists.trolltech.com/mailman/listinfo/qt-wince-interest > >
_______________________________________________ Qt-wince-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-wince-interest
