Closed
Bug 1117862
Opened 10 years ago
Closed 10 years ago
Compilation error in gonk-misc/Unicode.h
Categories
(Firefox OS Graveyard :: GonkIntegration, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: anshulj, Unassigned)
References
Details
I am seeing the following compilation error. Seems like a regression from bug 1102266.
gonk-misc/Unicode.h:20:23: fatal error: sys/types.h: No such file or directory
#include <sys/types.h>
^
compilation terminated.
configure: failed program was:
#line 2831 "configure"
#include "confdefs.h"
int main(){return(0);}
configure: error: installation or configuration problem: C++ compiler cannot create executables.
*** Fix above errors and then restart with\
"make -f client.mk build"
make[3]: *** [configure] Error 1
make[2]: ***
Comment 2•10 years ago
|
||
As mentioned in bug 1102266, please make sure your gonk-misc repo is updated and post your config.log from gecko if you are still having issues.
Michael, this issue is no longer seen after updating the gonk-misc. Thanks for your support.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
Updated•10 years ago
|
blocking-b2g: 2.2? → ---
Blocks: CAF-v3.0-FL-metabug
No longer blocks: CAF-v3.0-FL-metabug
You need to log in
before you can comment on or make changes to this bug.
Description
•