Bug 16213 - REGRESSION Recent checkin breaks WebCore Build on Win32 Platform
Summary: REGRESSION Recent checkin breaks WebCore Build on Win32 Platform
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://build.webkit.org/results/trunk...
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-30 15:10 PST by Brent Fulgham
Modified: 2007-11-30 17:41 PST (History)
0 users

See Also:


Attachments
Patch to correct Visual Studio Project. (820 bytes, patch)
2007-11-30 15:11 PST, Brent Fulgham
aroben: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2007-11-30 15:10:49 PST
SUMMARY
The recent file reorganization in this checkin did not update the Visual Studio
project to find some files:

Changed by: zimmermann@webkit.org
Changed at: Sat 01 Dec 2007 09:35:27
Branch: trunk
Revision: 28251

WebCore no longer builds, due to moved files:
AffineTransform.cpp
StringImplCF.cpp
c1xx : fatal error C1083: Cannot open source file: '..\platform\cf\StringImplCF.cpp': No such file or directory
StringCF.cpp
c1xx : fatal error C1083: Cannot open source file: '..\platform\cf\StringCF.cpp': No such file or directory
KURLCFNet.cpp
Compiling...

Attached is a small patch to correct the problem.
Comment 1 Brent Fulgham 2007-11-30 15:11:38 PST
Created attachment 17612 [details]
Patch to correct Visual Studio Project.
Comment 2 Adam Roben (:aroben) 2007-11-30 16:44:16 PST
Comment on attachment 17612 [details]
Patch to correct Visual Studio Project.

r=me
Comment 3 Adam Roben (:aroben) 2007-11-30 17:41:30 PST
Looks like this has already been fixed on trunk.