RESOLVED FIXED89418
[EFL] Fontconfig can't be linked properly
https://bugs.webkit.org/show_bug.cgi?id=89418
Summary [EFL] Fontconfig can't be linked properly
Joone Hur
Reported 2012-06-18 21:19:28 PDT
I've got the following link problem: Linking CXX executable ../../../bin/MiniBrowser ../../lib/libewebkit2.so.0.1.0: error: undefined reference to 'FcPatternReference' ../../lib/libewebkit2.so.0.1.0: error: undefined reference to 'FcCharSetCreate' ../../lib/libewebkit2.so.0.1.0: error: undefined reference to 'FcCharSetAddChar' ../../lib/libewebkit2.so.0.1.0: error: undefined reference to 'FcPatternAddCharSet' ../../lib/libewebkit2.so.0.1.0: error: undefined reference to 'FcCharSetDestroy' ../../lib/libewebkit2.so.0.1.0: error: undefined reference to 'FcPatternAddBool' ../../lib/libewebkit2.so.0.1.0: error: undefined reference to 'FcFontSetMatch' ../../lib/libewebkit2.so.0.1.0: error: undefined reference to 'FcFontMatch' ../../lib/libewebkit2.so.0.1.0: error: undefined reference to 'FcPatternAddInteger' ../../lib/libewebkit2.so.0.1.0: error: undefined reference to 'FcPatternAddDouble' ../../lib/libewebkit2.so.0.1.0: error: undefined reference to 'FcPatternGetString' ../../lib/libewebkit2.so.0.1.0: error: undefined reference to 'FcPatternGetInteger' ../../lib/libewebkit2.so.0.1.0: error: undefined reference to 'FcPatternGetBool' ../../lib/libewebkit2.so.0.1.0: error: undefined reference to 'FcMatrixMultiply' ../../lib/libewebkit2.so.0.1.0: error: undefined reference to 'FcPatternGetMatrix' ../../lib/libewebkit2.so.0.1.0: error: undefined reference to 'FcFreeTypeCharIndex' collect2: ld returned 1 exit status make[2]: *** [bin/WebProcess] Error 1 make[1]: *** [Source/WebKit2/CMakeFiles/WebProcess.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... ../../../lib/libewebkit2.so.0.1.0: error: undefined reference to 'FcPatternReference' ../../../lib/libewebkit2.so.0.1.0: error: undefined reference to 'FcCharSetCreate' ../../../lib/libewebkit2.so.0.1.0: error: undefined reference to 'FcCharSetAddChar' ../../../lib/libewebkit2.so.0.1.0: error: undefined reference to 'FcPatternAddCharSet' ../../../lib/libewebkit2.so.0.1.0: error: undefined reference to 'FcCharSetDestroy' ../../../lib/libewebkit2.so.0.1.0: error: undefined reference to 'FcPatternAddBool' ../../../lib/libewebkit2.so.0.1.0: error: undefined reference to 'FcFontSetMatch' ../../../lib/libewebkit2.so.0.1.0: error: undefined reference to 'FcFontMatch' ../../../lib/libewebkit2.so.0.1.0: error: undefined reference to 'FcPatternAddInteger' ../../../lib/libewebkit2.so.0.1.0: error: undefined reference to 'FcPatternAddDouble' ../../../lib/libewebkit2.so.0.1.0: error: undefined reference to 'FcPatternGetString' ../../../lib/libewebkit2.so.0.1.0: error: undefined reference to 'FcPatternGetInteger' ../../../lib/libewebkit2.so.0.1.0: error: undefined reference to 'FcPatternGetBool' ../../../lib/libewebkit2.so.0.1.0: error: undefined reference to 'FcMatrixMultiply' ../../../lib/libewebkit2.so.0.1.0: error: undefined reference to 'FcPatternGetMatrix' ../../../lib/libewebkit2.so.0.1.0: error: undefined reference to 'FcFreeTypeCharIndex' collect2: ld returned 1 exit status make[2]: *** [bin/MiniBrowser] Error 1 I'm not sure if this could be a common problem for all.
Attachments
Proposed Patch (2.01 KB, patch)
2012-06-18 22:15 PDT, Joone Hur
no flags
Joone Hur
Comment 1 2012-06-18 22:15:13 PDT
Created attachment 148248 [details] Proposed Patch
Raphael Kubo da Costa (:rakuco)
Comment 2 2012-06-18 22:47:01 PDT
I believe you can commit it without asking for review (the patch makes sense, even though I haven't caught up with the huge number of wk2 patches coming in these days).
Joone Hur
Comment 3 2012-06-18 22:48:48 PDT
Gyuyoung Kim
Comment 4 2012-06-19 00:35:11 PDT
Comment on attachment 148248 [details] Proposed Patch Clearing flags.
Note You need to log in before you can comment on or make changes to this bug.