Page 1 of 1

Compiling AAI

Posted: 15 May 2007, 12:49
by Henk_de_tank
I am trying to compile the AAI source with some extensions I build. I am using Visual Studio 7 and the source downloaded from the download section.

However, I keep getting an error when I build to project:

Code: Select all

Linking...
LINK : fatal error LNK1104: cannot open file 'AAI.def'
I couldn't find anything on the forum or internet on how to solve this problem.

How can I fix this?

Posted: 15 May 2007, 13:04
by oemboentoe
I've also been looking into the AAI project, but can't get it to compile either with a similar error. Anyone know how to fix it?

Posted: 15 May 2007, 13:11
by AF
Just remove that file reference from the project settings.

btw a visual studio 7 AAI needs a visual studio 7 spring otherwise it wont work. You need to compile aai with mingw32 via codeblocks/devc++ for it to run with the spring released on this site.

Posted: 15 May 2007, 18:57
by submarine
well i think af already mentioned the important things - thank you :)

Posted: 16 May 2007, 08:14
by yuritch
Well, there is 1 more thing: AAI from current svn won't work with 0.74b3 Spring (which is the current release version), it won't even compile with 0.74b3 source. That's because AI interface was changed. So that means that to be able to use svn AAI, you'll have to compile svn Spring, too.

Posted: 17 May 2007, 14:59
by oemboentoe
Thanks I've got it running perfectly now with dev-c++ :)

Posted: 02 Jun 2007, 13:20
by own3d
Under Linux the compile doesn't fail but I got a few weird messages see:
http://pastebin.ca/531122