make: *** [objs/AIHints.o] Error 1

Problems compiling the game? Ask Here
Locked
Major_Zero
Posts: 5
Joined: Sun Apr 07, 2013 1:30 am

make: *** [objs/AIHints.o] Error 1

Post by Major_Zero »

I'm getting an error when trying to compile on Windows 7 as of 2:52 AM (EDT) on 4/11/2013, which is preventing me from creating the EBOOT.pbp. I'm pretty sure that I have everything installed correctly and done everything correctly and in the proper order. The end of what I'm getting in the Command Prompt after inputting "make" in the projects\mtg pathway says:

In file included from src/AIHints.cpp:3:
../../projects/mtg/include/AIHints.h:60: error: extra qualification 'AIHints::'
on member 'HintSaysCardIsGood'
../../projects/mtg/include/AIHints.h:61: error: extra qualification 'AIHints::'
on member 'HintSaysCardIsBad'
make: *** [objs/AIHints.o] Error 1

I'm not really sure where to go from here. Please advise; help would be greatly appreciated.
Major_Zero
Posts: 5
Joined: Sun Apr 07, 2013 1:30 am

Re: make: *** [objs/AIHints.o] Error 1

Post by Major_Zero »

Never mind, resolved as of 2:23 PM (EDT) 4/11/2013.
Locked