You're trying to compile your program and you're getting an error
complaining that somebody already has a conflicting definition for
a macro or some other name you're using. error: sample.cpp(35): conflicting definition of macro 'AWESOME'
error: sample.cpp(92):
Read More...