williamdeathsong / gamekit

Automatically exported from code.google.com/p/gamekit
0 stars 0 forks source link

OIS on Mac OSX Fails to compile #84

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Very simple to reproduce - just try compiling the project in XCode.

The failure starts at line 409 of MACHIDManager.cpp and causes failures on 
subsequent lines. It appears from my fiddling with the code to be due to the 
fact that case statement in question needs braces around it (due to the 
declaration of integers in it's scope).

Inserting an opening brace on line 409 and a closing brace after the return 
(line 416) fixes the issue
Please provide any additional information below.

Original issue reported on code.google.com by BenT.Sol...@gmail.com on 6 Aug 2010 at 12:12

GoogleCodeExporter commented 8 years ago
Fixed in revision #499

Original comment by xavier.thomas.1980@gmail.com on 6 Aug 2010 at 5:49