Open Remodor opened 2 months ago
@Remodor Thank you for reporting the Issue. Unfortunately I do not have access to a windows machine to repro and fix this :-(
I understand, thx for your effort! I will try to build it using WSL.
Is the generated debug file independent of the operating system? I.e. would it make a difference if I created the file on Windows or Linux?
Is the generated debug file independent of the operating system?
More or less. I guess there could be a target triple that has some OS info, but that shouldn't matter much in this case.
I.e. would it make a difference if I created the file on Windows or Linux?
It shouldn't, but I can't say for sure as I haven't tried it on anything but Linux
Thanks for the quick reply. I will try and post an update 👍
I am trying to build on Windows and get an error:
When removing
/Werror
from the file, I get the same for-Wextra
,-Wno-unknown-pragmas
-Wno-unused-parameter
. After removing all of them, it still fails to build.Output of running
cmake -DCMAKE_BUILD_TYPE=Release ../
:When building anyway, after many warnings it fails with:
Thanks for your time and help!
Update
I have successfully build it using WSL(Ubuntu). It was necessary to install
LLVM 18 (Clang)
,build-essential
,libedit-dev
,libzstd-dev
,zlib1g-dev
,libcurl4-openssl-dev
.