Closed
Bug 1028137
Opened 9 years ago
Closed 9 years ago
Build failure with --enable-default-toolkit=cairo-gtk3 and --disable-unified-compilation
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
RESOLVED
FIXED
mozilla33
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file)
990 bytes,
patch
|
karlt
:
review+
|
Details | Diff | Splinter Review |
/builds/slave/try-lx-d-000000000000000000000/build/toolkit/xre/nsGDKErrorHandler.cpp:28:46: error: 'strstr' was not declared in this scope /builds/slave/try-lx-d-000000000000000000000/build/toolkit/xre/nsGDKErrorHandler.cpp:30:5: error: 'nsDependentCString' was not declared in this scope /builds/slave/try-lx-d-000000000000000000000/build/toolkit/xre/nsGDKErrorHandler.cpp:30:24: error: expected ';' before 'buffer' /builds/slave/try-lx-d-000000000000000000000/build/toolkit/xre/nsGDKErrorHandler.cpp:36:30: error: 'serialString' was not declared in this scope /builds/slave/try-lx-d-000000000000000000000/build/toolkit/xre/nsGDKErrorHandler.cpp:36:63: error: 'NS_NAMED_LITERAL_CSTRING' was not declared in this scope /builds/slave/try-lx-d-000000000000000000000/build/toolkit/xre/nsGDKErrorHandler.cpp:37:21: error: 'buffer' was not declared in this scope /builds/slave/try-lx-d-000000000000000000000/build/toolkit/xre/nsGDKErrorHandler.cpp:38:18: error: 'kNotFound' was not declared in this scope /builds/slave/try-lx-d-000000000000000000000/build/toolkit/xre/nsGDKErrorHandler.cpp:39:30: error: 'NS_RUNTIMEABORT' was not declared in this scope /builds/slave/try-lx-d-000000000000000000000/build/toolkit/xre/nsGDKErrorHandler.cpp:43:69: error: 'strtol' was not declared in this scope /builds/slave/try-lx-d-000000000000000000000/build/toolkit/xre/nsGDKErrorHandler.cpp:45:30: error: 'NS_RUNTIMEABORT' was not declared in this scope /builds/slave/try-lx-d-000000000000000000000/build/toolkit/xre/nsGDKErrorHandler.cpp:47:30: error: 'errorCodeString' was not declared in this scope /builds/slave/try-lx-d-000000000000000000000/build/toolkit/xre/nsGDKErrorHandler.cpp:48:64: error: 'Substring' was not declared in this scope /builds/slave/try-lx-d-000000000000000000000/build/toolkit/xre/nsGDKErrorHandler.cpp:48:82: error: 'StringBeginsWith' was not declared in this scope /builds/slave/try-lx-d-000000000000000000000/build/toolkit/xre/nsGDKErrorHandler.cpp:49:30: error: 'NS_RUNTIMEABORT' was not declared in this scope /builds/slave/try-lx-d-000000000000000000000/build/toolkit/xre/nsGDKErrorHandler.cpp:54:30: error: 'NS_RUNTIMEABORT' was not declared in this scope /builds/slave/try-lx-d-000000000000000000000/build/toolkit/xre/nsGDKErrorHandler.cpp:56:30: error: 'requestCodeString' was not declared in this scope /builds/slave/try-lx-d-000000000000000000000/build/toolkit/xre/nsGDKErrorHandler.cpp:57:64: error: 'Substring' was not declared in this scope /builds/slave/try-lx-d-000000000000000000000/build/toolkit/xre/nsGDKErrorHandler.cpp:57:84: error: 'StringBeginsWith' was not declared in this scope /builds/slave/try-lx-d-000000000000000000000/build/toolkit/xre/nsGDKErrorHandler.cpp:58:30: error: 'NS_RUNTIMEABORT' was not declared in this scope /builds/slave/try-lx-d-000000000000000000000/build/toolkit/xre/nsGDKErrorHandler.cpp:63:30: error: 'NS_RUNTIMEABORT' was not declared in this scope /builds/slave/try-lx-d-000000000000000000000/build/toolkit/xre/nsGDKErrorHandler.cpp:65:30: error: 'minorCodeString' was not declared in this scope /builds/slave/try-lx-d-000000000000000000000/build/toolkit/xre/nsGDKErrorHandler.cpp:68:30: error: 'NS_RUNTIMEABORT' was not declared in this scope /builds/slave/try-lx-d-000000000000000000000/build/toolkit/xre/nsGDKErrorHandler.cpp:73:30: error: 'NS_RUNTIMEABORT' was not declared in this scope /builds/slave/try-lx-d-000000000000000000000/build/toolkit/xre/nsGDKErrorHandler.cpp:82:28: error: 'NS_RUNTIMEABORT' was not declared in this scope
Assignee | ||
Comment 1•9 years ago
|
||
This should be enough. Try will tell for sure. https://tbpl.mozilla.org/?tree=Try&rev=2a635cf6c78d
Attachment #8443438 -
Flags: review?(karlt)
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → mh+mozilla
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•9 years ago
|
||
(In reply to Mike Hommey [:glandium] from comment #1) > Try will tell for sure. > https://tbpl.mozilla.org/?tree=Try&rev=2a635cf6c78d Note the linux debug build is non-unified.
Updated•9 years ago
|
Attachment #8443438 -
Flags: review?(karlt) → review+
Assignee | ||
Comment 3•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/4413df3a4694
Comment 4•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/4413df3a4694
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla33
You need to log in
before you can comment on or make changes to this bug.
Description
•