-
I am installing llvm in a clean build and I got a linker error when building it with the option `compiler-rt` that has the sanitizers.
I have configured it with the following options.
~~~
cmake -…
-
```shell
root@gao-virtual-machine:~/package_test# g++ test.cpp -o example -I/usr/local/include -L/usr/local/lib -lcpp-terminal
test.cpp:1:10: fatal error: cpp-terminal/base.hpp: 没有那个文件或目录
1 | #…
-
Sorry for the clunky title.
Consider this code:
```c++
constexpr struct C {int a[2];} *c = nullptr;
static_assert(&c->a[1] - &c->a[0] == 1);
```
The output is:
```console
./array.cpp:141…
-
Building wheels for collected packages: llama-cpp-python
Building wheel for llama-cpp-python (pyproject.toml) ... error: subprocess-exited-with-error
× Building wheel for llama-cpp-python (p…
-
Based on the [current instructions](https://github.com/open-telemetry/opentelemetry-cpp/blob/main/ci/README.md) for running the CI tests locally, I should be able to run
```sh
./ci/run_docker.sh
`…
-
```bash
bash-5.2$ cmake --workflow --preset gcc-debug
Executing workflow step 1 of 3: configure preset "gcc-debug"
Preset CMake variables:
CMAKE_BUILD_TYPE="Debug"
CMAKE_CXX_COMPILER="g…
-
https://github.com/onnx/onnx-mlir/blob/main/docs/BuildOnWindows.md
![image](https://github.com/user-attachments/assets/8867d915-bd8e-4e72-b7a4-ac82c1a45cbf)
`FAILED: src/Accelerators/CMakeFiles/…
-
**Describe the bug**
According to the docs: https://clickhouse.com/docs/en/interfaces/formats#data-types-matching-orc, the `Date` type is not supported in the `ORC` format conversion. The date value …
-
I'm trying to add this library to my react native project, but I'm getting this error when I try to run on android:
```
Execution failed for task ':react-native-fast-tflite:buildCMakeDebug[arm64-v…
-
The following snippet fails to compile with level-zero, but it's clearly an underlying compiler issue. I'm not sure if there is an easy way to run igc offline... Anyhow, I've bisected the problem to t…