Por que eu recebo um erro “configure: error: Não foi possível compilar o programa básico X.” ao tentar compilar o Spidermonkey?

3

Estou tentando instalar o spidermonkey no 11.10. No entanto, estou tendo muitos problemas de compilação.

Mais recentemente recebi este erro, mas não consigo entender exatamente qual é o erro.

checking whether C compiler supports -fprofile-generate... yes
checking whether C++ compiler has -pedantic long long bug... no
checking for correct overload resolution with const and templates... no
checking what kind of list files are supported by the linker... linkerscript
checking for glib-2.0 >= 1.3.7 gobject-2.0... yes
checking GLIB_CFLAGS... -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-   gnu/glib-2.0/include  
checking GLIB_LIBS... -pthread -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0  
checking for stdint.h... yes
checking for inttypes.h... yes
checking for sys/int_types.h... no
checking for iwlib.h... yes
checking for posix_fallocate... yes
configure: error: Could not compile basic X program.
renshaw@renshaw-TravelMate-5740G:~/spidermonkey$ 

Eu estava tentando seguir uma resposta em stackoverflow - instala o spidermonkey . Eu não estou tendo muito sucesso.

Esse erro está acima de ser resolvido?

    
por sayth 27.01.2012 / 02:30

1 resposta

1

Você deve instalar o pacote -dev , que fornece os arquivos de cabeçalho necessários:

sudo apt-get update
sudo apt-get install libxt-dev
    
por Venkatesh 25.07.2012 / 11:15

Tags