Opened 11 years ago
Last modified 11 years ago
#671 closed defect
compiling ERROR: lex.cc No Such File or Directory — at Initial Version
Reported by: | fxavier | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | undecided | Version: | development |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
I did a brand new installation of Rasdaman, and I got the following error:
Making all in qlparser
make[2]: Entering directory `/home/xavier/Documents/rasdaman_GIT_repo/qlparser'
/bin/bash ../ylwrap lex.ll .c lex.cc — : -i -I
if [ -e oql.hh ]; then mv oql.hh oql.h ; fi
make all-am
make[3]: Entering directory `/home/xavier/Documents/rasdaman_GIT_repo/qlparser'
/bin/bash ../ylwrap lex.ll .c lex.cc — : -i -I
g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/postgresql -I/usr/include/gdal -I /usr/include/ -g3 -gdwarf-2 -O0 -rdynamic -I/home/xavier/Documents/rasdaman_GIT_repo -I/home/xavier/Documents/rasdaman_GIT_repo/debug -I/home/xavier/Documents/rasdaman_GIT_repo/include -DSHARE_DATA_DIR=\"/home/xavier/Programas/rasdaman/share/rasdaman∧" -DCONFDIR=\"/home/xavier/Programas/rasdaman/etc∧" -DBINDIR=\"/home/xavier/Programas/rasdaman/bin∧" -DLOGDIR=\"/home/xavier/Programas/rasdaman/log∧" -MT lex.o -MD -MP -MF .deps/lex.Tpo -c -o lex.o lex.cc
g++: error: lex.cc: No such file or directory
g++: fatal error: no input files
compilation terminated.
The version was the most recent one, and I got the files from GIT repo. Dimitar already looked at it
Xavier