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

Re: Acerca de compilar programas



El jue, 25-05-2006 a las 00:46 +0200, Constructora Pando escribió:
> [Mi consusta la he tenido que poner aca, como una respuesta... ya que
> no llegan los mail que envio directamente a
> *debian-user-spanish@lists.debian.org*, pero si las respuestas... a si
> que he buscado un topico parecido a mi pregunta para hacer llegar mi
> consulta... he probado de varias maneras, pero no hay caso..... a ver
> como me va con este....
> Si alguien sabe halgo de este extraño comportamiento... agradezco sugerencias]
> 
> 
> Estoy tratando de instlar el paquete: whirlgif304.tar.gz (crea una gif
> animado a partir de varias imagenes gif)... no se donde esta la falla
> o si me falta algun paquete o depedencia que le llaman
> 
> Esto me sale de error:
> ---- inicio---
> ....$ cd paquetes/grafica/whirlgif/
> alepando@galva:~/paquetes/grafica/whirlgif$ sudo make>test
> whirlgif.c: En la función 'main':
> whirlgif.c:102: aviso: el tipo de devolución de 'main' no es 'int'
> gifdecod.c: En la función 'GifDecode':
> gifdecod.c:58: aviso: el puntero que apunta en el paso del argumento 1
> de 'sprintf' difiere en signo
> gifdecod.c:59: aviso: el puntero que apunta en el paso del argumento 1
> de 'TheEnd1' difiere en signo
> gifdecod.c:64: aviso: el puntero que apunta en el paso del argumento 1
> de 'sprintf' difiere en signo
> gifdecod.c:65: aviso: el puntero que apunta en el paso del argumento 1
> de 'TheEnd1' difiere en signo
> gifdecod.c:117: aviso: el puntero que apunta en el paso del argumento
> 1 de 'sprintf' difiere en signo
> gifdecod.c:118: aviso: el puntero que apunta en el paso del argumento
> 1 de 'TheEnd1' difiere en signo
> ---- fin----
Te lo repito
hasta aca NO hay error

> 
> Alguna sugerencia para detectar el error???
> El archivi Makefile comienza asi:
> ----- inicio makefile----
> # Makefile for the Whirlgif utilities.
> # Comments for the Amiga is kindly supplied by
> #             Ron Jensen <rjensen@konnections.com>
> # If you use Visual C++, all '.o' must be changed to '.obj'
> ###########################################################
> # Define target names
> #
> # Win32:
> #TARG_WH = whirlgif.exe
> #
> # Unix, Amiga:
> TARG_WH = whirlgif
> 
> ###########################################################
> # Define install dirs
> #
> # Win32: perhaps install by hand.
> #INSTDIRS = C:
> #BINDIR = DOS
> #
> # Amiga: Install by hand
> # Unix:  perhaps change according to your flavor.
> INSTDIRS = /usr/local
> BINDIR = bin
> MANDIR = man/cat1
> 
> ###########################################################
> # Choose the compiler.
> #
> # GNU C
> #CC = gcc
> # Amiga: SASC
> # CC = sc
> # standard
> CC = cc
> ---- fin makefile----
> 
> Y este es el whirlgif.c
> ----- inicio whirlgif.c----
> /*
>  * whirlgif.c
>  *
>  * Copyright (c) 1997,1998,1999 by Hans Dinsen-Hansen (dino@danbbs.dk)
>  * Copyright (c) 1995,1996 by Kevin Kadow (kadokev@msg.net)
>  * Based on txtmerge.c
>  ..................................................................
>  * txtmerge:
>  * Rev 1.01    08Jan92 Mark Podlipec
>  * use all colormaps, not just 1st.
>  * Rev 1.00    23Jul91 Mark Podlipec
>  * creation
>  */
> 
> #include "whirlgif.h"
> 
> /*
>  * Set some defaults, these can be changed on the command line
>  */
> unsigned int loop=DEFAULT_LOOP, loopcount=0,
>      useColormap=DEFAULT_USE_COLORMAP, debugFlag=0,
>      globmap=0, minimize=0;
> 
> int imagex = 0, imagey = 0, imagec = 0, GifBgcolor=0, count=0;
> 
> /* global settings for of.....................................
> 
> ----- fin whirlgif.c -----
> y el readme:
> 
> --------Inicio readme----
> README file for Whirlgif vers 3.0x
> 
> 
> 
> To create your own version of the minimizing version of whirlgif,
> 
> proceed as follows:
> 
>  1) Inspect the Makefile and perhaps make apropriate changes.
> 
>  2) Run make....................
> 
> ------- fin readme----
> 
> Salu2 a to2 dede Viña del Mar
> 
> Cordialmente
> --
> AlePando
> http://panduro.blogspot.com
> 
-- 
Angel Claudio Alvarez
Usuario Linux Registrado 143466
GPG Public Key en http://pgp.mit.edu
key fingerprint = 3AED D95B 7E2D E954 61C8  F505 1884 473C FC8C 8AC4

Attachment: signature.asc
Description: Esta parte del mensaje =?ISO-8859-1?Q?est=E1?= firmada digitalmente


Reply to: