You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently in the process of git bisect-ing to find out when this issue was introduced. I think this was probably due to a compiler upgrade at some point and the algorithm header was included by chance but now it isn't. I noticed the algorithm header is included explicitly in openmw master but not in the release the nix package is currently based on so I suspect using a newer version of the openmw source would probably work.
Steps To Reproduce
Steps to reproduce the behavior:
openmw
for nixpkgs master (currently e3971d5) using the following.nix build 'github:nixos/nixpkgs?rev=e3971d53ab8229477aca688b45a94d8c4babf5d8#openmw'
Build log
Had to upload to hastebin due to
Comment is too long (maximum is 65536 characters)
.https://hastebin.com/share/uxumuridaw.bash
Additional context
Currently in the process of
git bisect
-ing to find out when this issue was introduced. I think this was probably due to a compiler upgrade at some point and thealgorithm
header was included by chance but now it isn't. I noticed thealgorithm
header is included explicitly in openmw master but not in the release the nix package is currently based on so I suspect using a newer version of the openmw source would probably work.https://github.com/OpenMW/openmw/blob/6ac0880cf367de07a1c7a8218a94f31c13902f12/components/bsa/bsa_file.cpp#L29
Metadata
Notify maintainers
@abbradar @marius851000
Note for maintainers: Please tag this issue in your PR.
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: