Krystian Owoc

Results 2 comments of Krystian Owoc

I have the same problem, full log indicates issue in gtest.h file: ``` /tmp/sunshine-beta-20240925-79083-jfmynu/third-party/googletest/googletest/include/gtest/gtest.h:52:10: fatal error: 'cstddef' file not found 52 | #include | ^~~~~~~~~ ``` Full log: [02.make.txt](https://github.com/user-attachments/files/17121809/02.make.txt)

> For everyone with the include problem, you have to reinstall Xcode command line tool the hard way. You have to do: sudo rm -rf /Library/Developer/CommandLineTools xcode-select --install And then...