[webkit-dev] WebKit-r33504 compilation error against Qtopia Phone Edition 4.3.1
George
zuo at funai.co.jp
Thu May 15 22:41:01 PDT 2008
Dear Tor Aem,
Eveyone,
Thanks for your advice a lot.
Resolved for r32765 compiling error! In my case, the libQtWebKit.so is
in WebKitBuild/Release/lib/, but the path in Make option is
WebKitBuild/Debug/lib. Why? I will try to distinguish it .
I am compiling Revision 33504 now. New error occured. it seems something were
not declared. Who can fix it?
BR,
George.
==============
WebCore/page/AccessibilityRenderObject.cpp
../../../WebCore/page/AccessibilityRenderObject.cpp: In member function 'virtual bool WebCore::AccessibilityRenderObject::isPressed() const':
../../../WebCore/page/AccessibilityRenderObject.cpp:257: error: 'aria_pressedAttr' was not declared in this scope
../../../WebCore/page/AccessibilityRenderObject.cpp: In static member function 'static int WebCore::AccessibilityRenderObject::headingLevel(WebCore::Node*)':
../../../WebCore/page/AccessibilityRenderObject.cpp:319: error: 'aria_levelAttr' was not declared in this scope
../../../WebCore/page/AccessibilityRenderObject.cpp: In member function 'virtual int WebCore::AccessibilityRenderObject::intValue() const':
../../../WebCore/page/AccessibilityRenderObject.cpp:519: error: 'aria_checkedAttr' was not declared in this scope
../../../WebCore/page/AccessibilityRenderObject.cpp: In member function 'virtual float WebCore::AccessibilityRenderObject::valueForRange() const':
../../../WebCore/page/AccessibilityRenderObject.cpp:532: error: 'aria_valuenowAttr' was not declared in this scope
../../../WebCore/page/AccessibilityRenderObject.cpp: In member function 'virtual float WebCore::AccessibilityRenderObject::maxValueForRange() const':
../../../WebCore/page/AccessibilityRenderObject.cpp:540: error: 'aria_valuemaxAttr' was not declared in this scope
../../../WebCore/page/AccessibilityRenderObject.cpp: In member function 'virtual float WebCore::AccessibilityRenderObject::minValueForRange() const':
../../../WebCore/page/AccessibilityRenderObject.cpp:548: error: 'aria_valueminAttr' was not declared in this scope
make[1]: *** [tmp/AccessibilityRenderObject.o] error 1
> George wrote:
> > But now, another error is when compiling QtLauncher. The reason is maybe
> > the library path or header file path setting. Any comment will be highly
> > apreciated.
>
> Seems to be a library path problem, are you sure you built WebKit in
> release mode? All the missing symbols should be in libQtWebKit.so
>
> Here's my linker cmd, if it helps:
>
> g++ -Wl,-rpath,/home/tavestbo/dev/webkit/trunk/WebKitBuild/Debug/lib
> -Wl,-rpath,/home/tavestbo/dev/qt/main/lib -o ../../../bin/QtLauncher
> main.o -L/home/tavestbo/dev/webkit/trunk/WebKitBuild/Debug/lib
> -L/home/tavestbo/dev/qt/main/lib -lQtWebKit
> -L/home/tavestbo/dev/qt/main/lib -pthread -pthread -L/usr/X11R6/lib
> -pthread -pthread -pthread -pthread -lQtUiTools -lQtXml -pthread
> -pthread -pthread -pthread -lQtGui -pthread -pthread -pthread -pthread
> -lpng -lSM -lICE -pthread -pthread -lXi -lXrender -lXrandr -lfreetype
> -lfontconfig -lXext -lX11 -lQtCore -pthread -lz -lm -pthread
> -lgthread-2.0 -lrt -lglib-2.0 -ldl -lpthread
>
> Tor Arne
>
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo/webkit-dev
More information about the webkit-dev
mailing list