Closed Bug 754209 Opened 12 years ago Closed 12 years ago

OSFileConstants.cpp does not build with VC9

Categories

(Core :: js-ctypes, defect)

All
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla15

People

(Reporter: Yoric, Assigned: Yoric)

References

Details

Attachments

(1 file, 2 obsolete files)

Quote from bug 739740: « This doesn't build on VC9 because it doesn't have ELOOP, ELOOP, EOPNOTSUPP, EOVERFLOW, ETIMEDOUT or EWOULDBLOCK. »
Attached patch Patch for VC9 (obsolete) — Splinter Review
Assignee: nobody → dteller
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 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 ;-)
Attached patch Patch for VC9 (obsolete) — Splinter Review
Same one, with just one ELOOP :)
Attachment #623081 - Attachment is obsolete: true
Attachment #623081 - Flags: review?(neil)
Attachment #623086 - Flags: review?(neil)
Attachment #623086 - Flags: review?(neil) → review+
Attached patch Patch for VC9Splinter Review
Attachment #623086 - Attachment is obsolete: true
Attachment #623090 - Attachment is patch: true
Does not apply cleanly due to bug 747872 being backed out.
> Does not apply cleanly due to bug 747872 being backed out.
I guess attachment 622753 [details] [diff] [review] needs to be applied first.
Status: NEW → ASSIGNED
Keywords: checkin-needed
https://hg.mozilla.org/mozilla-central/rev/6309cc2b328d
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: