aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Lenguaje C (ayuda con codigo)  (Read 6031 times)

Olaf "El Blanco"

  • Guest
Lenguaje C (ayuda con codigo)
« on: November 18, 2004, 03:12:28 PM »

Algunos pensaban que me faltaba la libreria libgd[a]. la tengo instalada... tengo todo instalado para el amule...

Some persons think that the problema was that I haven't the libgd[a] library, but i have...

al poner el comando make install como root esto es lo que me pone (solamente la ultima parte)

this is the last part of the out...


installing fi.gmo as /usr/local/share/locale/fi/LC_MESSAGES/amule.mo
installing zh_CN.gmo as /usr/local/share/locale/zh_CN/LC_MESSAGES/amule.mo
installing zh_TW.gmo as /usr/local/share/locale/zh_TW/LC_MESSAGES/amule.mo
installing da.gmo as /usr/local/share/locale/da/LC_MESSAGES/amule.mo
installing hu.gmo as /usr/local/share/locale/hu/LC_MESSAGES/amule.mo
installing ca.gmo as /usr/local/share/locale/ca/LC_MESSAGES/amule.mo
installing it_CH.gmo as /usr/local/share/locale/it_CH/LC_MESSAGES/amule.mo
installing pt_PT.gmo as /usr/local/share/locale/pt_PT/LC_MESSAGES/amule.mo
installing hr.gmo as /usr/local/share/locale/hr/LC_MESSAGES/amule.mo
if test "amule" = "gettext"; then \
  /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /usr/local/share/gettext/po; \
  for file in Makefile.in.in Makevars remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot  ; do \
    /usr/bin/install -c -m 644 ./$file \
                    /usr/local/share/gettext/po/$file; \
  done; \
else \
  : ; \
fi
make[1]: Leaving directory `/home/Olaf/aMule-2.0.0rc7/po'
Making install in docs
make[1]: Entering directory `/home/Olaf/aMule-2.0.0rc7/docs'
make[2]: Entering directory `/home/Olaf/aMule-2.0.0rc7/docs'
make[2]: No se hace nada para `install-exec-am'.
/bin/sh ../mkinstalldirs /usr/local/share/doc/aMule-2.0.0rc7
 /usr/bin/install -c -m 644 ABOUT-NLS /usr/local/share/doc/aMule-2.0.0rc7/ABOUT-NLS
 /usr/bin/install -c -m 644 amulesig.txt /usr/local/share/doc/aMule-2.0.0rc7/amulesig.txt
 /usr/bin/install -c -m 644 amule-win32.HOWTO.txt /usr/local/share/doc/aMule-2.0.0rc7/amule-win32.HOWTO.txt
 /usr/bin/install -c -m 644 Changelog /usr/local/share/doc/aMule-2.0.0rc7/Changelog
 /usr/bin/install -c -m 644 Doxyfile /usr/local/share/doc/aMule-2.0.0rc7/Doxyfile
 /usr/bin/install -c -m 644 ED2K-Links.HOWTO /usr/local/share/doc/aMule-2.0.0rc7/ED2K-Links.HOWTO
 /usr/bin/install -c -m 644 INSTALL /usr/local/share/doc/aMule-2.0.0rc7/INSTALL
 /usr/bin/install -c -m 644 license.txt /usr/local/share/doc/aMule-2.0.0rc7/license.txt
 /usr/bin/install -c -m 644 README /usr/local/share/doc/aMule-2.0.0rc7/README
 /usr/bin/install -c -m 644 TODO /usr/local/share/doc/aMule-2.0.0rc7/TODO
make[2]: Leaving directory `/home/Olaf/aMule-2.0.0rc7/docs'
make[1]: Leaving directory `/home/Olaf/aMule-2.0.0rc7/docs'
Making install in src
make[1]: Entering directory `/home/Olaf/aMule-2.0.0rc7/src'
make  install-recursive
make[2]: Entering directory `/home/Olaf/aMule-2.0.0rc7/src'
Making install in utils
make[3]: Entering directory `/home/Olaf/aMule-2.0.0rc7/src/utils'
Making install in xas
make[4]: Entering directory `/home/Olaf/aMule-2.0.0rc7/src/utils/xas'
make[5]: Entering directory `/home/Olaf/aMule-2.0.0rc7/src/utils/xas'
make[5]: No se hace nada para `install-exec-am'.
/bin/sh ../../../mkinstalldirs /usr/local/lib/xchat/plugins
 /usr/bin/install -c -m 644 xas.pl /usr/local/lib/xchat/plugins/xas.pl
make[5]: Leaving directory `/home/Olaf/aMule-2.0.0rc7/src/utils/xas'
make[4]: Leaving directory `/home/Olaf/aMule-2.0.0rc7/src/utils/xas'
Making install in cas
make[4]: Entering directory `/home/Olaf/aMule-2.0.0rc7/src/utils/cas'
if gcc -DHAVE_CONFIG_H -I. -I. -I../../..    -I/usr/include -D__GD__ -W -Wall -g -ggdb -fno-inline -D__DEBUG__ -fmessage-length=0   -MT cas-graphics.o -MD -MP -MF ".deps/cas-graphics.Tpo" \
  -c -o cas-graphics.o `test -f 'graphics.c' || echo './'`graphics.c; \
then mv -f ".deps/cas-graphics.Tpo" ".deps/cas-graphics.Po"; \
else rm -f ".deps/cas-graphics.Tpo"; exit 1; \
fi
graphics.c:32:16: gd.h: No existe el fichero o el directorio
graphics.c: In function `createimage':
graphics.c:44: error: `FILE' undeclared (first use in this function)
graphics.c:44: error: (Each undeclared identifier is reported only once
graphics.c:44: error: for each function it appears in.)
graphics.c:44: error: `in' undeclared (first use in this function)
graphics.c:44: error: `out' undeclared (first use in this function)
graphics.c:44: warning: left-hand operand of comma expression has no effect
graphics.c:46: error: `gdImagePtr' undeclared (first use in this function)
graphics.c:46: error: parse error before "im"
graphics.c:50: warning: implicit declaration of function `fopen'
graphics.c:51: warning: implicit declaration of function `printf'
graphics.c:54: warning: implicit declaration of function `fclose'
graphics.c:61: error: `im' undeclared (first use in this function)
graphics.c:61: warning: implicit declaration of function `gdImageCreateFromPng'
graphics.c:62: warning: implicit declaration of function `gdImageColorResolve'
graphics.c:66: warning: implicit declaration of function `gdImageStringFT'
graphics.c:78: warning: implicit declaration of function `gdImagePng'
graphics.c:81: warning: implicit declaration of function `gdImageDestroy'
make[4]: *** [cas-graphics.o] Error 1
make[4]: Leaving directory `/home/Olaf/aMule-2.0.0rc7/src/utils/cas'
make[3]: *** [install-recursive] Error 1
make[3]: Leaving directory `/home/Olaf/aMule-2.0.0rc7/src/utils'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/home/Olaf/aMule-2.0.0rc7/src'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/home/Olaf/aMule-2.0.0rc7/src'
make: *** [install-recursive] Error 1




¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿?????????????????????????????


Muchas Gracias!
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: Lenguaje C (ayuda con codigo)
« Reply #1 on: November 18, 2004, 07:39:00 PM »

i think you got already answers here -> http://www.amule.org/amule/thread.php?threadid=4160&sid=

cheers

Jacobo221

  • Hero Member
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 2712
Re: Lenguaje C (ayuda con codigo)
« Reply #2 on: November 19, 2004, 02:59:43 PM »

you probably lack the -devel libgd package. install it.

Spanish: probablymente te falta el paquete -devel de libgd. isntalalo

Greetings!
Un saludo!
Logged

lfroen

  • Guest
Re: Lenguaje C (ayuda con codigo)
« Reply #3 on: November 22, 2004, 09:08:45 AM »

Did you noticed that this forum called en_Linux ? Guess, what does it mean ? In mean that it's language is english.

Similar forum in spanish called ... you can guess it too: sp_Linux.

Have a respect for readers - post in appropriate place next time.
Logged

Jacobo221

  • Hero Member
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 2712
Re: Lenguaje C (ayuda con codigo)
« Reply #4 on: November 22, 2004, 03:13:26 PM »

I'm moving this thread to the spanish forums
Logged