-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Build fails #2
Comments
Hi, thanks for trying this out on OpenBSD! That specific function is only used in a Windows-only replacement implementation of a POSIX function, and there's a I think something is overriding the
to a file named .config.make in the same folder as the Makefile. |
Hi, thank you for your reply. I added I run the build with
|
I've adjusted the Makefile so that |
I've been able to go further with your help, I have another issue now that I haven't been to understand.
|
That's odd. Before compiling anything it should have created the file bin/target (with contents in this case being "debian64") and then copied the bin/ folder from a subdirectory. Maybe this step failed earlier in the process. Are those files (bin/libfreetype.so, bin/libpng16.so, etcetera) indeed missing from the bin/ folder? In that case you should be able to get those files with If the files are present, it could be a permission problem if the initial |
Hello,
I'm trying to build the project on OpenBSD 6.8 amd64 but clang and gcc find errors at compilation time. I don't know why though. At least it doesn't seem linux-specific code to me (we often hit that when using BSD systems).
clang output:
clang 10.0.1 can't find _TRUNCATE and the function _vcsprintf
I tried with gcc 8.4.0 which gives a similar output:
gcc output
The text was updated successfully, but these errors were encountered: