WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
38091
Build error without geolocation
https://bugs.webkit.org/show_bug.cgi?id=38091
Summary
Build error without geolocation
ojab
Reported
2010-04-25 00:38:53 PDT
CXXLD libwebkit-1.0.la /bin/mkdir -p ./.deps/DerivedSources CC WebKitTools/GtkLauncher/Programs_GtkLauncher-main.o CCLD Programs/GtkLauncher ./.libs/libwebkit-1.0.so: undefined reference to `WebCore::Geolocation::clearWatch(int)' collect2: ld returned 1 exit status make[1]: *** [Programs/GtkLauncher] Error 1 make[1]: Leaving directory `/sources/WebKit/WebKitBuild/Release' make: *** [all] Error 2
Attachments
Fixing build break when Geolocation feature is disabled
(1.01 KB, patch)
2010-04-25 06:04 PDT
,
Ryuan Choi
no flags
Details
Formatted Diff
Diff
fix ChangeLog
(1.03 KB, patch)
2010-04-27 11:11 PDT
,
Ryuan Choi
no flags
Details
Formatted Diff
Diff
Patch
(1.05 KB, patch)
2010-05-03 06:36 PDT
,
Ryuan Choi
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Ryuan Choi
Comment 1
2010-04-25 06:04:03 PDT
Created
attachment 54237
[details]
Fixing build break when Geolocation feature is disabled Can I fix this build break? I am newbie in webkit.org My modification is as below, Index: WebCore/page/Geolocation.cpp =================================================================== --- WebCore/page/Geolocation.cpp (revision 58227) +++ WebCore/page/Geolocation.cpp (working copy) @@ -659,6 +659,8 @@ void Geolocation::stopUpdating() namespace WebCore { +void Geolocation::clearWatch(int watchId) {} + I think clearWatch() should be added to #else of ENABLE(GEOLOCATION) in Geolocation.cpp Thank you, Ryuan Choi
Laszlo Gombos
Comment 2
2010-04-26 07:54:47 PDT
Some of these are addresses in
bug 25756
. At least for the QtWebKit port this change is not needed. Where is call site for clearWatch if ENABLE(GEOLOCATION) is turned of ?
Eric Seidel (no email)
Comment 3
2010-04-26 14:06:26 PDT
Comment on
attachment 54237
[details]
Fixing build break when Geolocation feature is disabled No new tests. (OOPS!) should be replaced with a statement as to why there are no tests. In this case, it's rather obvious, this is a build fix only. The "Reviewed by NOBODY (OOPS!)." line will automatically get updated by the commit-queue or webkit-patch or however this patch is landed.
Ryuan Choi
Comment 4
2010-04-27 11:11:15 PDT
Created
attachment 54433
[details]
fix ChangeLog Thank you for answer, Eric. I fixed Changelog and I saw this build break in gtk port.
Eric Seidel (no email)
Comment 5
2010-05-02 18:58:46 PDT
Comment on
attachment 54237
[details]
Fixing build break when Geolocation feature is disabled Please obsolete your old patches when posting a new one. webkit-patch upload will automate the entire process of posting a patch for you. :)
Ryuan Choi
Comment 6
2010-05-03 06:36:40 PDT
Created
attachment 54922
[details]
Patch
Ryuan Choi
Comment 7
2010-05-03 06:46:31 PDT
hmm. sorry I missed --no-obsolete option and I had some issues about LANG. (I use ko_KR.UTF-8) anyway, Thank you for your kindness.
WebKit Commit Bot
Comment 8
2010-05-03 10:24:39 PDT
Comment on
attachment 54922
[details]
Patch Clearing flags on attachment: 54922 Committed
r58682
: <
http://trac.webkit.org/changeset/58682
>
WebKit Commit Bot
Comment 9
2010-05-03 10:24:44 PDT
All reviewed patches have been landed. Closing bug.
Nayan
Comment 10
2010-05-12 05:14:52 PDT
***
Bug 38451
has been marked as a duplicate of this bug. ***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug