We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Most of them succeed to compile. I followed this guide: https://github.com/RigsOfRods/rigs-of-rods/wiki/Compiling-release-version-of-RoR-(Linux)-without-conan
OS: Debian 12 Bookworm ARM64 cmake version: 3.25.1 make version: 4.3 gcc version: 12.2.0
cmake.log: cmake-cmd.log make.log: https://0x0.st/HTx5.txt
ogredeps fails to compile because of many -Wnarrowing compile errors like:
-Wnarrowing
/home/jonah/Projekte/ror-dependencies/Source/ogredeps/src/FreeImage/Source/LibRawLite/internal/dcraw_common.cpp:2401:20: error: narrowing conversion of ‘-49’ from ‘int’ to ‘char’ [-Wnarrowing] 2401 | 2,-28, 2,28, 3,-49, 3,-9, 3,9, 4,49, 5,-79, 5,79, | ^~~
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Most of them succeed to compile.
I followed this guide: https://github.com/RigsOfRods/rigs-of-rods/wiki/Compiling-release-version-of-RoR-(Linux)-without-conan
OS: Debian 12 Bookworm ARM64
cmake version: 3.25.1
make version: 4.3
gcc version: 12.2.0
cmake.log: cmake-cmd.log
make.log: https://0x0.st/HTx5.txt
ogredeps fails to compile because of many
-Wnarrowing
compile errors like:The text was updated successfully, but these errors were encountered: