[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

drgenius doesn't compile



I've done a cvs release and re-checkout of the dr-genius module.
There is compilation problem in the genius code.

Hilaire


make[2]: Entering directory `/home/hilaire/dev/dr-genius/genius'
bison -y  -d -t parse.y && mv y.tab.c parse.c
if test -f y.tab.h; then \
if cmp -s y.tab.h parse.h; then rm -f y.tab.h; else mv y.tab.h parse.h; fi; \
else :; fi
bison -y -d -t parse.y
test -f y.tab.c && mv -f y.tab.c parse.c
test -f y.tab.h && mv -f y.tab.h parse.h
flex   lexer.l && mv lex.yy.c lexer.c
cd .. \
  && CONFIG_FILES=genius/Makefile CONFIG_HEADERS= /bin/sh ./config.status
creating genius/Makefile
make[2]: Leaving directory `/home/hilaire/dev/dr-genius/genius'
make[2]: Entering directory `/home/hilaire/dev/dr-genius/genius'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -DGNOMELOCALEDIR=\""/usr/local/share/locale"\"         -DLOCALEDIR=\"/usr/local/share/locale\"  -I/usr/local/include            -I/usr/local/include -DNEED_GNOMESUPPORT_H -I/usr/local/lib/gnome-libs/include -I/usr/local/lib/glib/include -I/usr/X11R6/include  -I/usr/X11R6/include -I/usr/local/lib/glib/include -I/usr/local/include  -g -O2 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations  -DGNOME_SUPPORT -DLIBRARY_DIR=\""/usr/local/share/genius/"\"         -Wno-uninitialized -c calc.c
calc.c:58: lexer.h: Aucun fichier ou répertoire de ce type (can't find this file)
make[2]: *** [calc.o] Error 1
make[2]: Leaving directory `/home/hilaire/dev/dr-genius/genius'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/hilaire/dev/dr-genius'
make: *** [all-recursive-am] Error 2
You have mail in /var/spool/mail/hilaire
[hilaire@ilios dr-genius]$ ls genius/lexer. 
lexer.c  lexer.l