-
Hello, I am having compilation error
```
/home/nemanjan00/soapy-rfnm/build/_deps/librfnm-src/src/device.cpp: In static member function ‘static rfnm_rf_path rfnm::device::string_to_rf_path(std::str…
-
Currently the workflows provided have the ability to build a number of versions of Swift. It would be great to add a workflow to be able to test compilation with the Static Linux SDK. We do something …
0xTim updated
1 month ago
-
## Suggestion
Cppfront could support conditional compilation where unselected branches are dropped and not lowered to Cpp1.
This would be useful for at least two cases:
**1. When a Cpp2 user wa…
-
There are currently unresolved symbols in LunaLib compilation in dev/python because LunaLib must be linked to the API static library, but to do this the static and dynamic libraries probably need to b…
-
We have been building a static executable for x64-linux for quite a while now. From this, the minimal docker image is created.
It would be really cool, if we could build the static executable on ot…
-
Is it possible to establish a config for a directory (probably relative) in which the output file could reside? Same question for the filename. My web directory is within a PIO project. Something li…
-
I added to the CMakeFiles file
```
set(CMAKE_EXE_LINKER_FLAGS "-static -static-libgcc")
```
But the compilation fails.
-
For embedded targets it can still be useful to compile "plugins" and load them with a custom dynamic loader.
The GNU Toolchain allows this, by using the existing switches.
Clang only conditionally…
-
### Package name
mingw-w64-bullet
### New version number
3.25
### Other information that may be useful
Is it possible to add static library compilation with this package ? I cannot have shared li…
-
**Describe the issue**
As discussed on Slack, a puzzling problem I encountered was that some shutdown hooks wouldn't run in spite of using `--install-exit-handlers`. It took a lot of digging before…