[Qt-wince-interest] OpenSSL failing to build for a Qt 4.6/WinCE 5.0 target

İsmail Dönmez ismail at namtrac.org
Tue Jan 19 15:44:21 CET 2010


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 <andi.unger05 at gmail.com>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 <ismail at namtrac.org> 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 <andi.unger05 at gmail.com>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 <andi.unger05 at gmail.com>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
>>> Qt-wince-interest at trolltech.com
>>> http://lists.trolltech.com/mailman/listinfo/qt-wince-interest
>>>
>>>
>>
>> _______________________________________________
>> Qt-wince-interest mailing list
>> Qt-wince-interest at trolltech.com
>> http://lists.trolltech.com/mailman/listinfo/qt-wince-interest
>>
>>
>
> _______________________________________________
> Qt-wince-interest mailing list
> Qt-wince-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-wince-interest
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt.nokia.com/pipermail/qt-wince-interest/attachments/20100119/628fe21e/attachment.html 


More information about the Qt-wince-interest mailing list