-
You should make it so linux users can also run this without having errors.
-
From a quick glance at the source code, it seems there used to be an option to compile it using a non-mint compiler? It so, it would be great to have it back, there are some pure c cross compilers ava…
-
I know you've stated that you don't provide support for Linux, however, I have gotten your program to work. (Not sure if it's working 100%, but I have a full txt file with a "Rimworld Conflict Checker…
-
The agent compatibility requirements are:
|Platform|Version|
|--|--|
| Red Hat (and similar) | ≥ 7 |
| Debian | ≥ 10 |
| Amazon Linux | ≥ 2 |
| Windows Server | ≥ 2012 R2 |
| Windows | ≥ 10 …
-
-
**Describe the bug**
The program won't load, as it throws this very specific error:
```bash
./sm64coopdx: /lib/x86_64-linux-gnu/libc.so.6
: version `GLIBC_2.32' not found (required by
./sm64coop…
-
Still some to be resolved, these are more complicated than they first appear.
-
I am trying to get this project working on ubuntu. I am stuck on plutil call in project.rb. There is a libplist project that provides plutil, but it seems to be not compatible with plutil on mac.
Do …
amitu updated
11 years ago
-
Although we're a long way off having a buildable, usable system, it could be useful for us to implement compatibility with the Linux ABI (similar to FreeBSD/NetBSD, LynxOS, and Windows Subsystem for L…
-
I encountered a problem. In Linux kernel versions above 5.0, the three symbols TIF_SYSCALL_AUDIT, module_mutex, and kallsyms_on_each_symbol are not exported and the compiler cannot find them. I How to…