-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Many C++ warnings and errors #120
Comments
As the error messages suggest, I have work yet to do on FreeBSD. I'll set a VM installing there now. |
I did a first round of FreeBSD build fixes at cbce19e. TBH most of this morning went on faffing around getting FreeBSD to expand storage within the qcow2 image they provide, turns out somebody forgot to enable the growfs service, so you need to manually poke that and bam, it "just works". Build on FreeBSD is clean now except for the errors saying "Need to implement this on FreeBSD". I hope to get to those next week. |
Did another round of FreeBSD build fixes at 77a96cf. Now everything compiles and links, but a lot of tests are failing. I'll try to get back to fixing most of these later this week. Be aware I am unlikely to fix all the tests, but I'll get it "good enough" for most common usage of LLFIO on FreeBSD.
|
clang-15
FreeBSD 13.2
The text was updated successfully, but these errors were encountered: