Bug 47958

Summary: [EFL] Regression (r70095) Language.cpp was missed in WebCore/CMakeLists.txt
Product: WebKit Reporter: Ryuan Choi <ryuan.choi>
Component: WebKit EFLAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: antognolli+webkit, ap, leandro, lucas.de.marchi
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Patch none

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. :)