[Webkit-unassigned] [Bug 26990] New: [QT] [ARM] Add pkg-config entry for FontConfig on DRT.pro

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 6 07:59:37 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=26990

           Summary: [QT] [ARM] Add pkg-config entry for FontConfig on
                    DRT.pro
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tonikitoo at gmail.com


On my Linux desktop box for some reason I do not see this problem, but when
cross compiling webkit for ARM, it complained about undefined references to
FontConfig bits (see below)

(...)
make[1]: Entering directory
`/home/root/webkit/WebKitBuild/Release/WebKitTools/DumpRenderTree/qt'
g++ -Wl,-O1 -Wl,-rpath,/home/root/webkit/WebKitBuild/Release/lib
-Wl,-rpath,/usr/local/Trolltech/Qt-4.6.0/lib -o ../../../bin/DumpRenderTree
WorkQueue.o DumpRenderTree.o main.o jsobjects.o testplugin.o
moc_DumpRenderTree.o moc_jsobjects.o   
-L/home/root/webkit/WebKitBuild/Release/lib -L/usr/lib -lQtWebKit -lQtGui
-L/usr/lib -L/usr/X11R6/lib -lXext -lX11 -lQtCore -lm -lrt -ldl -lpthread
main.o: In function `main':
main.cpp:(.text+0x5c): undefined reference to `FcInit'
main.cpp:(.text+0x60): undefined reference to `FcConfigCreate'
main.cpp:(.text+0x1dc): undefined reference to `FcConfigParseAndLoad'
main.cpp:(.text+0x228): undefined reference to `FcConfigAppFontAddDir'
main.cpp:(.text+0x23c): undefined reference to `FcConfigSetCurrent'
collect2: ld returned 1 exit status
make[1]: *** [../../../bin/DumpRenderTree] Error 1
make[1]: Leaving directory
`/home/root/webkit/WebKitBuild/Release/WebKitTools/DumpRenderTree/qt'
make: ***
[sub-WebKitTools-DumpRenderTree-qt-DumpRenderTree-pro-make_default-ordered]
Error 2
(...)

which is kinda of expected error since there is not pkg-config entry for
fontconfig in DumpRenderTree.pro file.

patch coming

-- 
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