Changes between Version 146 and Version 147 of BuildInstructions


Ignore:
Timestamp:
Jan 6, 2012, 12:38:56 PM (12 years ago)
Author:
Oğuzhan Mete Öztürk
Comment:

typo OpenAL patching directory

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v146 v147  
    242242 * Select GCC 4.2 or 4.3: `sudo gcc_select mp-gcc42` or `sudo gcc_select mp-gcc43`
    243243
    244  * You may need to patch Apple's OpenAL (`/System/Library/Frameworks/OpenAL.Framework/alc.h`: replace all `ALCvoid` by `void`, except the first one which is a `typedef`). (GCC >=4.2 is stricter about parameters invalidly typedefed to void in C++.)
     244 * You may need to patch Apple's OpenAL (`/System/Library/Frameworks/OpenAL.Framework/Headers/alc.h`: replace all `ALCvoid` by `void`, except the first one which is a `typedef`). (GCC >=4.2 is stricter about parameters invalidly typedefed to void in C++.)
    245245
    246246 * If you're under Tiger, you'll certainly have to edit `build/premake/premake.lua` to get rid of the `-fstack-protector-all` line: see the [#Knownproblemsandsolutions known problems section].