[Webkit-unassigned] [Bug 75396] New: r103850 doesn't build due to undeclared identifier 'CSSPropertyWebkitDashboardRegion'
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Dec 30 13:20:19 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=75396
Summary: r103850 doesn't build due to undeclared identifier
'CSSPropertyWebkitDashboardRegion'
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh Intel
OS/Version: Mac OS X 10.7
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: kmowery at gmail.com
Tested against r103850.
"./Tools/Scripts/build-webkit" fails with compiler errors on OSX 10.7 Lion with XCode 4.2.1:
CompileC /Users/kmowery/src/builds/webkit-clang/WebKitBuild/WebCore.build/Release/WebCore.build/Objects-normal/x86_64/CSSComputedStyleDeclaration.o css/CSSComputedStyleDeclaration.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/kmowery/src/builds/webkit-clang/Source/WebCore
setenv LANG en_US.US-ASCII
/Developer/usr/bin/clang -x c++ -arch x86_64 -fmessage-length=0 -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -Wno-trigraphs -fno-exceptions -fno-rtti -fpascal-strings -O2 -Werror -Wmissing-prototypes -Wno-return-type -Wnon-virtual-dtor -Wparentheses -Wswitch -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-shorten-64-to-32 -Wnewline-eof -Wno-c++0x-extensions -DNDEBUG -DENABLE_3D_RENDERING -DENABLE_BLOB -DENABLE_CHANNEL_MESSAGING -DENABLE_CLIENT_BASED_GEOLOCATION -DENABLE_CSS_FILTERS -DENABLE_CSS_GRID_LAYOUT -DENABLE_CSS_SHADERS -DENABLE_DATALIST -DENABLE_DETAILS -DENABLE_FILTERS -DENABLE_FULLSCREEN_API -DENABLE_GEOLOCATION -DENABLE_ICONDATABASE -DENABLE_JAVASCRIPT_DEBUGGER -DENABLE_MATHML -DENABLE_METER_TAG -DENABLE_NOTIFICATIONS -DENABLE_PROGRESS_TAG -DENABLE_REQUEST_ANIMATION_FRAME -DENABLE_SHARED_WORKERS -DENABLE_SQL_DATABASE -DENABLE_SVG -DENABLE_SVG_DOM_OBJC_BINDINGS -DENABLE_SVG_FONTS -DENABLE_VIDE
O -DENABLE_VIDEO_TRACK -DENABLE_WEBGL -DENABLE_WEB_AUDIO -DENABLE_WEB_SOCKETS -DENABLE_WORKERS -DENABLE_XSLT -DWEBKIT_VERSION_MIN_REQUIRED=WEBKIT_VERSION_LATEST -fasm-blocks -mmacosx-version-min=10.7 -gdwarf-2 -fvisibility-inlines-hidden -fno-threadsafe-statics -Wno-sign-conversion -I/Users/kmowery/src/builds/webkit-clang/WebKitBuild/WebCore.build/Release/WebCore.build/WebCore.hmap -I/Users/kmowery/src/builds/webkit-clang/WebKitBuild/Release/include -IForwardingHeaders -Iicu -I/usr/include/libxslt -I/usr/include/libxml2 -I/Users/kmowery/src/builds/webkit-clang/WebKitBuild/Release/DerivedSources/WebCore -I/Users/kmowery/src/builds/webkit-clang/WebKitBuild/Release/usr/local/include -I/Users/kmowery/src/builds/webkit-clang/WebKitBuild/WebCore.build/Release/WebCore.build/DerivedSources/x86_64 -I/Users/kmowery/src/builds/webkit-clang/WebKitBuild/WebCore.build/Release/WebCore.build/DerivedSources -Wall -Wextra -Wcast-qual -Wchar-subscripts -Wextra-tokens -Wformat=2 -Winit-self -Wm
issing-format-attribute -Wmissing-noreturn -Wpacked -Wpointer-arith -Wredundant-decls -Wundef -Wwrite-strings -Wglobal-constructors -Wexit-time-destructors -F/Users/kmowery/src/builds/webkit-clang/WebKitBuild/Release -F/System/Library/Frameworks/Carbon.framework/Frameworks -F/System/Library/Frameworks/ApplicationServices.framework/Frameworks -F/System/Library/Frameworks/CoreServices.framework/Frameworks -F/System/Library/PrivateFrameworks -include /var/folders/2j/4dcc9sy915z774w9789765p00000gn/C/com.apple.Xcode.501/SharedPrecompiledHeaders/WebCorePrefix-anmkmnzlziaszialdmlayndalyli/WebCorePrefix.h -MMD -MT dependencies -MF /Users/kmowery/src/builds/webkit-clang/WebKitBuild/WebCore.build/Release/WebCore.build/Objects-normal/x86_64/CSSComputedStyleDeclaration.d -c /Users/kmowery/src/builds/webkit-clang/Source/WebCore/css/CSSComputedStyleDeclaration.cpp -o /Users/kmowery/src/builds/webkit-clang/WebKitBuild/WebCore.build/Release/WebCore.build/Objects-normal/x86_64/CSSComputedSty
leDeclaration.o
/Users/kmowery/src/builds/webkit-clang/Source/WebCore/css/CSSComputedStyleDeclaration.cpp:216:5: error: use of undeclared identifier 'CSSPropertyWebkitDashboardRegion' [3]
CSSPropertyWebkitDashboardRegion,
^
/Users/kmowery/src/builds/webkit-clang/Source/WebCore/css/CSSComputedStyleDeclaration.cpp:342:40:{342:40-342:76}: error: no matching function for call to 'ArrayLengthHelperFunction' [3]
const unsigned numComputedProperties = WTF_ARRAY_LENGTH(computedProperties);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/kmowery/src/builds/webkit-clang/WebKitBuild/Release/JavaScriptCore.framework/PrivateHeaders/StdLibExtras.h:142:40: note: instantiated from:
#define WTF_ARRAY_LENGTH(array) sizeof(::WTF::ArrayLengthHelperFunction(array))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/kmowery/src/builds/webkit-clang/WebKitBuild/Release/JavaScriptCore.framework/PrivateHeaders/StdLibExtras.h:141:42: note: candidate template ignored: failed template argument deduction [3]
template<typename T, size_t Size> char (&ArrayLengthHelperFunction(T (&)[Size]))[Size];
^
/Users/kmowery/src/builds/webkit-clang/Source/WebCore/css/CSSComputedStyleDeclaration.cpp:1835:14: error: use of undeclared identifier 'CSSPropertyWebkitDashboardRegion' [3]
case CSSPropertyWebkitDashboardRegion:
^
3 errors generated.
--
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