RESOLVED FIXED 42481
[EFL] Use function provided by EFL for system beep
https://bugs.webkit.org/show_bug.cgi?id=42481
Summary [EFL] Use function provided by EFL for system beep
Lucas De Marchi
Reported 2010-07-16 14:13:41 PDT
Use function provided by EFL for system beep
Attachments
Patch (1.20 KB, patch)
2010-07-16 14:15 PDT, Lucas De Marchi
no flags
Lucas De Marchi
Comment 1 2010-07-16 14:15:06 PDT
Antonio Gomes
Comment 2 2010-07-16 14:42:47 PDT
Comment on attachment 61845 [details] Patch Ok
WebKit Commit Bot
Comment 3 2010-07-16 15:03:43 PDT
Comment on attachment 61845 [details] Patch Clearing flags on attachment: 61845 Committed r63588: <http://trac.webkit.org/changeset/63588>
WebKit Commit Bot
Comment 4 2010-07-16 15:03:48 PDT
All reviewed patches have been landed. Closing bug.
Gyuyoung Kim
Comment 5 2010-08-09 23:04:31 PDT
Hello Lucas, I am using efl library's ver. 49898. As far as I know, this is latest efl library. But, there is no ecore_x_bell() in Ecore_X.h, So, I meet a build break whenever I build WebKit EFL. How can I solve this problem ?
Lucas De Marchi
Comment 6 2010-08-10 04:18:27 PDT
(In reply to comment #5) > Hello Lucas, > > I am using efl library's ver. 49898. As far as I know, this is latest efl library. > > But, there is no ecore_x_bell() in Ecore_X.h, So, I meet a build break whenever I build WebKit EFL. > > How can I solve this problem ? Probably you had an old version installed and the headers for the new version were not properly installed. To solve this problem, uninstall EFL before installing the version from svn. You'll have an Ecore_X.h file inside <prefix>/ecore-0/ with this function.
Lucas De Marchi
Comment 7 2010-08-10 04:19:31 PDT
(In reply to comment #6) > You'll have an Ecore_X.h file inside <prefix>/ecore-0/ with this function. I meant <prefix>/include/ecore-0/
Note You need to log in before you can comment on or make changes to this bug.