ericmckean / iphonenes

Automatically exported from code.google.com/p/iphonenes
GNU General Public License v2.0
0 stars 0 forks source link

Invalid initializer error during compile #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. make

What is the expected output? What do you see instead?

arm-apple-darwin-cc  -c   src/ControllerView.m -o src/ControllerView.o
src/ControllerView.m: In function '-[ControllerView controllerButtonPressed:]':
src/ControllerView.m:83: error: invalid initializer
make: *** [src/ControllerView.o] Error 1

What version of the product are you using? On what operating system?

SVN revision 9
Mac OS X 10.4.10 (Intel)

Original issue reported on code.google.com by GlowingA...@gmail.com on 9 Aug 2007 at 7:14

GoogleCodeExporter commented 9 years ago
Try the latest SVN version, and make sure you apply the toolchain patch file 
located in the root of trunk.  Let me 
know if that fixes it.

Cheers,
Steve

Original comment by stepwh...@gmail.com on 9 Aug 2007 at 8:17

GoogleCodeExporter commented 9 years ago

Original comment by stepwh...@gmail.com on 9 Aug 2007 at 8:19

GoogleCodeExporter commented 9 years ago
Compiles without error after applying the toolchain patch from the latest 
version. 
Thanks!

Original comment by jkempin...@gmail.com on 10 Aug 2007 at 7:51

GoogleCodeExporter commented 9 years ago
Oops, left that last comment with my other user.  In any case, it compiles now, 
and
is running well.  Didn't think I'd see native games on my iPhone for a while, 
less a
full NES emulator!

Original comment by GlowingA...@gmail.com on 10 Aug 2007 at 7:56

GoogleCodeExporter commented 9 years ago

Original comment by stepwh...@gmail.com on 10 Aug 2007 at 8:00