Menu

#17 Build problemwith platform/graphics/wx/AffineTransformWx.cpp

open
nobody
None
5
2008-11-24
2008-11-24
richieman
No

Building of wxWebKit fails with the following error:

g++ -c -o obj-gnu/wx_webcore_static_AffineTransformWx.o -DBUILDING_WX__=1 -DENABLE_DOM_STORAGE -DUSE_SYSTEM_MALLOC -O0 -g -I/data/src/WebKit/WebKitTools/wx/../../WebKitLibraries/unix/include -I/data/src/WebKit/WebKitTools/wx/../../WebCore/icu -I. -I./bindings/js -I./bridge -I./bridge/c -I./bridge/jni -I./css -I./dom -I./editing -I./history -I./html -I./inspector -I./loader -I./loader/gdk -I./loader/appcache -I./loader/archive -I./loader/icon -I./page -I./page/animation -I./platform -I./platform/graphics -I./platform/graphics/gdk -I./platform/image-decoders -I./platform/image-decoders/bmp -I./platform/image-decoders/gif -I./platform/image-decoders/ico -I./platform/image-decoders/jpeg -I./platform/image-decoders/png -I./platform/image-decoders/xbm -I./platform/image-decoders/zlib -I./platform/network -I./platform/network/curl -I./platform/sql -I./platform/text -I./plugins -I./rendering -I./rendering/style -I./storage -I./xml -I./DerivedSources/WebCore -I/data/src/WebKit/WebKitTools/wx/../.. -I/data/src/WebKit/WebKitTools/wx/../../JavaScriptCore -I/data/src/WebKit/WebKitTools/wx/../../JavaScriptCore/ForwardingHeaders -I/data/src/WebKit/WebKitTools/wx/../../JavaScriptCore/bindings -I/data/src/WebKit/WebKitTools/wx/../../JavaScriptCore/bytecompiler -I/data/src/WebKit/WebKitTools/wx/../../JavaScriptCore/bytecode -I/data/src/WebKit/WebKitTools/wx/../../JavaScriptCore/debugger -I/data/src/WebKit/WebKitTools/wx/../../JavaScriptCore/jit -I/data/src/WebKit/WebKitTools/wx/../../JavaScriptCore/parser -I/data/src/WebKit/WebKitTools/wx/../../JavaScriptCore/pcre -I/data/src/WebKit/WebKitTools/wx/../../JavaScriptCore/profiler -I/data/src/WebKit/WebKitTools/wx/../../JavaScriptCore/runtime -I/data/src/WebKit/WebKitTools/wx/../../JavaScriptCore/interpreter -I/data/src/WebKit/WebKitTools/wx/../../JavaScriptCore/wtf -DENABLE_XSLT=1 -DHAVE_FUNC_ISNAN -D_THREAD_SAFE -pthread -I./platform/graphics/wx -I./platform/wx -I./platform/wx/wxcode -I./page/wx -I/sw/include/libxml2 -I/sw/include -I/sw/include/libxml2 -I/sw/include -I/sw/include -I/sw/include/libxml2 -I/sw/include -I/sw/include -I/sw/include -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/lib/freetype219/include/freetype2 -I/sw/lib/freetype219/include -I/sw/lib/pango-ft219/include/pango-1.0 -I/sw/include/libpng12 -I/sw/include -I/sw/include/pixman-1 -I/sw/include/cairo -I/sw/include/gtk-2.0 -I/sw/include/atk-1.0 -I/sw/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/X11/include -fPIC -DPIC `wx-config --cxxflags` -DBUILDING_WX__=1 -DWTF_USE_WXGC=1 -MTobj-gnu/wx_webcore_static_AffineTransformWx.o -MF`echo obj-gnu/wx_webcore_static_AffineTransformWx.o | sed -e 's,\.o$,.d,'` -MD -MP platform/graphics/wx/AffineTransformWx.cpp
platform/graphics/wx/AffineTransformWx.cpp: In member function 'WebCore::IntRect WebCore::AffineTransform::mapRect(const WebCore::IntRect&) const':
platform/graphics/wx/AffineTransformWx.cpp:93: error: no matching function for call to 'wxGraphicsMatrix::TransformPoint(double*, double*) const'
/usr/include/wx-2.8/wx/graphics.h:215: note: candidates are: virtual void wxGraphicsMatrix::TransformPoint(wxDouble*, wxDouble*) const
platform/graphics/wx/AffineTransformWx.cpp:94: error: no matching function for call to 'wxGraphicsMatrix::TransformDistance(double*, double*) const'
/usr/include/wx-2.8/wx/graphics.h:218: note: candidates are: virtual void wxGraphicsMatrix::TransformDistance(wxDouble*, wxDouble*) const
platform/graphics/wx/AffineTransformWx.cpp: In member function 'WebCore::FloatRect WebCore::AffineTransform::mapRect(const WebCore::FloatRect&) const':
platform/graphics/wx/AffineTransformWx.cpp:109: error: no matching function for call to 'wxGraphicsMatrix::TransformPoint(double*, double*) const'
/usr/include/wx-2.8/wx/graphics.h:215: note: candidates are: virtual void wxGraphicsMatrix::TransformPoint(wxDouble*, wxDouble*) const
platform/graphics/wx/AffineTransformWx.cpp:110: error: no matching function for call to 'wxGraphicsMatrix::TransformDistance(double*, double*) const'
/usr/include/wx-2.8/wx/graphics.h:218: note: candidates are: virtual void wxGraphicsMatrix::TransformDistance(wxDouble*, wxDouble*) const
platform/graphics/wx/AffineTransformWx.cpp: In member function 'double WebCore::AffineTransform::a() const':
platform/graphics/wx/AffineTransformWx.cpp:191: error: no matching function for call to 'wxGraphicsMatrix::Get(double*) const'
/usr/include/wx-2.8/wx/graphics.h:185: note: candidates are: virtual void wxGraphicsMatrix::Get(wxDouble*, wxDouble*, wxDouble*, wxDouble*, wxDouble*, wxDouble*) const
platform/graphics/wx/AffineTransformWx.cpp: In member function 'double WebCore::AffineTransform::b() const':
platform/graphics/wx/AffineTransformWx.cpp:205: error: no matching function for call to 'wxGraphicsMatrix::Get(double*) const'
/usr/include/wx-2.8/wx/graphics.h:185: note: candidates are: virtual void wxGraphicsMatrix::Get(wxDouble*, wxDouble*, wxDouble*, wxDouble*, wxDouble*, wxDouble*) const
platform/graphics/wx/AffineTransformWx.cpp: In member function 'double WebCore::AffineTransform::c() const':
platform/graphics/wx/AffineTransformWx.cpp:219: error: no matching function for call to 'wxGraphicsMatrix::Get(double*) const'
/usr/include/wx-2.8/wx/graphics.h:185: note: candidates are: virtual void wxGraphicsMatrix::Get(wxDouble*, wxDouble*, wxDouble*, wxDouble*, wxDouble*, wxDouble*) const
platform/graphics/wx/AffineTransformWx.cpp: In member function 'double WebCore::AffineTransform::d() const':
platform/graphics/wx/AffineTransformWx.cpp:233: error: no matching function for call to 'wxGraphicsMatrix::Get(double*) const'
/usr/include/wx-2.8/wx/graphics.h:185: note: candidates are: virtual void wxGraphicsMatrix::Get(wxDouble*, wxDouble*, wxDouble*, wxDouble*, wxDouble*, wxDouble*) const
platform/graphics/wx/AffineTransformWx.cpp: In member function 'double WebCore::AffineTransform::e() const':
platform/graphics/wx/AffineTransformWx.cpp:247: error: no matching function for call to 'wxGraphicsMatrix::Get(double*) const'
/usr/include/wx-2.8/wx/graphics.h:185: note: candidates are: virtual void wxGraphicsMatrix::Get(wxDouble*, wxDouble*, wxDouble*, wxDouble*, wxDouble*, wxDouble*) const
platform/graphics/wx/AffineTransformWx.cpp: In member function 'double WebCore::AffineTransform::f() const':
platform/graphics/wx/AffineTransformWx.cpp:261: error: no matching function for call to 'wxGraphicsMatrix::Get(double*) const'
/usr/include/wx-2.8/wx/graphics.h:185: note: candidates are: virtual void wxGraphicsMatrix::Get(wxDouble*, wxDouble*, wxDouble*, wxDouble*, wxDouble*, wxDouble*) const
make: *** [obj-gnu/wx_webcore_static_AffineTransformWx.o] Error 1

Discussion


Log in to post a comment.