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
E:\vcpkg\buildtrees\wpilib\src\v2024.3.2-0ef9e4f662\wpiutil\src\main\native\cpp\DataLog.cpp(265): error C2672: 'wpi::Logger::Log': no matching overloaded function found
E:\vcpkg\buildtrees\wpilib\src\v2024.3.2-0ef9e4f662\wpiutil\src\main\native\cpp\DataLog.cpp(354): error C2672: 'wpi::Logger::Log': no matching overloaded function found
E:\vcpkg\buildtrees\wpilib\src\v2024.3.2-0ef9e4f662\wpiutil\src\main\native\cpp\DataLog.cpp(370): error C2672: 'wpi::Logger::Log': no matching overloaded function found
E:\vcpkg\buildtrees\wpilib\src\v2024.3.2-0ef9e4f662\wpiutil\src\main\native\cpp\DataLog.cpp(380): error C2672: 'wpi::Logger::Log': no matching overloaded function found
E:\vcpkg\buildtrees\wpilib\src\v2024.3.2-0ef9e4f662\wpiutil\src\main\native\cpp\DataLog.cpp(382): error C2672: 'wpi::Logger::Log': no matching overloaded function found
E:\vcpkg\buildtrees\wpilib\src\v2024.3.2-0ef9e4f662\wpiutil\src\main\native\cpp\DataLog.cpp(445): error C2672: 'wpi::Logger::Log': no matching overloaded function found
E:\vcpkg\buildtrees\wpilib\src\v2024.3.2-0ef9e4f662\wpiutil\src\main\native\cpp\DataLog.cpp(455): error C2672: 'wpi::Logger::Log': no matching overloaded function found
E:\vcpkg\buildtrees\wpilib\src\v2024.3.2-0ef9e4f662\wpiutil\src\main\native\cpp\DataLog.cpp(491): error C2672: 'wpi::Logger::Log': no matching overloaded function found
E:\vcpkg\buildtrees\wpilib\src\v2024.3.2-0ef9e4f662\wpiutil\src\main\native\cpp\DataLog.cpp(494): error C2672: 'wpi::Logger::Log': no matching overloaded function found
E:\vcpkg\buildtrees\wpilib\src\v2024.3.2-0ef9e4f662\wpiutil\src\main\native\cpp\DataLog.cpp(529): error C2672: 'wpi::Logger::Log': no matching overloaded function found
E:\vcpkg\buildtrees\wpilib\src\v2024.3.2-0ef9e4f662\wpiutil\src\main\native\cpp\DataLog.cpp(643): error C2672: 'wpi::Logger::Log': no matching overloaded function found
E:\vcpkg\buildtrees\wpilib\src\v2024.3.2-0ef9e4f662\wpiutil\src\main\native\cpp\DataLog.cpp(716): error C2672: 'wpi::Logger::Log': no matching overloaded function found
To Reproduce
Steps to reproduce the behavior:
I updated the fmt version to 11.1.0 in vcpkg, and then compiled wpilib, and the above compilation error occurred.
You can download the code of PR 42936 for local testing.
Link to code:
Expected behavior
wpilib can be compiled normally.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: [e.g. Windows 11]
Project Information: [In Visual Studio Code, press the WPILib button and choose WPILib: Open Project Information. Press the copy button and paste the data here. If not using VS Code, please include WPILib version, Gradle version, Java version, C++ version (if applicable), and any third party libraries and versions]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
To Reproduce
Steps to reproduce the behavior:
Expected behavior
wpilib can be compiled normally.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: