-
-
Notifications
You must be signed in to change notification settings - Fork 154
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
Compilation errors on FreeBSD / clang: missing header? #644
Comments
You need a recent toxcore. there is no release of toxcore yet available with the new features. |
You either need to compile toxic's master (or 0.12.0) against the latest toxcore master, or compile toxic version 0.11.3 against the latest toxcore release. The reason toxic didn't wait for a new toxcore version that includes the NGC changes is because the people who do toxcore releases have been MIA for months now, and I didn't see any good reason to be sitting on this major feature release indefinitely. |
OK, thanks! I'm still using the released toxcore v0.2.18. |
Thankfully found this tickets, since got the same errors on macOS:
|
Same issue on Debian. If the newest https://github.com/JFreegman/toxic/blob/master/INSTALL.md |
@theAkito Pick toxcore from the master branch, that should work. It builds for us in Macports. |
Done did it, thanks anyway, though. I have a working Docker image of Toxic, now. |
See also TokTok/c-toxcore#2500 . |
Compilation fails on FreeBSD with clang, due to missing types definitions:
I surely miss some header, but where could I find it?
The text was updated successfully, but these errors were encountered: