Closed busmanl30 closed 10 months ago
Can you build the original version of llvm for that branch without any errors? I need to determine if this error is related to some changes made to llvm by this project
yea i can try, let me compile using the same commands.
So LLVM 17 the latest seemed to compile https://prnt.sc/aZzVPDfVOSks cmake -S llvm -B build -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=MinSizeRel cmake --build build
Btw when compiling Hikari with Ninja and "Unix" i got the same error pretty much
Some reason i get similar error from using Ninja first time and now Unix
So this is which branch
Decided to get the latest for the latest support
compiling, gonna try to get clang to compile too, forgot i also needed that.
Also gonna use Ninja as well
CLANng even failed, going back to original stuff https://prnt.sc/n34IKp3Ju-Z3
cmake -S llvm -B build -G Ninja -DCMAKE_BUILD_TYPE=MinSizeRel
I guess that is possible that the cmake or the c++ compiler you are using are too old, upgrade them and then try again
However, I think this issue has nothing to do with the project itself
So LLVm with Ninja compile fine https://prnt.sc/MT_UW2fjnTBw I used this command, same as my first time attempting to compile hikari cmake -S llvm -B build -G Ninja -DCMAKE_BUILD_TYPE=MinSizeRel
https://prnt.sc/yXKZQ-oDICwe nah this has to be this project i did the same thing as the one you sent me and same error
Some reason i get similar error from using Ninja first time and now Unix https://prnt.sc/G2MH1FfqJTT0