Error when compiling Firefox

0

I'm trying to compile Firefox in Fedora 27.

I have already installed all dependencies, but I get an error that I have not found a solution yet.

 0:09.48 checking for sys/int_types.h... no
 0:09.59 checking for posix_fadvise... yes
 0:09.59 checking for posix_fadvise... yes
 0:09.62 checking for posix_fallocate... yes
 0:09.68 sed: character class syntax is [[:space:]], not [:space:]
 0:09.68 configure: error: cannot determine icu version number from uvernum.h header file
 0:09.68 ------ config.log ------
 0:09.68 configure:26702: checking for fontconfig
 0:09.68 configure:26709: checking _FONTCONFIG_CFLAGS
 0:09.68 configure:26714: checking _FONTCONFIG_LIBS
 0:09.68 configure:26913: checking for stdint.h
 0:09.68 configure:26926: gcc -c  -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread -pipe  conftest.c 1>&5
 0:09.68 configure:26913: checking for inttypes.h
 0:09.68 configure:26926: gcc -c  -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread -pipe  conftest.c 1>&5
 0:09.68 configure:26913: checking for sys/int_types.h
 0:09.68 configure:26926: gcc -c  -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread -pipe  conftest.c 1>&5
 0:09.68 configure:26920:10: fatal error: sys/int_types.h: No such file or directory
 0:09.68 compilation terminated.
 0:09.68 configure: failed program was:
 0:09.68 #line 26918 "configure"
 0:09.68 #include "confdefs.h"
 0:09.68 
 0:09.68 #include <sys/int_types.h>
 0:09.68 int main() {
 0:09.68 
 0:09.68 ; return 0; }

Does anyone know how to solve this?

Thankful

    
asked by anonymous 29.01.2018 / 19:40

0 answers