Opened 10 years ago

Last modified 10 years ago

#671 closed defect

compiling ERROR: lex.cc No Such File or Directory — at Version 1

Reported by: fxavier Owned by: Veranika Liaukevich
Priority: major Milestone:
Component: undecided Version: development
Keywords: Cc:
Complexity: Medium

Description (last modified by Dimitar Misev)

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 :P

Xavier

Related ticket #412

Change History (2)

comment:1 by Dimitar Misev, 10 years ago

Description: modified (diff)
Owner: changed from Dimitar Misev to Veranika Liaukevich
Status: newassigned

by fxavier, 10 years ago

Attachment: ErrorRasdamanNoFlex.png added

Proof

Note: See TracTickets for help on using tickets.