Closed
Bug 754209
Opened 14 years ago
Closed 14 years ago
OSFileConstants.cpp does not build with VC9
Categories
(Core :: js-ctypes, defect)
Tracking
()
RESOLVED
FIXED
mozilla15
People
(Reporter: Yoric, Assigned: Yoric)
References
Details
Attachments
(1 file, 2 obsolete files)
|
1.48 KB,
patch
|
Details | Diff | Splinter Review |
Quote from bug 739740: « This doesn't build on VC9 because it doesn't have ELOOP, ELOOP, EOPNOTSUPP, EOVERFLOW, ETIMEDOUT or EWOULDBLOCK. »
| Assignee | ||
Comment 1•14 years ago
|
||
Assignee: nobody → dteller
| Assignee | ||
Comment 2•14 years ago
|
||
Comment on attachment 623081 [details] [diff] [review]
Patch for VC9
Neil, does this patch fix the issue for you?
Attachment #623081 -
Flags: review?(neil)
Comment 3•14 years ago
|
||
Comment on attachment 623081 [details] [diff] [review]
Patch for VC9
>+#if defined(ELOOP) // not defined with VC9
> INT_CONSTANT(ELOOP),
>+#endif // defined(ELOOP)
> INT_CONSTANT(EMFILE),
> INT_CONSTANT(ENAMETOOLONG),
> INT_CONSTANT(ENFILE),
> INT_CONSTANT(ELOOP),
Still fails here ;-)
| Assignee | ||
Comment 4•14 years ago
|
||
Same one, with just one ELOOP :)
Attachment #623081 -
Attachment is obsolete: true
Attachment #623081 -
Flags: review?(neil)
Attachment #623086 -
Flags: review?(neil)
Updated•14 years ago
|
Attachment #623086 -
Flags: review?(neil) → review+
| Assignee | ||
Comment 5•14 years ago
|
||
Attachment #623086 -
Attachment is obsolete: true
| Assignee | ||
Updated•14 years ago
|
Attachment #623090 -
Attachment is patch: true
| Assignee | ||
Updated•14 years ago
|
Keywords: checkin-needed
Comment 6•14 years ago
|
||
Does not apply cleanly due to bug 747872 being backed out.
Comment 7•14 years ago
|
||
> Does not apply cleanly due to bug 747872 being backed out.
I guess attachment 622753 [details] [diff] [review] needs to be applied first.
Updated•14 years ago
|
Status: NEW → ASSIGNED
Comment 8•14 years ago
|
||
Keywords: checkin-needed
Target Milestone: --- → mozilla15
| Assignee | ||
Updated•14 years ago
|
Keywords: checkin-needed
Updated•14 years ago
|
Keywords: checkin-needed
Comment 9•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•