Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

build error: No rule to make target `../third_party/libpg_query/libpg_query.a' #809

Closed
@bluealert

Description

@bluealert

I run the following commands on macOS 10.12.6 :

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug .. 
make

the output is as follows

[ 95%] Building CXX object src/CMakeFiles/peloton.dir/type/varlen_type.cpp.o
[ 95%] Building CXX object src/CMakeFiles/peloton.dir/util/string_util.cpp.o
[ 95%] Building CXX object src/CMakeFiles/peloton.dir/util/stringbox_util.cpp.o
[ 97%] Building CXX object src/CMakeFiles/peloton.dir/__/third_party/murmur3/MurmurHash3.cpp.o
[ 97%] Building CXX object src/CMakeFiles/peloton.dir/__/third_party/libcount/empirical_data.cc.o
[ 97%] Building CXX object src/CMakeFiles/peloton.dir/__/third_party/libcount/hll.cc.o
[ 97%] Building CXX object src/CMakeFiles/peloton.dir/__/third_party/libcount/hll_data.cc.o
[ 97%] Building CXX object src/CMakeFiles/peloton.dir/__/third_party/libcount/utility.cc.o
make[2]: *** No rule to make target `../third_party/libpg_query/libpg_query.a', needed by `lib/libpeloton-d.0.0.5.dylib'.  Stop.
make[1]: *** [src/CMakeFiles/peloton.dir/all] Error 2
make: *** [all] Error 2

I don't know how to solve this problem.

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