Closed
Bug 1158154
Opened 10 years ago
Closed 10 years ago
cairo-gtk3 toolkit build fails with undefined reference to 'gtk_window_set_auto_startup_notification'
Categories
(Core :: General, defect)
Core
General
Tracking
()
RESOLVED
FIXED
mozilla40
Tracking | Status | |
---|---|---|
firefox40 | --- | fixed |
People
(Reporter: lsalzman, Assigned: lsalzman)
References
Details
Attachments
(1 file)
(deleted),
patch
|
nical
:
review+
|
Details | Diff | Splinter Review |
When building with --enable-default-toolkit=gtk3, the build fails with the following link error for libxul.so:
0:20.63 /home/lee/central/toolkit/xre/nsAppRunner.cpp:3645: error: undefined reference to 'gtk_window_set_auto_startup_notification'
This is because there is a missing stub defined for this function in the mozgtk shim.
Attachment #8597261 -
Flags: review?(nical.bugzilla)
Updated•10 years ago
|
Attachment #8597261 -
Flags: review?(nical.bugzilla) → review+
Updated•10 years ago
|
Assignee: nobody → lsalzman
Assignee | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 2•10 years ago
|
||
The sheriffs will mark the bug RESOLVED FIXED when the bug reaches mozilla-central (at the moment it just landed on mozilla-inbound).
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 5•10 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 10 years ago → 10 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla40
You need to log in
before you can comment on or make changes to this bug.
Description
•