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

Summary: docs/README-macosx.md: g++fat.sh should be g++-fat.sh in universal build command
Product: SDL Reporter: Elisée Maurer <eliseegw+libsdl>
Component: *don't know*Assignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: HG 2.1   
Hardware: All   
OS: Mac OS X (All)   

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