We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 4400

Summary: Line "-- 0.9.0 :: 9 :: 0 :: 9 :: 2.0" in CMake build confuses Xcode and Qt Creator as it's an error
Product: SDL Reporter: Vitaly Novichkov <admin>
Component: buildAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: HG 2.1   
Hardware: All   
OS: All   

Description Vitaly Novichkov 2018-11-26 12:29:03 UTC
While configuring the project using CMake, once the "-- 0.9.0 :: 9 :: 0 :: 9 :: 2.0" line appears, Qt Creator and Xcode are treating this line as a scaring error message.

https://ci.appveyor.com/project/Wohlstand/sdl-mixer-x/build
/job/80m45yj5mu0sieh9?fullLog=true#L1476

Can you reformat this line to avoid IDEs are using GCC/CLang error/warning catchers be confused on this line?
Comment 1 Ryan C. Gordon 2018-12-02 07:44:04 UTC
This should be fixed by https://hg.libsdl.org/SDL/rev/0e07e768840f

--ryan.
Comment 2 Vitaly Novichkov 2018-12-02 12:52:28 UTC
Thanks! :3