Closed Bug 799477 Opened 12 years ago Closed 12 years ago

compilation error in PeerConnectionImpl.cpp: CSFLog.h:68: ‘va_list’ has not been declared

Categories

(Core :: WebRTC: Signaling, defect)

x86_64
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla19
Tracking Status
firefox18 --- fixed
firefox19 --- fixed

People

(Reporter: froydnj, Assigned: jesup)

References

Details

(Whiteboard: [qa-])

Attachments

(1 file)

Seen this morning when compiling debug or opt x86-64 Linux build:

In file included from /home/froydnj/src/mozilla-central-official/media/webrtc/signaling/src/peerconnection/PeerConnectionImpl.cpp:10:
/home/froydnj/src/mozilla-central-official/media/webrtc/signaling//./src/common/browser_logging/CSFLog.h:68: error: ‘va_list’ has not been declared
CSFLog.h should include varargs (though it's odd something else hasn't included it before it got there, since every other system seems to have - what OS/Compiler/compiler-revision?)
OS is Debian stable.
Compiler is GCC 4.4.5 (Debian 4.4.5-8).
Got the same error.
OS : ubuntu 10.10
Compiler: gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5.1)
Comment on attachment 669615 [details] [diff] [review]
missing stdarg.h in CSFLog.h (typically gcc 4.4.x)

If any of the reporters care to try this patch, that would be useful
Attachment #669615 - Flags: review?(ethanhugg)
Not that I expect problems... :-)
Attachment #669615 - Flags: review?(ethanhugg) → review+
https://hg.mozilla.org/mozilla-central/rev/fda0797c3abc
Assignee: nobody → rjesup
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
Whiteboard: [qa-]
Comment on attachment 669615 [details] [diff] [review]
missing stdarg.h in CSFLog.h (typically gcc 4.4.x)

[Approval Request Comment]
Bug caused by (feature/regressing bug #): regression from bug 792188
User impact if declined: Can't build with gcc 4.4
Testing completed (on m-c, etc.): Landed on m-c
Risk to taking this patch (and alternatives if risky): Trivial one-line patch adding an standard header include. No risk.
String or UUID changes made by this patch: None
Attachment #669615 - Flags: approval-mozilla-aurora?
Attachment #669615 - Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: