[Interest] Qt 5.0.2 WebKit won't compile (JSCrypto)
Thiago Macieira
thiago.macieira at intel.com
Tue Apr 30 17:16:38 CEST 2013
On terça-feira, 30 de abril de 2013 04.51.10, Gil Moses wrote:
> Hi,
>
> I'm trying to build WebKit for using with VS2012 runtime libraries, for both
> Win32 and x64 platforms. Here's what I've done (and failed):
>
> Using qt-everywhere-opensource-src-5.0.2.
> In VS2012 ×86 Native Tools Command Prompt, I type the following configure
> command:
>
> 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
>
> And I get a series of errors when it gets to WebKit, the first one being:
>
> qt-everywhere-opensource-src-5.0.2\qtwebkit<http://qt-project.org/doc/QtWebK
> it.html>\source\webcore\generated\JSCrypto.h(35) : error C2065: 'Crypto' :
> undeclared identifier
>
> ...This is although JSCrypto.h successfully includes Crypto.h.
> Any idea?
My guess is that it is *not*, in fact, including Crypto.h
(WebCore/page/Crypto.h).
It's actually including C:\OpenSSL-Win32\include\openssl\crypto.h.
You have one -I too many.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20130430/5dbd4d23/attachment.sig>
More information about the Interest
mailing list