We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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.
flex
Sorry, something went wrong.
Added .l, please try again.
.l
Merge pull request #5 from platform-software/statsd-fixes
9452798
advanced check
No branches or pull requests
Hi,
I'm getting the below build error:
Not sure what the issue is? Any ideas?
Thanks for your help.
The text was updated successfully, but these errors were encountered: