clickhouse-cpp: relative import error
I did
$ git clone https://github.com/abseil/abseil-cpp.git (latest commit 1415b5936a2ac2f084850b09057e05fb5798b2f1)
$ cmake ..
$ make
$ sudo make install
Then I tried to build this example
from /usr/local/include/clickhouse/block.h:3,
from /usr/local/include/clickhouse/query.h:3,
from /usr/local/include/clickhouse/client.h:3,
from /home/guyos/Documents/analytics/main.cpp:1:
/usr/local/include/clickhouse/types/types.h:3:10: fatal error: absl/numeric/int128.h: No such file or directory
3 | #include "absl/numeric/int128.h"
| ^~~~~~~~~~~~~~~~~~~~~~~
Seems like absl
should not be explicitly included to types.h
but be linked with some function instead. Relative import error
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 22
Commits related to this issue
- Add options to use system abseil, lz4 and cityhash This change solves #86, #99. Furthermore, it eases Conan packaging, as Conan already provides abseil, lz4 and cityhash. Signed-off-by: David Kelle... — committed to woorton/clickhouse-cpp by DavidWoorton 2 years ago
- Add options to use system abseil, lz4 and cityhash This change solves #86, #99. Furthermore, it eases Conan packaging, as Conan already provides abseil, lz4 and cityhash. Signed-off-by: David Kelle... — committed to woorton/clickhouse-cpp by DavidWoorton 2 years ago
- Add options to use system abseil, lz4 and cityhash This change solves #86, #99. Furthermore, it eases Conan packaging, as Conan already provides abseil, lz4 and cityhash. Signed-off-by: David Kelle... — committed to woorton/clickhouse-cpp by DavidWoorton 2 years ago
- Add options to use system abseil, lz4 and cityhash This change solves #86, #99. Furthermore, it eases Conan packaging, as Conan already provides abseil, lz4 and cityhash. Signed-off-by: David Kelle... — committed to woorton/clickhouse-cpp by DavidWoorton 2 years ago
- Add options to use system abseil, lz4 and cityhash This change solves #86, #99. Furthermore, it eases Conan packaging, as Conan already provides abseil, lz4 and cityhash. Signed-off-by: David Kelle... — committed to woorton/clickhouse-cpp by DavidWoorton 2 years ago
- Add options to use system abseil, lz4 and cityhash This change solves #86, #99. Furthermore, it eases Conan packaging, as Conan already provides abseil, lz4 and cityhash. Signed-off-by: David Kelle... — committed to woorton/clickhouse-cpp by DavidWoorton 2 years ago
- Add options to use system abseil, lz4 and cityhash This change solves #86, #99. Signed-off-by: David Keller <david@woorton.com> — committed to woorton/clickhouse-cpp by DavidWoorton 2 years ago
- Add options to use system abseil, lz4 and cityhash This change solves #86, #99. Signed-off-by: David Keller <david@woorton.com> — committed to woorton/clickhouse-cpp by DavidWoorton 2 years ago
- Add options to use system abseil, lz4 and cityhash This change solves #86, #99. Signed-off-by: David Keller <david@woorton.com> — committed to woorton/clickhouse-cpp by DavidWoorton 2 years ago
- Add options to use system abseil, lz4 and cityhash This change solves #86, #99. Signed-off-by: David Keller <david@woorton.com> — committed to woorton/clickhouse-cpp by DavidWoorton 2 years ago
- Add options to use system abseil, lz4 and cityhash This change solves #86, #99. Signed-off-by: David Keller <david@woorton.com> — committed to woorton/clickhouse-cpp by DavidWoorton 2 years ago
- Add options to use system abseil, lz4 and cityhash This change solves #86, #99. Signed-off-by: David Keller <david@woorton.com> — committed to woorton/clickhouse-cpp by DavidWoorton 2 years ago
- Add options to use system abseil, lz4 and cityhash This change solves #86, #99. Signed-off-by: David Keller <david@woorton.com> — committed to woorton/clickhouse-cpp by DavidWoorton 2 years ago
- Add options to use system abseil, and lz4 This change solves #86, #99. Signed-off-by: David Keller <david@woorton.com> — committed to woorton/clickhouse-cpp by DavidWoorton 2 years ago
- Add options to use system abseil, and lz4 This change solves #86, #99. Signed-off-by: David Keller <david@woorton.com> — committed to woorton/clickhouse-cpp by DavidWoorton 2 years ago
- Add options to use system abseil, and lz4 This change solves #86, #99. Signed-off-by: David Keller <david@woorton.com> — committed to woorton/clickhouse-cpp by DavidWoorton 2 years ago
- Add options to use system abseil, and lz4 This change solves #86, #99. Signed-off-by: David Keller <david@woorton.com> — committed to woorton/clickhouse-cpp by DavidWoorton 2 years ago
- Add options to use system abseil, and lz4 This change solves #86, #99. Signed-off-by: David Keller <david@woorton.com> — committed to woorton/clickhouse-cpp by DavidWoorton 2 years ago
- Add options to use system abseil, and lz4 This change solves #86, #99. Signed-off-by: David Keller <david@woorton.com> — committed to woorton/clickhouse-cpp by DavidWoorton 2 years ago
- Add options to use system abseil, and lz4 This change solves #86, #99. Signed-off-by: David Keller <david@woorton.com> — committed to Jihadist/clickhouse-cpp by DavidWoorton 2 years ago
Thanks for your input. If you have any specific improvement on you mind, feel free to open a PR with proposed changes. Meanwhile, I am sure the maintainers will look into improving this at some point.