Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Known Issue for building with SMFL 2.5.1 #3

@charmhe

Description

@charmhe

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:

  1. will report errors for this map initialization. Actually, it is unnecessary.
PerfLogger::PerfLogger() { 
    start_times = {};
    durations = {};
}
  1. 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

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions