Ian McFarlane

Results 17 comments of Ian McFarlane

Adding `-x c++-module` to the end of flags yields the following: ``` clang failed with stderr: zig: warning: '-x c++-module' after last input file has no effect [-Wunused-command-line-argument] ``` And...

Okay, in that case I'm going to just try to redo my flake using the documentation that exists at the moment. I'm leaving this issue open in case anyone else...

> there's a fair amount of nesting going on in here that is hard to separate out. I just refactored my configuration so it should be a little bit easier...

@Mic92 It happened again, this time on my other machine so it seems to more reproducible than I thought. When it happened I checked the status: ``` ● nix-daemon.service -...

Happened again immediately after This time there are some new logs and also 4 tasks. ``` ● nix-daemon.service - Nix Daemon Loaded: loaded (/etc/systemd/system/nix-daemon.service; linked; preset: enabled) Drop-In: /nix/store/jl42j0w37sxzfs2iqwkq23614ibq0bq2-system-units/nix-daemon.service.d └─overrides.conf...

Exact same issue for me in [my ODE bindings repo](https://github.com/the-argus/ode-nim). It's much easier to reproduce sokam's example because its smaller, but if you have ``nix`` installed then you can clone...

In @heysokam 's case, it is caused by [line 42](https://github.com/JBustos22/oDFe/blob/f563a48c27c6fa463734f96609e599dc1ff834db/code/renderercommon/vulkan/vk_platform.h#L42), as a result of (it seems) the two underscores in ``__stdcall``. _Also_, you can fix the issue by removing [line...