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 - Line "-- 0.9.0 :: 9 :: 0 :: 9 :: 2.0" in CMake build confuses Xcode and Qt Creator as it's an error
Summary: Line "-- 0.9.0 :: 9 :: 0 :: 9 :: 2.0" in CMake build confuses Xcode and Qt Cr...
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: HG 2.1
Hardware: All All
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-26 12:29 UTC by Vitaly Novichkov
Modified: 2018-12-02 12:52 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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