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

Issue making chidb #1

Open
ds2643 opened this issue Feb 23, 2018 · 1 comment
Open

Issue making chidb #1

ds2643 opened this issue Feb 23, 2018 · 1 comment

Comments

@ds2643
Copy link

ds2643 commented Feb 23, 2018

Following the build instructions, I ran into issues running make following running ./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.

All dependencies are installed using apt.

Any suggestions?

@borjasotomayor
Copy link
Member

Could you provide the output of ./configure?

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

2 participants