-
-
Notifications
You must be signed in to change notification settings - Fork 21.8k
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
The editor fails to build on Ubuntu 14.04 #16497
Comments
CC @Faless |
Ah right, it was mentioned here: #14888 (comment) We now default to building with |
It fails to me in FreeBSD with both options also after #16519.
I used |
@robfram , the issue should be fixed with mbedTLS, the builtin_openssl option does nothing anymore (openssl is not there at all anymore). |
I just followed your instructions. Same result with a fresh clone.
And so on. Any thoughs? |
I've just tried compiling with FreeBSD |
I understand no ssl library is needed installed in the system then, like openssl. Any dependence required to compile? Any package version? What scons command line arguments did you use? Which version of LLVM are you using? I'm not sure if it's using 5.0.0 or 4.0.1. |
@Faless , ok. I didn't do it because I though the compilation error was more an openssl case than the mbedtls. |
@Calinou this seems fixed in current master, can you confirm? |
Godot version: Godot Git cbdd410
OS/device including version: Ubuntu 14.04 with GCC 4.8.2 from repositories
Issue description: The editor build fails. See the error log below:
Full GitLab CI job log
The build succeeds with recent GCC and Clang compilers (tested on Fedora 27). Building export templates works as expected; only editor builds are affected by this issue.
The text was updated successfully, but these errors were encountered: