[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Compilando libsdl1.2



Estoy tratando de recompilar y empaquetar libsdl1.2 en Sid, para que
funcione con xserver-svga 3.3.6-44, ya que la versión precompilada sólo
me funciona con Xfree86 4.1.

Me bajé los fuentes con apt-get source, apt-get build-dep. Hasta aquí no
se me ocurre que tengo que hacer porque se supone que tengo instalado
xlibs-dev 4.1 y no encuentro entre los paquetes de Sid la versión 3.3,
tal vez no es necesario instalarla.

Así y todo entro al directorio /usr/src/libsdl1.2-1.2.4 e intento con
dpkg-buildpackage. Se lanza a compilar como condenado, pasa autoconfig
bien, pero al hacer make:

/bin/sh ../../libtool --mode=compile gcc -DPACKAGE_NAME=\"\"
-DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"SDL\" -DVERSION=\"1.2.4\"
-DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1  -I. -I.      -g -O2 -Wall
-DENABLE_DUMMYVIDEO -DDISKAUD_SUPPORT -DOSS_SUPPORT -DALSA_SUPPORT
-DARTSC_SUPPORT -I/usr/include/kde/artsc -DESD_SUPPORT  
-I/usr/X11R6/include -DENABLE_X11 -Iinclude -Isrc/video -DXFREE86_VM
-DXFREE86_VMGAMMA -DXFREE86_DGAMOUSE -DDEFAULT_DGAMOUSE -DXFREE86_XV
-DHAVE_XINERAMA -Isrc/video -DENABLE_DGA -DENABLE_FBCON -DENABLE_SVGALIB
-DENABLE_AALIB -DHAVE_OPENGL -DUSE_INPUT_EVENTS -D_REENTRANT
-DSDL_USE_PTHREADS -I../../include -I../../include/SDL -I../../src
-I../../src/linux -I../../src/main -I../../src/audio -I../../src/video
-I../../src/video/XFree86/extensions -I../../src/events
-I../../src/joystick -I../../src/cdrom -I../../src/thread
-I../../src/timer -I../../src/endian -I../../src/file -c dummy.c
../../libtool: line 1: s%^.*/%%: No existe el fichero o el directorio
../../libtool: line 1: -e: command not found
../../libtool: line 1: -e: command not found
../../libtool: line 1: -e: command not found
../../libtool: line 1: -e: command not found
../../libtool: line 1: -e: command not found
:                                          :
:                                          :
:                                          :
:                                          :
:                                          :
../../libtool: line 1: -e: command not found
../../libtool: line 1: -e: command not found
../../libtool: line 1: -e: command not found
../../libtool: line 1: -e: command not found
: compile: cannot determine name of library object from `'
make[3]: *** [dummy.lo] Error 1
make[3]: Leaving directory `/usr/src/libsdl1.2-1.2.4/src/main'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/libsdl1.2-1.2.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/libsdl1.2-1.2.4'
make: *** [build-stamp] Error 2

No sé si es un Bug del paquete o mi ineptitud.



Reply to: