-
Steps to reproduce:
```
cd ./web
./install.sh
```
The results in a console:
> Cannot find module '@rollup/rollup-linux-arm64-gnu'
open localhost:3000: I see nuxtJS page with error 5…
-
Reproduction: On an aarch64-linux-gnu machine, clone zig-gamedev and run `zig build gui_test_wgpu`, or on another machine run `zig build gui_test_wgpu -Dtarget=aarch64-linux-gnu`
Some of the errors…
-
Hello there,
I have tried to build latest GIT code today and I get this:
```
custom/dependencies/libzlib/gzlib.c: In function ‘gz_open’:
custom/dependencies/libzlib/gzlib.c:14:17: error: impli…
-
How do I install the device on the gnu/linux debian system?
-
https://github.com/llvm/llvm-project/issues/105639
-
```cpp
#include "csmith.h"
uint8_t b;
int32_t c;
int32_t *d = &c;
int32_t *e;
int32_t f = 1;
int32_t **g = &e;
int32_t h = 7;
int32_t **i = &e;
void n();
long j(long a, long b) { return a; …
-
In https://github.com/stack-of-tasks/eigenpy/pull/444 we fall on this specific issue:
When building cppad Python binding on OSX in Debug mode, running the following code will crash:
```python
i…
-
Host system: x86_64-gentoo-linux-musl
``` bash
ld.lld: error: relocation refers to a discarded section: .text._ZNSt3__119basic_ostringstreamIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev
>>> define…
-
Host system: x86_64-gentoo-linux-musl
```bash
-- Found ccache /usr/bin/ccache
-- Configuring zig version 0.10.0-dev.2931+bdf3fa12f
-- Configuring done
-- Generating done
-- Build files have be…
-
[jump to known bugs](https://github.com/TASVideos/BizHawk/issues/1430#issuecomment-451916885)
Overview:
- Nothing on this page applies to the (discontinued) macOS port.
- Also, EmuHawk is **only…