RESOLVED WONTFIX Bug 3977
Fix for bug 3821 breaks building under 10.3.9
https://bugs.webkit.org/show_bug.cgi?id=3977
Summary Fix for bug 3821 breaks building under 10.3.9
Matthew T. Russotto
Reported 2005-07-12 20:30:28 PDT
Two of the affine transformation methods used in KWQWMatrix.m are specific to Tiger. CGAffineTransformEqualToTransform CGAffineTransformIsIdentity /usr/bin/gcc-3.3 -x objective-c++ -arch ppc -pipe -Wno-trigraphs -fno-exceptions -fno-rtti -fasm-blocks -fpascal-strings -Os -mtune=G4 -Werror -Wmissing-prototypes -Wnon-virtual-dtor -D_GLIBCPP_USE_C99=1 -DNDEBUG -DAPPLE_CHANGES -DKHTML_NO_CPLUSPLUS_DOM -Wall -W -Wcast-align -Wchar-subscripts -Wformat-security -Wmissing-format-attribute -Wpointer-arith -Wwrite-strings -Wno-format-y2k -Wno-unused-parameter -fmessage-length=0 -F/Users/russotto/ Builds -F/System/Library/Frameworks/WebKit.framework/Frameworks -I/Users/russotto/Builds/ include -IForwardingHeaders -Iicu -I/usr/local/include/libxslt -I/usr/local/include/libxml2 -I/Users/ russotto/Builds/WebCore.build/WebCore.build/DerivedSources -Wp,-header-mapfile,/Users/russotto/ Builds/WebCore.build/WebCore.build/WebCore.hmap -include /Users/russotto/Builds/WebCore.build/ SharedCaches/WebCorePrefix-bhorjhlmxtyqjncbtzsulhyxluol/WebCorePrefix.h -c /Users/russotto/ darwin_src/WebCore/kwq/KWQWMatrix.mm -o /Users/russotto/Builds/WebCore.build/WebCore.build/ Objects-normal/ppc/KWQWMatrix.o /Users/russotto/darwin_src/WebCore/kwq/KWQWMatrix.mm: In member function `bool QWMatrix:: isIdentity() const': /Users/russotto/darwin_src/WebCore/kwq/KWQWMatrix.mm:58: error: `CGAffineTransformIsIdentity' undeclared (first use this function) /Users/russotto/darwin_src/WebCore/kwq/KWQWMatrix.mm:58: error: (Each undeclared identifier is reported only once for each function it appears in.) /Users/russotto/darwin_src/WebCore/kwq/KWQWMatrix.mm: In member function `bool QWMatrix:: operator==(const QWMatrix&) const': /Users/russotto/darwin_src/WebCore/kwq/KWQWMatrix.mm:115: error: `CGAffineTransformEqualToTransform' undeclared (first use this function)
Attachments
Joost de Valk (AlthA)
Comment 1 2006-02-07 13:52:50 PST
We will not support building under 10.3.9 ever again. Sorry. Closing as WONTFIX.
Note You need to log in before you can comment on or make changes to this bug.