-
The static compilation fails.
[ 98%] Built target vvLib
vv/CMakeFiles/vv.dir/build.make:317: * target pattern contains no '%'. Arrêt.
CMakeFiles/Makefile2:98: recipe for target 'vv/CMakeFiles…
-
Got the compilation error with a custom data type
```
/home/jizhan/composable_kernel_pk_i4/include/ck/utility/dynamic_buffer.hpp:344:56: error: object of type 'ck::non_native_vector_base' cannot be …
-
I know that `static` methods can't be overridden and are unsupported. But when one `class func` function exists in a class that should be mocked, the generated Mock cannot be compiled anymore, as Cuck…
-
### Are you using the latest released (or pre-released, a.k.a. "next") version?
- [X] I'm using the latest Tact version
### Tact source code
```tact
import "@stdlib/deploy";
asm fun myCode(): Ce…
-
OpenAL 1.24.0 compilation fails on static_assert:
https://github.com/kcat/openal-soft/blob/c204b3176e705ceb7d2615c3c0dceba2d9eceb8d/core/device.cpp#L12
when targeting architecture without native…
-
I set this in.cargo/config file:
[target.i686-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]
But after compiling with thunk, running in windows XP still prompts me that dll is mi…
-
Hello, I need urgently a static build, to run on Android (armel), and I can't find.
Thanks in advance.
-
Hi,
I’ve been trying to set up Redis inside a Kubernetes cluster, but I'm facing an issue when compiling Sysrepo. As mentioned in the CMakeLists.txt of Sysrepo, the Redis configuration parameters n…
-
| | |
| --- | --- |
| Bugzilla Link | [22171](https://llvm.org/bz22171) |
| Version | trunk |
| OS | Linux |
| Attachments | [The Makefile for generating and measuring test cases](https://user-…
-
Attempting to use `offsetOf` on a type fails when used within a procedure inside a static block or assigned to a const.
### Example
```nim
type
GoodboySave = object
checksum: uint32
…