Results 1 to 3 of 3

Thread: Qt 5.0.2 WebKit won’t compile (JSCrypto)

  1. #1
    Join Date
    Mar 2013
    Posts
    5
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Windows

    Default Qt 5.0.2 WebKit won’t compile (JSCrypto)

    Using qt-everywhere-opensource-src-5.0.2.
    In VS2012 ×86 Native Tools Command Prompt, I type to following configure command:

    Qt Code:
    1. configure -I C:\icu\include -I C:\OpenSSL-Win32\include -I C:\OpenSSL-Win32 -I C:\OpenSSL-Win32\include\openssl -opensource -openssl-linked -debug-and-release -platform win32-msvc2012 -icu -nomake examples -nomake tests -L C:\OpenSSL-Win32\lib -L C:\icu\lib
    To copy to clipboard, switch view to plain text mode 

    And I get a series of errors, the first one being:

    Qt Code:
    1. qt-everywhere-opensource-src-5.0.2\qtwebkit\source\webcore\generated\JSCrypto.h(35) : error C2065: 'Crypto' : undeclared identifier
    To copy to clipboard, switch view to plain text mode 

    This is although JSCrypto.h successfully includes Crypto.h.

    Please advise.
    Thanks,
    Gil.

  2. #2
    Join Date
    Feb 2012
    Location
    Armenia/Yerevan
    Posts
    400
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11
    Thanks
    15
    Thanked 16 Times in 15 Posts

    Default Re: Qt 5.0.2 WebKit won’t compile (JSCrypto)

    only a guess: you may need to add directives for the specific version of OS you are using like:

    #define _WIN32_WINNT 0x0400

  3. #3
    Join Date
    Mar 2013
    Posts
    5
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Windows

    Default Re: Qt 5.0.2 WebKit won’t compile (JSCrypto)

    Where should I try and add the directives?

Similar Threads

  1. Cross compile QT Webkit issue
    By andrew_b in forum Qt for Embedded and Mobile
    Replies: 2
    Last Post: 28th March 2013, 08:55
  2. QtWebKit module won’t be found?
    By bas0707 in forum Qt Programming
    Replies: 0
    Last Post: 27th March 2013, 10:36
  3. Replies: 1
    Last Post: 9th February 2013, 12:28
  4. Qt 4.8.3 with Visual Studio 2012 does not compile the webkit
    By dennis81 in forum Installation and Deployment
    Replies: 1
    Last Post: 4th December 2012, 02:25
  5. slot won´t be called (d3lphin debugging)
    By sirwitti in forum Qt Programming
    Replies: 7
    Last Post: 29th June 2008, 23:58

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
  •  
Qt is a trademark of The Qt Company.