En effet, entre temps j'avais installé la librairie, mais ca ne marche toujours pas:
[code]
:src$ make
gcc -O3 -DGENERIC -c xgraph.c
xgraph.c: In function ‘xgraph_facet’:
xgraph.c:247:11: error: ‘struct webstruct’ has no member named ‘hide_flag’
if ( web.hide_flag && (t->color != CLEAR) && (t->color != UNSHOWN) )
^
make: *** [xgraph.o] Erreur 1
:src$
[\code]
D'ailleurs, ./configure ne marche pas non plus:
[code]
:src$ ./configure
bash: ./configure: Aucun fichier ou dossier de ce type
[/code]
[^] # Re: installer les libs manquantes ?
Posté par indie . En réponse au message installation logiciel en ligne de commande (problème de make). Évalué à 1.
Merci pour la réponse.
En effet, entre temps j'avais installé la librairie, mais ca ne marche toujours pas:
[code]
:src$ make
gcc -O3 -DGENERIC -c xgraph.c
xgraph.c: In function ‘xgraph_facet’:
xgraph.c:247:11: error: ‘struct webstruct’ has no member named ‘hide_flag’
if ( web.hide_flag && (t->color != CLEAR) && (t->color != UNSHOWN) )
^
make: *** [xgraph.o] Erreur 1
:src$
[\code]
D'ailleurs, ./configure ne marche pas non plus:
[code]
:src$ ./configure
bash: ./configure: Aucun fichier ou dossier de ce type
[/code]