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
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest