Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Error #5

Closed
SanthoshMR opened this issue Jul 6, 2015 · 2 comments
Closed

Build Error #5

SanthoshMR opened this issue Jul 6, 2015 · 2 comments

Comments

@SanthoshMR
Copy link

Hi,
I'm getting the below build error:

make[2]: Entering directory `/var/tcpkali/src'
/bin/bash ../config/ylwrap tcpkali_expr_l.l .c tcpkali_expr_l.c -- /bin/bash /var/tcpkali/config/missing flex -s
lex.yytcpkali_expr_l.c is unchanged
gcc -DHAVE_CONFIG_H -I. -I..  -I../deps/libev -I../deps/libcows -I../deps/libstatsd/src -I../deps/HdrHistogram -I../deps/boyer-moore-horspool  -std=gnu99 -W -Wall -Wno-strict-aliasing -fno-strict-aliasing -g -O2 -pthread -MT tcpkali-tcpkali_expr_l.o -MD -MP -MF .deps/tcpkali-tcpkali_expr_l.Tpo -c -o tcpkali-tcpkali_expr_l.o `test -f 'tcpkali_expr_l.c' || echo './'`tcpkali_expr_l.c
gcc: error: ./tcpkali_expr_l.c: No such file or directory
gcc: fatal error: no input files
compilation terminated.
make[2]: *** [tcpkali-tcpkali_expr_l.o] Error 4
make[2]: Leaving directory `/var/tcpkali/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tcpkali'
make: *** [all] Error 2

Not sure what the issue is? Any ideas?

Thanks for your help.

@pires
Copy link

pires commented Aug 10, 2015

I had to remove the source, clone it and build again. Even after installing flex and the needed stuff, one needs to clean generated files.

@vlm
Copy link
Contributor

vlm commented Dec 2, 2015

Added .l, please try again.

@vlm vlm closed this as completed Dec 2, 2015
vlm pushed a commit that referenced this issue Jun 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants