aMule Forum
Spanish => aMule Ayuda => Topic started by: PRF! on January 29, 2005, 10:34:10 PM
-
bueno despues de todos los errores que me surgieron con el amule instalado via apt, decidi compilarlo yo mismo y activando amule-daemon todo va bien hasta que hago el make y me lanza el siguiente error
make all-recursive
make[1]: Entering directory `/home/admin/amule-compilation/aMule-2.0.0rc8'
Making all in m4
make[2]: Entering directory `/home/admin/amule-compilation/aMule-2.0.0rc8/m4'
make[2]: No se hace nada para `all'.
make[2]: Leaving directory `/home/admin/amule-compilation/aMule-2.0.0rc8/m4'
Making all in intl
make[2]: Entering directory `/home/admin/amule-compilation/aMule-2.0.0rc8/intl'
make[2]: No se hace nada para `all'.
make[2]: Leaving directory `/home/admin/amule-compilation/aMule-2.0.0rc8/intl'
Making all in po
make[2]: Entering directory `/home/admin/amule-compilation/aMule-2.0.0rc8/po'
rm -f en_GB.gmo && : -c --statistics -o en_GB.gmo en_GB.po
mv: no se puede efectuar `stat' sobre «t-en_GB.gmo»: No existe el fichero o el directorio
make[2]: *** [en_GB.gmo] Error 1
make[2]: Leaving directory `/home/admin/amule-compilation/aMule-2.0.0rc8/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/admin/amule-compilation/aMule-2.0.0rc8'
make: *** [all] Error 2
admin@server:~/amule-compilation/aMule-2.0.0rc8$
la linea de comando para la configuracion fue la siguiente:
./configure --enable-amulecmd --enable-amule-daemon --disable-cas --disable-wxcas --disable-debug
al terminar el proceso de configure
**** aMule TextClient ****
Should amulecmd (TextClient) be linked against wxbase? yes
Should aMule Command Line Client be built? yes
Should aMule GUI Client be built? no
**** aMule WebServer ****
Should aMule WebServer be built? no
Should aMule WebServer GUI be built? no
**** aMule ED2K Links Handler ****
Should aMule ED2K Links Handler be built? yes
**** aMuleLinkCreator ****
Should aMuleLinkCreator GUI version (alc) be built? yes
Should aMuleLinkCreator for console (alcc) be built? yes
**** aMule Statistics ****
Should C aMule Statistics (CAS) be built? no
Should aMule GUI Statistics (wxCas) be built? no
**** General Libraries and Tools ****
Should ccache support be enabled? no
Libraries aMule will use to build:
wxWidgets 2.4.2
GTK 1.2.10
NOTICE: With wxWidgets versions prior 2.5, you need wxBase library to compile:
amuleweb amulecmd and alcc
eso.. ayuda porfa
-
te falta las gettext
-
gracias.. instale las gettext y pude compilar... ahora, como supiste que era eso lo que me faltaba??? gracias
-
> mv: no se puede efectuar `stat' sobre «t-en_GB.gmo»: No existe el fichero o el directorio
sino el fichero .gmo no existe, es porque gettext no lo ha creado ;)
-
gracias... imposible para mi detectar ese error... gracias de nuevo
-
No, jacobo221, no fue por eso :P
rm -f en_GB.gmo && : -c --statistics -o en_GB.gmo en_GB.po
entre el ":" y el "-c" falta un comando :) Y no lo sé por intuicion divina: lo he visto miles de veces ya ;)
-
pero al instalar gettext se resolvio el problema...
-
A eso me refiero. Sabia lo de gettext porque faltaba un comando ahi.
-
:baby: