Results 1 to 3 of 3

Thread: Qt for Windows CE with OpenSSL support

  1. #1
    Join Date
    Oct 2008
    Posts
    2
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Windows

    Default Qt for Windows CE with OpenSSL support

    Hi,

    I am using Qt 4.4.3 on Windows CE 5.0. My application uses the QtWebkit modules. So far everything works fine right now, I managed to build the WebKit as well as Qt for Windows CE. Now I need SSL support for my application, so I tried building Qt with openssl support. I built the openssl libs for my platform successfully and linked them to the wcecompat lib for patching the stdio support and the missing headers.

    My problem is now that when I am compiling Qt with openssl support (configure -openssl) it complains about the missing headers:

    ..\..\..\OpenSSL\include\openssl/err.h(87) : fatal error C1083: Cannot open include file: 'errno.h': No such file or directory
    qsslsocket.cpp


    But if I am including the path to the headers of the wcecompat lib (-I C:\wcecompat\include) which contains all the necessary ported headers for ce, it complains about redefinitions (for example of memcpy, etc.).

    Has anyone built Qt for Win CE with openssl support successfully and give me a few hints how to manage that?

    Thanks in advance for any help provided.

    Jonas

  2. #2

    Default Re: Qt for Windows CE with OpenSSL support

    Hi Jonas did you manage to solve this issue? We are also having this!

  3. #3
    Join Date
    Oct 2006
    Location
    New Delhi, India
    Posts
    2,467
    Thanks
    8
    Thanked 334 Times in 317 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qt for Windows CE with OpenSSL support

    Did you copy any openssl directory to your qt directory ? I havent built Qt for WinCE,,, but I do the following for desktop -
    Copy contents of C:/OpenSsl/include to QTDIR/include
    Copy contents of C:/OpenSsl/lib to QTDIR/lib

    and then run configure...

    am not sure if its same for wince too. but u can try if u havent

Similar Threads

  1. Installation Problem
    By QbelcorT in forum Installation and Deployment
    Replies: 4
    Last Post: 22nd April 2010, 10:04
  2. Cannot configure -platform win32-msvc2008, no nmake.exe
    By Jason Hamilton in forum Installation and Deployment
    Replies: 3
    Last Post: 1st September 2008, 11:05
  3. qtgui4.dll error in visual c++ 2005
    By Comptrol in forum Installation and Deployment
    Replies: 33
    Last Post: 19th June 2008, 08:18
  4. Qt-4.4.0 installation error in linux
    By babu198649 in forum Installation and Deployment
    Replies: 4
    Last Post: 27th May 2008, 15:35
  5. Access to PostgreSQL DB on a linux server
    By rmagro in forum Qt Programming
    Replies: 28
    Last Post: 13th March 2008, 10:02

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.