Closed
Bug 571644
Opened 14 years ago
Closed 14 years ago
Build break in nsMessengerOS2Intergration.cpp
Categories
(SeaMonkey :: MailNews: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dave.r.yeo, Assigned: dave.r.yeo)
References
Details
Attachments
(1 file)
(deleted),
patch
|
standard8
:
review+
standard8
:
superreview+
|
Details | Diff | Splinter Review |
Attempting to build today ends with
[...]
I:/comm-central/mailnews/base/src/nsMessengerOS2Integration.cpp: In constructor
'nsMessengerOS2Integration::nsMessengerOS2Integration()':
I:/comm-central/mailnews/base/src/nsMessengerOS2Integration.cpp:77: error: 'MsgGetAtom' was not declared in this scope
make.exe[5]: *** [nsMessengerOS2Integration.o] Error 1
which seems to be related to the check in from bug#570902, mainly a missing include.
Attachment #450809 -
Flags: review?(bugspam.Callek)
Comment 1•14 years ago
|
||
Comment on attachment 450809 [details] [diff] [review]
Add a missing include.
I can't review this, I don't know .mm or this code all that well; my hand on the other bug was just in ifdef changing. The changes to this file were not that straightforward.
Attachment #450809 -
Flags: review?(bugspam.Callek) → review?(bugzilla)
Comment 2•14 years ago
|
||
(In reply to comment #0)
> Created an attachment (id=450809) [details]
> Add a missing include.
>
> which seems to be related to the check in from bug#570902, mainly a missing
> include.
Dave, the checkin that missed to add nsMsgUtils.h to the includes in nsMessengerOS2Integration.cpp was
http://hg.mozilla.org/comm-central/rev/49782a242a72
Comment 3•14 years ago
|
||
Comment on attachment 450809 [details] [diff] [review]
Add a missing include.
I think Neil is the one who should review this.
Attachment #450809 -
Flags: review?(bugzilla) → review?(neil)
Updated•14 years ago
|
Assignee: nobody → daveryeo
Status: NEW → ASSIGNED
Comment 4•14 years ago
|
||
Comment on attachment 450809 [details] [diff] [review]
Add a missing include.
Given what the changeset that is reported to have broken this added, I'm happy to give this r/sr.
Attachment #450809 -
Flags: superreview+
Attachment #450809 -
Flags: review?(neil)
Attachment #450809 -
Flags: review+
Comment 5•14 years ago
|
||
Sorry about that. I noticed OSX needed it, then later on I noticed Win needed it, and yet I still forgot about OS/2 :-( Thanks for the patch!
Pushed changeset 4dce3652e487 to comm-central.
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 6•14 years ago
|
||
Why is the patch landing on comm-central so different than the one attached here ?
Comment 7•14 years ago
|
||
Umm it looks like Neil pushed part of Bug 377319 in the same push, I'm not sure if that was reviewed or not (the parts he pushed).
You need to log in
before you can comment on or make changes to this bug.
Description
•