coolcoder613eb
coolcoder613eb
BTW, about #2372, here is my implementation of a parser for readelf -d output: ```Python readelf_output=''' Dynamic section at offset 0x28338 contains 22 entries: Tag Type Name/Value 0x00000001 (NEEDED) Shared...
I found what is the real problem on 32-bit, it is that the RPATH is at /boot/system/lib instead of /system/lib/x86 (/boot/system is linked to /system). Haiku 32-bit has BeOS binary...
When running with `--console=graphics`(on m1 macOS): ``` 2023-11-02 14:13:48.751 endbasic[29274:9405536] *** Assertion failure in -[NSMenu _setMenuName:], NSMenu.m:772 fatal runtime error: Rust cannot catch foreign exceptions ``` @jmmv, can you help?
I am interested in this. I don't think I can help with the porting, not knowing C/C++, but I can help test.
Yes, DJGPP, and i think i have fixed it, my solution also means you do not need to write out the full path. my code in [main.c](https://github.com/coolcoder613eb/RustPython/blob/main/main.c): ```c #ifdef __MSDOS__...
Not really related, but how would I compile for windows 2000? CPython3.11, and RustPython without freeze-stdlib, don't work on DOS through w2c2 because of 8.3, is there any solution?
I dont know, haven't tried. I could try doing: ```c if (!wasiFileDescriptorAdd(-1, "A:\\", NULL)) { fprintf(stderr, "failed to add A: preopen\n"); } if (!wasiFileDescriptorAdd(-1, "B:\\", NULL)) { fprintf(stderr, "failed to...
Next up: Development?
I'd like a solution for ios On Thu, 22 Dec 2022 at 21:18, Malcolm Smith ***@***.***> wrote: > If you only need your app to work on Android, then the...
could you make wheels of a sound module for ios and android? On Sun, 25 Dec 2022 at 18:00, David Bruce ***@***.***> wrote: > I'd like a solution for ios...