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
Following the build instructions, I ran into issues running make following running ./configure:
make
./configure
λ ~/chidb/ master* make make --no-print-directory all-am CC src/libchisql/libchisql_la-sql-lexer.lo src/libchisql/sql.l:3:24: fatal error: sql-parser.h: No such file or directory compilation terminated. Makefile:1333: recipe for target 'src/libchisql/libchisql_la-sql-lexer.lo' failed make[1]: *** [src/libchisql/libchisql_la-sql-lexer.lo] Error 1 Makefile:767: recipe for target 'all' failed make: *** [all] Error 2
Here's some information about my machine:
λ ~/lower-level/chidb/ master* uname -a Linux ... 4.13.0-32-generic #35~16.04.1-Ubuntu SMP Thu Jan 25 10:13:43 UTC 2018 x86_6 4 x86_64 x86_64 GNU/Linux
I'm running from the master branch with no changes.
master
All dependencies are installed using apt.
apt
Any suggestions?
The text was updated successfully, but these errors were encountered:
Could you provide the output of ./configure?
Sorry, something went wrong.
No branches or pull requests
Following the build instructions, I ran into issues running
make
following running./configure
:Here's some information about my machine:
I'm running from the
master
branch with no changes.All dependencies are installed using
apt
.Any suggestions?
The text was updated successfully, but these errors were encountered: