Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1935 connectés 

  FORUM HardWare.fr
  Linux et OS Alternatifs

  FBlogo et Linu suse 8.1

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

FBlogo et Linu suse 8.1

n°467852
_blade
http://www.matos4sale.be
Posté le 27-04-2004 à 21:08:50  profilanswer
 

comment installé ce logiciel sous nux suse ?
 
je suis un super newbie sous NUX  :bounce:

mood
Publicité
Posté le 27-04-2004 à 21:08:50  profilanswer
 

n°467854
_blade
http://www.matos4sale.be
Posté le 27-04-2004 à 21:11:22  profilanswer
 

ha, lol :)
oki

n°467855
_blade
http://www.matos4sale.be
Posté le 30-04-2004 à 18:50:39  profilanswer
 

j'ai essayé sous MDK 10.0 community et aussi sous MDK 9.2
 
pas moyen de l'install, au moment ou je tape make j'ai une vingtaine d'erreur
 
aidé moi SVP c'est urgent

n°467856
_blade
http://www.matos4sale.be
Posté le 30-04-2004 à 18:59:21  profilanswer
 

ou connaisser vous un autre programme qui converti les image.PNG en *.h

n°467859
com21
real men don't click
Posté le 30-04-2004 à 19:01:04  profilanswer
 

utilise urpmi...


---------------
Cherche geekette | Traquez vos billets d'€ | Don du sang | Don de moelle osseuse
n°467865
_blade
http://www.matos4sale.be
Posté le 30-04-2004 à 19:05:58  profilanswer
 

com21 a écrit :

utilise urpmi...


 
c'est deja fais
 
avec urpmi, c'est pour installé les nouvelle source sa ? (j'y connais rien en linux)
 
sinon j'ai sa comme erreur:  
 
[root@serveur fblogo-0.5.2]# make  
gcc -o fblogo -g -O2 -W -Wall -DPNG_SETJMP_NOT_SUPPORTED -lpng -lz -lm fblogo.c  
In file included from fblogo.c:15:  
fblogo.h:31:17: png.h: No such file or directory  
In file included from fblogo.c:15:  
fblogo.h:70: error: parse error before '*' token  
fblogo.h:71: error: parse error before "int"  
fblogo.h:72: error: parse error before "png_ptr"  
fblogo.h:76: error: parse error before "width_"  
fblogo.h:76: warning: type defaults to `int' in declaration of `width_'  
fblogo.h:76: warning: data definition has no type or storage class  
fblogo.h:77: error: parse error before "height_"  
fblogo.h:77: warning: type defaults to `int' in declaration of `height_'  
fblogo.h:77: warning: data definition has no type or storage class  
fblogo.h:80: error: parse error before "palette_"  
fblogo.h:80: warning: type defaults to `int' in declaration of `palette_'  
fblogo.h:80: warning: data definition has no type or storage class  
fblogo.h:81: error: parse error before "image_data_"  
fblogo.h:81: warning: type defaults to `int' in declaration of `image_data_'  
fblogo.h:81: warning: data definition has no type or storage class  
fblogo.c: In function `main':  
fblogo.c:25: warning: assignment makes integer from pointer without a cast  
fblogo.c:26: warning: assignment makes integer from pointer without a cast  
fblogo.c: In function `cleanup':  
fblogo.c:66: warning: comparison between pointer and integer  
fblogo.c:67: warning: passing arg 1 of `free' makes pointer from integer without a cast  
fblogo.c:69: warning: comparison between pointer and integer  
fblogo.c:70: warning: passing arg 1 of `free' makes pointer from integer without a cast  
fblogo.c: In function `displayNotice':  
fblogo.c:96: warning: long int format, int arg (arg 3)  
fblogo.c:97: warning: long int format, int arg (arg 3)  
fblogo.c: In function `pngCheck':  
fblogo.c:227: warning: implicit declaration of function `png_sig_cmp'  
fblogo.c: At top level:  
fblogo.c:236: error: parse error before '*' token  
fblogo.c: In function `pngInit':  
fblogo.c:239: error: `png_ptr' undeclared (first use in this function)  
fblogo.c:239: error: (Each undeclared identifier is reported only once  
fblogo.c:239: error: for each function it appears in.)  
fblogo.c:239: warning: implicit declaration of function `png_create_read_struct'  
fblogo.c:239: error: `PNG_LIBPNG_VER_STRING' undeclared (first use in this function)  
fblogo.c:239: error: `png_voidp' undeclared (first use in this function)  
fblogo.c:246: error: `info_ptr' undeclared (first use in this function)  
fblogo.c:246: warning: implicit declaration of function `png_create_info_struct'  
fblogo.c:250: warning: implicit declaration of function `png_destroy_read_struct'  
fblogo.c:250: error: `png_infopp' undeclared (first use in this function)  
fblogo.c:255: warning: implicit declaration of function `png_init_io'  
fblogo.c:256: warning: implicit declaration of function `png_set_sig_bytes'  
fblogo.c:257: warning: implicit declaration of function `png_read_info'  
fblogo.c: At top level:  
fblogo.c:263: error: parse error before "png_ptr"  
fblogo.c: In function `pngGetPalette':  
fblogo.c:266: error: `png_colorp' undeclared (first use in this function)  
fblogo.c:266: error: parse error before "png_palette"  
fblogo.c:268: error: `color_type' undeclared (first use in this function)  
fblogo.c:268: error: `PNG_COLOR_TYPE_PALETTE' undeclared (first use in this function)  
fblogo.c:268: error: `bit_depth' undeclared (first use in this function)  
fblogo.c:274: warning: implicit declaration of function `png_set_packing'  
fblogo.c:274: error: `png_ptr' undeclared (first use in this function)  
fblogo.c:276: warning: implicit declaration of function `png_get_PLTE'  
fblogo.c:276: error: `info_ptr' undeclared (first use in this function)  
fblogo.c:276: error: `png_palette' undeclared (first use in this function)  
fblogo.c:284: error: `png_color' undeclared (first use in this function)  
fblogo.c:284: warning: assignment makes integer from pointer without a cast  
fblogo.c:285: warning: passing arg 1 of `memcpy' makes pointer from integer without a cast  
fblogo.c: At top level:  
fblogo.c:292: error: parse error before "png_ptr"  
fblogo.c: In function `pngReadImage':  
fblogo.c:294: error: `png_uint_32' undeclared (first use in this function)  
fblogo.c:294: error: parse error before "rowbytes"  
fblogo.c:295: error: `png_bytepp' undeclared (first use in this function)  
fblogo.c:299: error: `rowbytes' undeclared (first use in this function)  
fblogo.c:299: warning: implicit declaration of function `png_get_rowbytes'  
fblogo.c:299: error: `png_ptr' undeclared (first use in this function)  
fblogo.c:299: error: `info_ptr' undeclared (first use in this function)  
fblogo.c:301: error: `png_bytep' undeclared (first use in this function)  
fblogo.c:301: error: parse error before "malloc"  
fblogo.c:301: warning: empty body in an if-statement  
fblogo.c:296: warning: unused variable `counter'  
fblogo.c: At top level:  
fblogo.c:306: error: parse error before "if"  
fblogo.c:309: warning: type defaults to `int' in declaration of `free'  
fblogo.c:309: warning: parameter names (without types) in function declaration  
fblogo.c:309: error: conflicting types for `free'  
/usr/include/stdlib.h:569: error: previous declaration of `free'  
fblogo.c:309: warning: data definition has no type or storage class  
fblogo.c:310: error: parse error before "return"  
fblogo.c:318: warning: type defaults to `int' in declaration of `png_read_image'  
fblogo.c:318: warning: parameter names (without types) in function declaration  
fblogo.c:318: warning: data definition has no type or storage class  
fblogo.c:320: warning: type defaults to `int' in declaration of `png_read_end'  
fblogo.c:320: warning: parameter names (without types) in function declaration  
fblogo.c:320: warning: data definition has no type or storage class  
fblogo.c:321: warning: type defaults to `int' in declaration of `free'  
fblogo.c:321: warning: parameter names (without types) in function declaration  
fblogo.c:321: warning: data definition has no type or storage class  
fblogo.c:322: error: parse error before "return"  
fblogo.c: In function `readInputFile':  
fblogo.c:334: error: `png_structp' undeclared (first use in this function)  
fblogo.c:334: error: parse error before "png_ptr"  
fblogo.c:335: error: `png_infop' undeclared (first use in this function)  
fblogo.c:342: error: `png_ptr' undeclared (first use in this function)  
fblogo.c:342: error: `info_ptr' undeclared (first use in this function)  
fblogo.c:348: warning: implicit declaration of function `png_get_IHDR'  
fblogo.c:362: error: `png_infopp' undeclared (first use in this function)  
fblogo.c: In function `writeOutputFileHeader':  
fblogo.c:374: warning: implicit declaration of function `time'  
fblogo.c:375: warning: implicit declaration of function `strftime'  
fblogo.c:375: warning: implicit declaration of function `localtime'  
fblogo.c:396: warning: long int format, int arg (arg 3)  
fblogo.c:397: warning: long int format, int arg (arg 3)  
fblogo.c: In function `writeOutputFile':  
fblogo.c:420: error: `png_bytep' undeclared (first use in this function)  
fblogo.c:420: error: parse error before "pixel"  
fblogo.c:437: error: subscripted value is neither array nor pointer  
fblogo.c:449: error: subscripted value is neither array nor pointer  
fblogo.c:462: error: subscripted value is neither array nor pointer  
fblogo.c:470: error: `pixel' undeclared (first use in this function)  
fblogo.c:472: warning: comparison between signed and unsigned  
make: *** [fblogo] Erreur 1  
[root@serveur fblogo-0.5.2]# urpmi libpng  
Tout est déjà installé  
[root@serveur fblogo-0.5.2]# make  
gcc -o fblogo -g -O2 -W -Wall -DPNG_SETJMP_NOT_SUPPORTED -lpng -lz -lm fblogo.c  
In file included from fblogo.c:15:  
fblogo.h:31:17: png.h: No such file or directory  
In file included from fblogo.c:15:  
fblogo.h:70: error: parse error before '*' token  
fblogo.h:71: error: parse error before "int"  
fblogo.h:72: error: parse error before "png_ptr"  
fblogo.h:76: error: parse error before "width_"  
fblogo.h:76: warning: type defaults to `int' in declaration of `width_'  
fblogo.h:76: warning: data definition has no type or storage class  
fblogo.h:77: error: parse error before "height_"  
fblogo.h:77: warning: type defaults to `int' in declaration of `height_'  
fblogo.h:77: warning: data definition has no type or storage class  
fblogo.h:80: error: parse error before "palette_"  
fblogo.h:80: warning: type defaults to `int' in declaration of `palette_'  
fblogo.h:80: warning: data definition has no type or storage class  
fblogo.h:81: error: parse error before "image_data_"  
fblogo.h:81: warning: type defaults to `int' in declaration of `image_data_'  
fblogo.h:81: warning: data definition has no type or storage class  
fblogo.c: In function `main':  
fblogo.c:25: warning: assignment makes integer from pointer without a cast  
fblogo.c:26: warning: assignment makes integer from pointer without a cast  
fblogo.c: In function `cleanup':  
fblogo.c:66: warning: comparison between pointer and integer  
fblogo.c:67: warning: passing arg 1 of `free' makes pointer from integer without a cast  
fblogo.c:69: warning: comparison between pointer and integer  
fblogo.c:70: warning: passing arg 1 of `free' makes pointer from integer without a cast  
fblogo.c: In function `displayNotice':  
fblogo.c:96: warning: long int format, int arg (arg 3)  
fblogo.c:97: warning: long int format, int arg (arg 3)  
fblogo.c: In function `pngCheck':  
fblogo.c:227: warning: implicit declaration of function `png_sig_cmp'  
fblogo.c: At top level:  
fblogo.c:236: error: parse error before '*' token  
fblogo.c: In function `pngInit':  
fblogo.c:239: error: `png_ptr' undeclared (first use in this function)  
fblogo.c:239: error: (Each undeclared identifier is reported only once  
fblogo.c:239: error: for each function it appears in.)  
fblogo.c:239: warning: implicit declaration of function `png_create_read_struct'  
fblogo.c:239: error: `PNG_LIBPNG_VER_STRING' undeclared (first use in this function)  
fblogo.c:239: error: `png_voidp' undeclared (first use in this function)  
fblogo.c:246: error: `info_ptr' undeclared (first use in this function)  
fblogo.c:246: warning: implicit declaration of function `png_create_info_struct'  
fblogo.c:250: warning: implicit declaration of function `png_destroy_read_struct'  
fblogo.c:250: error: `png_infopp' undeclared (first use in this function)  
fblogo.c:255: warning: implicit declaration of function `png_init_io'  
fblogo.c:256: warning: implicit declaration of function `png_set_sig_bytes'  
fblogo.c:257: warning: implicit declaration of function `png_read_info'  
fblogo.c: At top level:  
fblogo.c:263: error: parse error before "png_ptr"  
fblogo.c: In function `pngGetPalette':  
fblogo.c:266: error: `png_colorp' undeclared (first use in this function)  
fblogo.c:266: error: parse error before "png_palette"  
fblogo.c:268: error: `color_type' undeclared (first use in this function)  
fblogo.c:268: error: `PNG_COLOR_TYPE_PALETTE' undeclared (first use in this function)  
fblogo.c:268: error: `bit_depth' undeclared (first use in this function)  
fblogo.c:274: warning: implicit declaration of function `png_set_packing'  
fblogo.c:274: error: `png_ptr' undeclared (first use in this function)  
fblogo.c:276: warning: implicit declaration of function `png_get_PLTE'  
fblogo.c:276: error: `info_ptr' undeclared (first use in this function)  
fblogo.c:276: error: `png_palette' undeclared (first use in this function)  
fblogo.c:284: error: `png_color' undeclared (first use in this function)  
fblogo.c:284: warning: assignment makes integer from pointer without a cast  
fblogo.c:285: warning: passing arg 1 of `memcpy' makes pointer from integer without a cast  
fblogo.c: At top level:  
fblogo.c:292: error: parse error before "png_ptr"  
fblogo.c: In function `pngReadImage':  
fblogo.c:294: error: `png_uint_32' undeclared (first use in this function)  
fblogo.c:294: error: parse error before "rowbytes"  
fblogo.c:295: error: `png_bytepp' undeclared (first use in this function)  
fblogo.c:299: error: `rowbytes' undeclared (first use in this function)  
fblogo.c:299: warning: implicit declaration of function `png_get_rowbytes'  
fblogo.c:299: error: `png_ptr' undeclared (first use in this function)  
fblogo.c:299: error: `info_ptr' undeclared (first use in this function)  
fblogo.c:301: error: `png_bytep' undeclared (first use in this function)  
fblogo.c:301: error: parse error before "malloc"  
fblogo.c:301: warning: empty body in an if-statement  
fblogo.c:296: warning: unused variable `counter'  
fblogo.c: At top level:  
fblogo.c:306: error: parse error before "if"  
fblogo.c:309: warning: type defaults to `int' in declaration of `free'  
fblogo.c:309: warning: parameter names (without types) in function declaration  
fblogo.c:309: error: conflicting types for `free'  
/usr/include/stdlib.h:569: error: previous declaration of `free'  
fblogo.c:309: warning: data definition has no type or storage class  
fblogo.c:310: error: parse error before "return"  
fblogo.c:318: warning: type defaults to `int' in declaration of `png_read_image'  
fblogo.c:318: warning: parameter names (without types) in function declaration  
fblogo.c:318: warning: data definition has no type or storage class  
fblogo.c:320: warning: type defaults to `int' in declaration of `png_read_end'  
fblogo.c:320: warning: parameter names (without types) in function declaration  
fblogo.c:320: warning: data definition has no type or storage class  
fblogo.c:321: warning: type defaults to `int' in declaration of `free'  
fblogo.c:321: warning: parameter names (without types) in function declaration  
fblogo.c:321: warning: data definition has no type or storage class  
fblogo.c:322: error: parse error before "return"  
fblogo.c: In function `readInputFile':  
fblogo.c:334: error: `png_structp' undeclared (first use in this function)  
fblogo.c:334: error: parse error before "png_ptr"  
fblogo.c:335: error: `png_infop' undeclared (first use in this function)  
fblogo.c:342: error: `png_ptr' undeclared (first use in this function)  
fblogo.c:342: error: `info_ptr' undeclared (first use in this function)  
fblogo.c:348: warning: implicit declaration of function `png_get_IHDR'  
fblogo.c:362: error: `png_infopp' undeclared (first use in this function)  
fblogo.c: In function `writeOutputFileHeader':  
fblogo.c:374: warning: implicit declaration of function `time'  
fblogo.c:375: warning: implicit declaration of function `strftime'  
fblogo.c:375: warning: implicit declaration of function `localtime'  
fblogo.c:396: warning: long int format, int arg (arg 3)  
fblogo.c:397: warning: long int format, int arg (arg 3)  
fblogo.c: In function `writeOutputFile':  
fblogo.c:420: error: `png_bytep' undeclared (first use in this function)  
fblogo.c:420: error: parse error before "pixel"  
fblogo.c:437: error: subscripted value is neither array nor pointer  
fblogo.c:449: error: subscripted value is neither array nor pointer  
fblogo.c:462: error: subscripted value is neither array nor pointer  
fblogo.c:470: error: `pixel' undeclared (first use in this function)  
fblogo.c:472: warning: comparison between signed and unsigned  
make: *** [fblogo] Erreur 1  
 
 

n°467867
Desintegr
Posté le 30-04-2004 à 19:08:47  profilanswer
 

faudrait installer les libs de devloppement

n°467870
Mjules
Modérateur
Parle dans le vide
Posté le 30-04-2004 à 19:09:44  profilanswer
 

être débutant ne signifie pas ne pas se renseigner ; lis le premier post et revient nous voir après ; évite d'installer ton soft comme tu es en train de le faire si tu ne sais pas exactement ce que tu fais parce qu'ensuite ça va êtr ele boxon pour le désinstaller


Message édité par Mjules le 30-04-2004 à 19:09:58

---------------
Celui qui pose une question est idiot 5 minutes. Celui qui n'en pose pas le reste toute sa vie. |  Membre du grand complot pharmaceutico-médico-scientifico-judéo-maçonnique.
n°467873
_blade
http://www.matos4sale.be
Posté le 30-04-2004 à 19:10:56  profilanswer
 

Mjules a écrit :

être débutant ne signifie pas ne pas se renseigner ; lis le premier post et revient nous voir après ; évite d'installer ton soft comme tu es en train de le faire si tu ne sais pas exactement ce que tu fais parce qu'ensuite ça va êtr ele boxon pour le désinstaller


 
oué mais j'en ai besoin de ce prog

n°467874
Desintegr
Posté le 30-04-2004 à 19:11:37  profilanswer
 

Et après pour s'en servir et tout :)
Remplacer le .h original, recompiler le kernel avec les bonnes options qu'il faut etc.
 
Moi je dis 'lol' d'avance !

mood
Publicité
Posté le 30-04-2004 à 19:11:37  profilanswer
 

n°467875
Desintegr
Posté le 30-04-2004 à 19:12:09  profilanswer
 

_Blade a écrit :

oué mais j'en ai besoin de ce prog


 
C'est sur que c'est vital. :lol:

n°467877
_blade
http://www.matos4sale.be
Posté le 30-04-2004 à 19:13:12  profilanswer
 

dites moi un autre programme pour convertir une image de type *.png en .h

n°467881
Desintegr
Posté le 30-04-2004 à 19:14:04  profilanswer
 

fblogo

n°467883
Mjules
Modérateur
Parle dans le vide
Posté le 30-04-2004 à 19:14:52  profilanswer
 

c'est quoi un .h pour toi ? parce que pour nous c'est un fichier contenant des headers utiles pour les compilations


---------------
Celui qui pose une question est idiot 5 minutes. Celui qui n'en pose pas le reste toute sa vie. |  Membre du grand complot pharmaceutico-médico-scientifico-judéo-maçonnique.
n°467884
_blade
http://www.matos4sale.be
Posté le 30-04-2004 à 19:15:04  profilanswer
 


t'es un marrant toi :)
 
ya rien d'autre ?

n°467886
Desintegr
Posté le 30-04-2004 à 19:15:59  profilanswer
 

J'en connais pas d'autre et fblogo fonctionne très bien.

n°467887
_blade
http://www.matos4sale.be
Posté le 30-04-2004 à 19:16:26  profilanswer
 

oué mais comment on l'installe ???
 
tu a quelle distrib ?

n°467888
Desintegr
Posté le 30-04-2004 à 19:17:32  profilanswer
 

Gentoo : emerge fblogo
Ça télécharge, ça compile, ça installe, et ça marche.
 
Chercher un rpm pour toi

n°467892
_blade
http://www.matos4sale.be
Posté le 30-04-2004 à 19:19:39  profilanswer
 

gentoo ?
 
c'est un truc comme knoopix sa ?

n°467894
Desintegr
Posté le 30-04-2004 à 19:20:15  profilanswer
 

lol, non pas du tout :)

n°467895
Desintegr
Posté le 30-04-2004 à 19:22:59  profilanswer
 

Sinon, pour ton problème, j'ai déjà répondu plus haut.

n°467944
_blade
http://www.matos4sale.be
Posté le 30-04-2004 à 20:04:11  profilanswer
 

pour gentoo, c'est payant ce truc ?
 
on ma dis que c'est une distrib super dur a installé

n°468027
_blade
http://www.matos4sale.be
Posté le 30-04-2004 à 20:50:03  profilanswer
 

c juste pour debain FBlogo ?
 
ya bcp de pack fblogo-0.5.2.deb

n°468030
Mjules
Modérateur
Parle dans le vide
Posté le 30-04-2004 à 20:50:54  profilanswer
 

au pire tu les convertis en rpm avec alien


---------------
Celui qui pose une question est idiot 5 minutes. Celui qui n'en pose pas le reste toute sa vie. |  Membre du grand complot pharmaceutico-médico-scientifico-judéo-maçonnique.
n°468035
_blade
http://www.matos4sale.be
Posté le 30-04-2004 à 20:51:56  profilanswer
 

Mjules a écrit :

au pire tu les convertis en rpm avec alien


 
ALIEN ?
 
sa converti les .deb en rpm ?

n°468343
_blade
http://www.matos4sale.be
Posté le 01-05-2004 à 11:13:45  profilanswer
 

UP

n°468384
Mjules
Modérateur
Parle dans le vide
Posté le 01-05-2004 à 12:05:21  profilanswer
 

_Blade a écrit :

ALIEN ?
 
sa converti les .deb en rpm ?

oui et vice versa aussi


---------------
Celui qui pose une question est idiot 5 minutes. Celui qui n'en pose pas le reste toute sa vie. |  Membre du grand complot pharmaceutico-médico-scientifico-judéo-maçonnique.
n°468535
_blade
http://www.matos4sale.be
Posté le 01-05-2004 à 14:50:50  profilanswer
 

oki j'essayerai sa, en attendant si qq1 a une idée pour un autre programme qui a les meme fonction que fblogo, faites moi signe

mood
Publicité
Posté le   profilanswer
 


Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Linux et OS Alternatifs

  FBlogo et Linu suse 8.1

 

Sujets relatifs
Linux Suse 9.0, ca plante dès l'install !!!!FBlogo sous linux suse 8.1 ?
apt-get sous SuseProblème de configuration graphique avec SuSE 9.0
SuSe 9.0Install pour novice : Bravo Suse !
[news ] Novell annonce Suse[Suse Linux] La SuSE 9.1 est sur les rails, 2.6+K3.2+G2.4 inside
plantage SuSe 
Plus de sujets relatifs à : FBlogo et Linu suse 8.1


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR