-
Notifications
You must be signed in to change notification settings - Fork 14
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
Building for macOS? #8
Comments
Hi gingerbredman, Fist: I am wondering, because the apple branch is not there anymore. And maybe you only want to try the But first, after the configure, lets have a look at config.h which has been created by configure. Especially look at the lines with:
|
Looking at the other error: raw_keybord.c probably need to be modified. try to make somethin like:
or for convinience, delete the line |
Part of the issues I've run into is assuming that the linker is GNU ld/ELF: Apple's linker is not GNU ld, and it uses an executable format known as Mach. For For the libxbasic shared library, there are a few areas that makes it a no-go on Darwin/macOS:
|
Seems this will not compile for Mac but is it possible to cross-compile the basic code for Mac using the Windows compiler as you can cross-compile on Windows for TomTom? |
I'd like to generate macOS binaries and share with you.
Referring to the old discussion: https://sourceforge.net/p/x11-basic/discussion/mac/thread/b88a6293/#ce13
I simply did this:
This goes OK!
But with
make
I get fatal errors:and then edited
option.h
to add:But I get linker error:
Details
(and same error when cloning from GitHub)
The text was updated successfully, but these errors were encountered: