Bug 94589

Summary: [EFL] Some public API functions don't have their symbols exported
Product: WebKit Reporter: Thiago Marcos P. Santos <tmpsantos>
Component: WebKit EFLAssignee: Thiago Marcos P. Santos <tmpsantos>
Status: RESOLVED FIXED    
Severity: Normal CC: gyuyoung.kim, kenneth, ky0.choi, lucas.de.marchi, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 91832    
Attachments:
Description Flags
Patch none

Description Thiago Marcos P. Santos 2012-08-21 05:22:49 PDT
Causes linking errors like:

Linking CXX executable ../../bin/test_ewk2_context
../../lib/libewk2UnitTestUtils.a(EWK2UnitTestBase.cpp.o): In function `EWK2UnitTest::EWK2UnitTestBase::SetUp()':
EWK2UnitTestBase.cpp:(.text+0xef): undefined reference to `ewk_view_smart_add'
collect2: ld returned 1 exit status
make[2]: *** [bin/test_ewk2_context] Error 1
make[1]: *** [Source/WebKit2/CMakeFiles/test_ewk2_context.dir/all] Error 2
makeFailed to run "['Tools/Scripts/build-webkit', '--release', '--efl', '--update-efl', '--makeargs="-j4"']" exit_code: 2
Comment 1 Thiago Marcos P. Santos 2012-08-21 05:32:38 PDT
Created attachment 159664 [details]
Patch
Comment 2 Thiago Marcos P. Santos 2012-08-21 12:39:25 PDT
Commit queue is not taking this patch. :(
Comment 3 WebKit Review Bot 2012-08-21 16:14:06 PDT
Comment on attachment 159664 [details]
Patch

Clearing flags on attachment: 159664

Committed r126207: <http://trac.webkit.org/changeset/126207>
Comment 4 WebKit Review Bot 2012-08-21 16:14:10 PDT
All reviewed patches have been landed.  Closing bug.