Bug 47958 - [EFL] Regression (r70095) Language.cpp was missed in WebCore/CMakeLists.txt
Summary: [EFL] Regression (r70095) Language.cpp was missed in WebCore/CMakeLists.txt
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-19 16:57 PDT by Ryuan Choi
Modified: 2010-10-19 17:25 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.00 KB, patch)
2010-10-19 17:01 PDT, Ryuan Choi
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryuan Choi 2010-10-19 16:57:46 PDT
Linking CXX shared library libwebcore_efl.so
[100%] Built target webcore_efl
Linking CXX shared library libewebkit.so
[100%] Built target ewebkit
Linking C executable Programs/EWebLauncher
WebCore/libwebcore_efl.so.0.1.0: undefined reference to `WebCore::defaultLanguage()'
collect2: ld returned 1 exit status
make[2]: *** [Programs/EWebLauncher] Error 1
make[1]: *** [CMakeFiles/Programs/EWebLauncher.dir/all] Error 2
make: *** [all] Error 2
Comment 1 Ryuan Choi 2010-10-19 17:01:58 PDT
Created attachment 71230 [details]
Patch
Comment 2 Alexey Proskuryakov 2010-10-19 17:19:33 PDT
I thought that I already fixed it in <http://trac.webkit.org/changeset/70104>. Didn't it work?
Comment 3 Ryuan Choi 2010-10-19 17:25:52 PDT
(In reply to comment #2)
> I thought that I already fixed it in <http://trac.webkit.org/changeset/70104>. Didn't it work?

sorry, I tried it too early. :)