Denis Glazachev

Results 121 comments of Denis Glazachev

Abseil is included as a submodule in clickhouse-cpp. You should just clone the clickhouse-cpp repo recursively, with submodules: ```sh git clone --recursive https://github.com/ClickHouse/clickhouse-cpp.git ```

> `/usr/local/include/` does not contain `contrtib/absl` `/usr/local/include/` should not contain `contrtib/absl`. The goal is to build `clickhouse-cpp`, and the output you posted shows that it was successfully built and installed.

What do you mean it can't be used? How are you trying to use it exactly?

You have 2 options: - install abseil in your system - add clickhouse-cpp as a submodule in your repo and add it as a subproject in your cmake configs, and...

`#include "absl/numeric/int128.h"` should still be able to locate the system-wide installed abseil. You can also try an older version of sources, the `v1.4.1` tag - it should be free of...

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...

You can follow the instructions and build the latest version of the driver from sources yourself, on the machine where you are planning to use it, and then, the local...

Tableau uses it's own version of `libstdc++.so` by overriding `LD_LIBRARY_PATH`. That `.so` may not be compatible with what the ClickHouse ODBC driver is trying to load, causing the `dlopen()` to...

Для 1. попробуйте временный билд из #315 - причина может быть похожая.

Для 2. похожие ошибки у меня получились в рандомных местах в квери, когда я использую ANSI драйвер. C Unicode драйвером все OK. Перепроверите? Ремайндер отсюда в силе: https://github.com/ClickHouse/clickhouse-odbc/issues/296#issuecomment-651264049