Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Programmer

macrumors member
Original poster
Jun 16, 2009
79
0
Does anyone know what this means?
Command
HTML:
Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/g++-4.2 failed with exit code 1
 
i'v tried that

Of course i've tried that, its the most obvious thing to do when you get an error, but i get this:
HTML:
ld: duplicate symbol _right1Appaered in /Users/harryslotwiner1/Documents/ProbeDestroyer2/build/ProbeDestroyer2.build/Debug-iphonesimulator/ProbeDestroyer2.build/Objects-normal/i386/Game.o

and the first error "duplicate symbol _right1Appaered" doesn't make any sense; right1Appaered is a bool that I have set up, but I've checked multiple times and i have not declared it more than one time.
 
code

i declared it in the .h as a bool like so:

BOOL right1Appaered;

it had been working up until now.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.