-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
32 bit Linux #3
Comments
I just ran into that on Fedora. Do you have the required libs installed? |
I think I tried making a 32bit Linux version at some point, but failed to find a 32bit Linux distro that the D compiler worked on.. :/ I'm open to suggestions.. |
Okay.. there might be hope.. switching to another compiler (LDC) seems to work.. kinda.. |
The problem might be because it couldn't load the Lua library properly (I did have to make changes to This line seems to be the first roadblock.. |
Okay.. with the proper changes to bindbc-lua, everything seems to work fine on other platforms, except 32bit Linux, even with the latest version of LDC.. |
This sound awesome! Sadly, I know nothing about D, but maybe I could help out with some testing. |
I'm afraid I'm going to have to forfeit on this one.. I have no idea where to go from here, to make it work on 32 bit.. If anyone else has a solution, feel free to contact me or send me a PR.. |
Is there any chance to get this running on a 32 bit x86 Linux machine? I know it’s a dying class of machines, but well the Amiga was sort of 32 bits itself. Maybe I’m not the only one dreaming of a netbook booting directly into homegirl. I tried to compile it myself on a 32 bit Debian 10.2, but it still segfaults on start.
The text was updated successfully, but these errors were encountered: