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 3460 - docs/README-macosx.md: g++fat.sh should be g++-fat.sh in universal build command
Summary: docs/README-macosx.md: g++fat.sh should be g++-fat.sh in universal build command
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: *don't know* (show other bugs)
Version: HG 2.1
Hardware: All Mac OS X (All)
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-19 14:09 UTC by Elisée Maurer
Modified: 2016-10-20 03:50 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 Elisée Maurer 2016-10-19 14:09:31 UTC
Hi!

I scratched my head for a while until I realized there's a typo in the command listed in the instructions for universal Mac builds: https://hg.libsdl.org/SDL/file/c1bb718f6c3f/docs/README-macosx.md#l24

It should say `g++-fat.sh` but instead it says `g++fat.sh`, which makes `./configure` fail with a C++ preprocessor error. A patch would be adding that single dash so I guess it's not worth attaching one.

Cheers!
- Elisée
Comment 1 Sam Lantinga 2016-10-20 03:50:51 UTC
Fixed, thanks!
https://hg.libsdl.org/SDL/rev/007dfe83abf8