Skip to content

Issue making chidb #1

@ds2643

Description

@ds2643

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions