Foro de elhacker.net

Sistemas Operativos => GNU/Linux => Mensaje iniciado por: Leyer en 9 Diciembre 2011, 23:20 pm



Título: instalando sip-4.13 asm/errno.h: No such file or directory
Publicado por: Leyer en 9 Diciembre 2011, 23:20 pm
Hola gente, veran tengo un problema he estado intentando instalarme PyQT, cuando lo voy a instalar me pide que instale SIP ok, lo descargo lo intento instalar y me muestra el siguiente error:

Código:
root@leyer-AO532h:/home/leyer/sip-4.13# python configure.py
This is SIP 4.13 for Python 2.6.5 on linux2.
The SIP code generator will be installed in /usr/bin.
The sip module will be installed in /usr/lib/python2.6/dist-packages.
The sip.h header file will be installed in /usr/include/python2.6.
The default directory to install .sip files in is /usr/share/sip.
The platform/compiler configuration is linux-g++.
Creating siplib/sip.h...
Creating siplib/siplib.c...
Creating siplib/siplib.sbf...
Creating sipconfig.py...
Creating top level Makefile...
Creating sip code generator Makefile...
Creating sip module Makefile...
root@leyer-AO532h:/home/leyer/sip-4.13# make
make[1]: Entering directory `/home/leyer/sip-4.13/sipgen'
gcc -c -pipe -O2 -w -DNDEBUG -I. -o main.o main.c
gcc -c -pipe -O2 -w -DNDEBUG -I. -o transform.o transform.c
gcc -c -pipe -O2 -w -DNDEBUG -I. -o gencode.o gencode.c
In file included from /usr/include/bits/errno.h:25,
                 from /usr/include/errno.h:36,
                 from gencode.c:22:
/usr/include/linux/errno.h:4:23: error: asm/errno.h: No such file or directory
make[1]: *** [gencode.o] Error 1
make[1]: Leaving directory `/home/leyer/sip-4.13/sipgen'
make: *** [all] Error 2

alguna idea de como solucionarlo?

un saludo.


Título: Re: instalando sip-4.13 asm/errno.h: No such file or directory
Publicado por: insallah en 2 Marzo 2014, 17:22 pm

Buenas Leyer

Prueba a instalar los archivos de desarrollo de la libc

en Debian, Ubuntu etc

#apt-cache search libc6-dev
#apt-get install libc6-dev

en mi caso tengo un Linux de 32 bits, si el tuyo es de 64
puede variar el nombre de la libreria.

Que haya suerte.
insallah