Hey, Sorry if my mirror isnt 100% up todate i've been doing work but then when i get into doing lots of work on my gcc branches then i tend to forget to merge in the latest trunk into my mirror and end up generaly just doing it on a monday morning and since my gcc mirror isnt an offical mirror of gcc i do intend to push my python branch into the gcc git as a seperate branch so we dont have these problems eventually because i meant to do that like 6 months ago but never did the hacker laziness kicked in i guess. --Phil On 17 February 2011 18:33, Andi Hellmund <mail@xxxxxxxxxxxxxxxx> wrote: > On 2/17/2011 7:15 PM, Jonathan Wakely wrote: >> >> On 17 February 2011 16:30, charfi asma wrote: >> >>> >>> ...... >>> >>> /export/home/charfi/Bureau/build_uml/gcc/../../gcc-dev/gcc/gengtype-parse.c:915: >>> undefined reference to `lexer_line' >>> build/gengtype-parse.o: In function `token': >>> >>> /export/home/charfi/Bureau/build_uml/gcc/../../gcc-dev/gcc/gengtype-parse.c:49: >>> undefined reference to `yylex' >>> build/gengtype-parse.o: In function `typedef_decl': >>> >>> /export/home/charfi/Bureau/build_uml/gcc/../../gcc-dev/gcc/gengtype-parse.c:838: >>> undefined reference to `lexer_line' >>> build/gengtype-parse.o: In function `def_vec_alloc': >>> >>> /export/home/charfi/Bureau/build_uml/gcc/../../gcc-dev/gcc/gengtype-parse.c:939: >>> undefined reference to `lexer_line' >>> build/gengtype-parse.o: In function `token': >>> >>> /export/home/charfi/Bureau/build_uml/gcc/../../gcc-dev/gcc/gengtype-parse.c:49: >>> undefined reference to `yylex' >>> >>> /export/home/charfi/Bureau/build_uml/gcc/../../gcc-dev/gcc/gengtype-parse.c:49: >>> undefined reference to `yylex' >>> collect2: ld a retourné 1 code d'état d'exécution >>> make[2]: *** [build/gengtype] Erreur 1 >>> make[2]: quittant le répertoire « >>> /export/home/charfi/Bureau/build_uml/gcc » >>> make[1]: *** [all-gcc] Erreur 2 >>> make[1]: quittant le répert >>> >>> did I miss something ? >>> >> >> Do you have Flex installed? >> As documented at http://gcc.gnu.org/install/prerequisites.html it is >> needed for building from the source repository. >> >> > > Hey Asma, > > I wasn't able to reproduce the error on my system using the same source > tree. Though, Jonathan might be right that you're missing some prerequisites > ... > > Andi >