Bonjour voila je n'arrive pas a faire fonctionner bison++ et flex++ (debutant c++) j'ai une erreur a la compil. Si une personne connait l'erreur et peut me dire comment la corriger et comment trouver la solution d'une erreur de se type.
bison++ -d vrml.ypp vrml.ypp:110 parser name defined to default :"parse" flex -+ -i vrml.flex g++ -Wall -pedantic -ansi -c lex.yy.cc -o vrml.lex.o g++ -Wall -pedantic -ansi -o vrml.bison.o -c vrml.ypp.tab.c g++ -Wall -pedantic -ansi -o executable main.C vrml.lex.o vrml.bison.o -lfl vrml.bison.o: In function `parse::parse[not-in-charge]()': vrml.bison.o(.text+0x6): undefined reference to `vtable for parse' vrml.bison.o: In function `parse::parse[in-charge]()': vrml.bison.o(.text+0x12): undefined reference to `vtable for parse' collect2: ld returned 1 exit status make: *** [executable] Erreur 1 Fabrice Linux-Azur : http://www.linux-azur.org Désinscriptions: http://www.linux-azur.org/liste.php3 **** Pas de message au format HTML, SVP ****
