Skip to content
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

Compressonator doesn't build on *BSD #330

Open
StanleySweet opened this issue Nov 30, 2024 · 1 comment
Open

Compressonator doesn't build on *BSD #330

StanleySweet opened this issue Nov 30, 2024 · 1 comment

Comments

@StanleySweet
Copy link

Possible workaround (not a proper fix) by @seragh here https://gitea.wildfiregames.com/Stan/0ad/src/commit/4d0fc39ba0d1677c9e4c3257bd7a045b0dcd577d/libraries/source/compressonator/patches/disable-sse.patch

@seragh
Copy link

seragh commented Dec 2, 2024

A comment or two,

NULL is defined as nullptr, so no implicit conversion to bool or whatever on FreeBSD. Then <experimental/filesystem> unlike <filesystem> was missing, just that the c++17 version of that code doesn't build on Linux either, so choose the c++11 one to get something usable quickly.

Edit: add code tags so markup render doesn't eat includes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants