-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe what's wrong
cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug -S . -B debug-build
cd debug-build
ninja proton
/Users/k/code/proton/src/IO/S3/copyS3File.cpp:9:10: fatal error: 'IO/LimitSeekableReadBuffer.h' file not found
#include <IO/LimitSeekableReadBuffer.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[2840/5111] Building CXX object src/Dictionaries/Embedded/CMakeFiles/clickhouse_dictionaries_embedded.dir/GeodataProviders/NamesProvider.cpp.o
ninja: build stopped: subcommand failed.
How to reproduce
Error message and/or stacktrace
Additional context
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working