Closed
Bug 799650
Opened 12 years ago
Closed 12 years ago
ERROR: In file ./media/webrtc/signaling/src/common/browser_logging/CSFLog.h - [undefined symbol "va_list"]
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 799477
People
(Reporter: mr_pathak, Unassigned)
Details
(Keywords: platform, Whiteboard: [type: good first bug])
User Agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.79 Safari/537.4
Steps to reproduce:
While Building firefox I came accross error "va_list" [undefined symbol]
Actual results:
ERROR: In file |$src/media/webrtc/signaling/src/common/browser_logging/CSFLog.h|
[undefined symbol "va_list"] line #70
Expected results:
va_list is data type defined in header <stdarg.h>
missing #include<stdarg.h> in file CSFLog.h
Updated•12 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 2•12 years ago
|
||
the patch is also submitted
cool
I was about to submit 1 :D
Status: RESOLVED → VERIFIED
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•