Platform: Mac Intel x86
SFML ver: 2.5.1. Obtained from brew install SFML as of 3/16/2023
Issue:
Two building issues with SFML 2.5.1:
- will report errors for this map initialization. Actually, it is unnecessary.
PerfLogger::PerfLogger() {
start_times = {};
durations = {};
}
- After linking it will report:
Linking... Done
Failed to open sound file "res/audio/background_music.wav" (format not supported)
ERROR: Failed to load res/audio/background_music.wav
make: *** [execute-debug] Abort trap: 6
Platform: Mac Intel x86
SFML ver: 2.5.1. Obtained from
brew install SFMLas of 3/16/2023Issue:
Two building issues with SFML 2.5.1: