-
Notifications
You must be signed in to change notification settings - Fork 10
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
Trying to build on FreeBSD #44
Comments
As a workaround, in |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
lmdb is an upstream project (https://github.com/LMDB/lmdb/); you could check if they've already fixed the problem upstream and report it to them otherwise.
Apparently the The conclusion there seems to be:
|
You are right, I was looking in the wrong place. It's indeed an issue with the |
Now running into
|
Ah, the serial port support code. At some point in the past, this code probably worked on various other UNIX systems which might be much closer to FreeBSD than to Linux, and it has #ifdefs for APPLE and works on Macs, so you might get it to work by experimenting with the various #ifdefs near the top. Alternatively, you should get away with |
Looks like the right thing to do would be to use
This gets me to compile further. Thank you very much 👍 |
Towards the end the missing Serial seems to be an issue again?
...and something about SDL. I have installed:
|
Ah, about the serial stuff, I overlooked that: |
And the scrap (clipboard) code in the old SDL1 frontend is a big mess. The only reason I haven't deleted the whole thing yet is that I didn't get around to reimplementing it yet... It's got an Anyway, first try the |
Thanks @autc04 Look what I have running: Executor 2000 on helloSystem FreeBSD I am a bit surprised to see the grey background, I thought the Executor 2000 windows would be rootless? |
What is the proper way to tell CMake to only configure and make the SDL2 version and not care about SDL1? |
So far, there's no 'proper' way, the scripts just configure everything that has the prerequisites installed. Rootless mode is currently implemented in the Qt and Wayland versions, not in the others. The Wayland version probably contains a few linuxisms, but the Qt version should be portable. |
Then I will patch |
Submitted a patch to FreeBSD Ports: |
Trying to build on FreeBSD, compilation stops at
The text was updated successfully, but these errors were encountered: