-
Hi all,
This is to report a regression when building OpenSSL 3.4.0. In https://github.com/openssl/openssl/commit/25391acc140e215774242bf3b0a51d59754a23f4 you fixed section alignment for OpenBSD…
-
MSVC accepts, Clang rejects
https://godbolt.org/z/4nqYeqoor
Edit:
Just tried it on my windows machine and it seems to be supported there. compiler explorer runs on linux so I recall -fms-extens…
-
**Why a new feature? Is your feature request related to a problem? Please describe it.**
We currently support Msys2 environment and build with clang. A recent PR claims to fix compilation with MSVC…
-
EDIT: see https://rust-lang.zulipchat.com/#narrow/channel/242791-t-infra/topic/msvc.20update.20causing.20debuginfo.20failures, runner image update may have updated cdb?
I can't tell if this is a gith…
-
I am unable to connect to huggingface.co. As a result, I have downloaded the complete model library in advance, including all model files, such as "small". I tried placing the downloaded model fil…
-
**Describe the bug**
When building synfig on Windows using MSVC Toolchain and vcpkg, CMake fails to configure the project with the following output:
```
CMake Error at scripts/cmake/vcpkg_execute_b…
-
Hello, everyone,
I attempted to build the project for native MSVC without success -as expected.
That said, I discovered that the only reason for this is the lack of proper `MSVC` handling on `cmak…
-
```cpp
#include
struct Elem {
unsigned short data;
constexpr Elem(unsigned int a) noexcept : data(static_cast(a)){};
Elem(const Elem& elem) : data(elem.data) { std::cout
-
Tried compiling rust from source on Windows, but getting the below error: `failed to run custom build command for `proc-macro-test v0.0.0`.
Interestingly enough, when I was compiling `1.76.0`, it w…
-
i.e the ofxGStreamer addon_config.mk
vs:
ADDON_INCLUDES += $(GSTREAMER_1_0_ROOT_MSVC_X86_64)include
ADDON_INCLUDES += $(GSTREAMER_1_0_ROOT_MSVC_X86_64)include/gstreamer-1.0
ADDON_INCLUDES +=…