Le Mercredi 29 Mars 2006 19:02, Christophe Gaubert a écrit : > Le 29/03/06, [EMAIL PROTECTED] a écrit : > > ici > > ftp://ftp.tex.ac.uk/tex-archive/support/html2latex/ > > Pour celui-là, tu prends le .zip, tu le dézippes quelque part, tu vas > dans le répertoire src créé (le .exe n'est pas un fichier compilé pour > linux). Il faut éditer le makefile : il y a un caractère bizarre à la > fin. Si tu l'édites avec emacs, tu le verras (^Z), tu supprimes cette > ligne et tu enregistres. Ensuite, dans une console, en te plaçant dans > ce répertoire src, tu tapes : make > et ton exécutable sera créé dans le même répertoire (html2LaTeX.exe), > ainsi qu'une page de doc (un .html). > > Après, tu peux placer ces fichiers où tu veux. Comme ce n'est pas très > propre, le "mieux" serait de les garder dans ton HOME, dans un > répertoire du PATH (tu peux en profiter pour virer le .exe, s'il te > file des boutons ;). > > Je regarde le deuxième.
Bon, j'ai bien viré la dernière ligne, (dailleurs je croyais qu'il valait mieux faire ça avec Vi, non?) ;-) Mais malheureusement, cela me donne ceci: [EMAIL PROTECTED] src]$ make gcc -g -DXMOSAIC -c -o HTMLparse.o HTMLparse.c HTMLparse.c: In function 'clean_text': HTMLparse.c:302: warning: incompatible implicit declaration of built-in function 'strlen' HTMLparse.c:309: warning: incompatible implicit declaration of built-in function 'strcpy' HTMLparse.c: In function 'get_text': HTMLparse.c:484: warning: incompatible implicit declaration of built-in function 'strlen' HTMLparse.c:491: warning: incompatible implicit declaration of built-in function 'strcpy' HTMLparse.c: In function 'get_mark': HTMLparse.c:557: warning: incompatible implicit declaration of built-in function 'strlen' HTMLparse.c:564: warning: incompatible implicit declaration of built-in function 'strcpy' HTMLparse.c: In function 'get_plain_text': HTMLparse.c:679: warning: incompatible implicit declaration of built-in function 'strlen' HTMLparse.c:686: warning: incompatible implicit declaration of built-in function 'strcpy' HTMLparse.c: In function 'HTMLParse': HTMLparse.c:757: warning: incompatible implicit declaration of built-in function 'strlen' HTMLparse.c:764: warning: incompatible implicit declaration of built-in function 'strcpy' gcc -g -DXMOSAIC -c -o HTMLplist.o HTMLplist.c rm -f libhtmlp.a ar rv libhtmlp.a HTMLparse.o HTMLplist.o ar: creating libhtmlp.a a - HTMLparse.o a - HTMLplist.o gcc -g -DXMOSAIC -o html2latex.exe html2latex.c libhtmlp.a html2latex.c: In function 'main': html2latex.c:478: warning: return type of 'main' is not 'int' ./html2latex.exe html2latex.html Je n'y comprends rien mais il me semble que cela ne va pas.?!.. Je crois que je vais abandonner là car le temps perdu aujourd'hui à cette affaire, fait que je ne suis plus tout à fait certain d'en avoir besoin à ce point là. Je comptais utiliser cet outil pour convertir des pages du web facilement afin de les imprimer par la suite, mais c'est vraiment trop compliqué. En tout cas merci pour ton aide. Si tu as besoin d'un coup de main dans le domaine du bois, n'hésite pas. Ce sera avec plaisir ;-) BV -- Les Bestioles en WouaB: http://www.bertrand.vuarnesson.com/
========================================= Vous souhaitez acquerir votre Pack ou des Services Mandriva? Rendez-vous sur "http://store.mandriva.com". Rejoignez le club mandrake : http://www.mandrivaclub.com =========================================
