aMule Forum

Spanish => aMule Ayuda => Topic started by: PRF! on January 29, 2005, 10:34:10 PM

Title: error al hacer make
Post 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

Code: [Select]
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

Code: [Select]
**** 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
Title: Re: error al hacer make
Post by: Kry on January 29, 2005, 11:17:53 PM
te falta las gettext
Title: Re: error al hacer make
Post by: PRF! on February 02, 2005, 06:29:50 PM
gracias.. instale las gettext y pude compilar... ahora, como supiste que era eso lo que me faltaba???   gracias
Title: Re: error al hacer make
Post by: Jacobo221 on February 02, 2005, 08:01:27 PM
> 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 ;)
Title: Re: error al hacer make
Post by: PRF! on February 03, 2005, 03:18:34 PM
gracias... imposible para mi detectar ese error... gracias de nuevo
Title: Re: error al hacer make
Post by: Kry on February 03, 2005, 05:51:39 PM
No, jacobo221, no fue por eso :P

Quote
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 ;)
Title: Re: error al hacer make
Post by: PRF! on February 03, 2005, 05:59:07 PM
pero al instalar gettext se resolvio el problema...
Title: Re: error al hacer make
Post by: Kry on February 03, 2005, 09:11:35 PM
A eso me refiero. Sabia lo de gettext porque faltaba un comando ahi.
Title: Re: error al hacer make
Post by: PRF! on February 04, 2005, 03:14:50 PM
:baby: