[Webkit-unassigned] [Bug 29584] New: [Qt] Can not build for VS2008

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 21 08:49:37 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29584

           Summary: [Qt] Can not build for VS2008
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: Qt
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: vestbo at webkit.org


This bug report originated from Nokia internal issue QT-1853


--- Comments ---

Function: BuildSystem

Version: 4.5.2

Platform: Vista
Quad-core Intel, 4 meg, NVidia 9400 GT, Vista 64bit SP2.

Compiler: MSVC
VS 2005, VS 2008 sp1

Short description: Can not build for VS2008

Did:
configured Qt for build with VS2008, no Qt3 support and MySQL support.
Configure runs sucessfully. When I run nmake I get errors:
QNetworkReplyHandler.obj : error LNK2001: unresolved external symbol "public:
virtual struct QMetaObject const * __thiscall
WebCore::FormDataIODevice::metaObject(void)const "
(?metaObject at FormDataIODevice@WebCore@@UBEPBUQMetaObject@@XZ)
FrameLoaderClientQt.obj : error LNK2019: unresolved external symbol "protected:
void __thiscall QWebPage::unsupportedContent(class QNetworkReply *)"
(?unsupportedContent at QWebPage@@IAEXPAVQNetworkReply@@@Z) referenced in function
"public: virtual void __thiscall WebCore::FrameLoaderClientQt::download(class
WebCore::ResourceHandle *,struct WebCore::ResourceRequest const &,struct
WebCore::ResourceRequest const &,class WebCore::ResourceResponse const
&)"
(?download at FrameLoaderClientQt@WebCore@@UAEXPAVResourceHandle at 2@ABUResourceRequest at 2@1ABVResourceResponse at 2@@Z)

I get these errors when I build for either VS2005 or VS2008.

Expected to see:
Expected Qt to build for VS2008 or VS2005.

Got instead:
Compile errors

More details:
I can compile 2009.01 (and prior versions) with no issues. This issue was also
reported as a comment on the blog post for ver 4.5.2.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list