Bug 65150 - [EFL] Build break with --debug after r89153.
Summary: [EFL] Build break with --debug after r89153.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryuan Choi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-25 16:55 PDT by Ryuan Choi
Modified: 2011-07-25 18:42 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.15 KB, patch)
2011-07-25 18:16 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 2011-07-25 16:55:33 PDT
Linking CXX executable jsc_efl
../wtf/libwtf_efl.a(OwnPtrEfl.cpp.o): In function `WTF::deleteOwnedPtr(_Ecore_Evas*)':
/workspace/webkits/WebKit/Source/JavaScriptCore/wtf/efl/OwnPtrEfl.cpp:39: undefined reference to `ecore_evas_free'
../wtf/libwtf_efl.a(OwnPtrEfl.cpp.o): In function `WTF::deleteOwnedPtr(_Evas_Object*)':
/workspace/webkits/WebKit/Source/JavaScriptCore/wtf/efl/OwnPtrEfl.cpp:44: undefined reference to `evas_object_del'
collect2: ld returned 1 exit status
make[2]: *** [JavaScriptCore/shell/jsc_efl] Error 1
make[1]: *** [JavaScriptCore/shell/CMakeFiles/jsc_efl.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 99%] Built target webcore_efl
make: *** [all] Error 2
Comment 1 Ryuan Choi 2011-07-25 18:16:38 PDT
Created attachment 101956 [details]
Patch
Comment 2 Gyuyoung Kim 2011-07-25 18:22:02 PDT
Comment on attachment 101956 [details]
Patch

LGTM
Comment 3 WebKit Review Bot 2011-07-25 18:42:25 PDT
Comment on attachment 101956 [details]
Patch

Clearing flags on attachment: 101956

Committed r91737: <http://trac.webkit.org/changeset/91737>
Comment 4 WebKit Review Bot 2011-07-25 18:42:29 PDT
All reviewed patches have been landed.  Closing bug.