Jump to content

Compilation Errors


Zoomastigophora
 Share

Recommended Posts

I'm missing a typdef in the latest revision (7623):


0 a.d\trunk\source\network\NetHost.h(55) : error C2061: syntax error : identifier 'uint'

VS2008 Intellisense tells me that it's typedefed in jsotypes.h, but that seems unlikely considering that's a header for spidermonkey.

Link to comment
Share on other sites

They ought to work - the test_gen project generates a load of test_*.cpp files, and the test project compiles them. What output do you get when building just the test_gen project?

Edit: Oh, but if your SVN checkout is in a directory containing spaces then it won't work. The build page on the wiki warns about that ;). (Probably just a minor quoting error in the build system somewhere which ought not to be terribly hard to fix.)

Link to comment
Share on other sites

See #482 for a tiny bit of information. I think build/premake/src/Src/vs.c is probably the relevant file (look for "cxxtest" and try to work out what it's outputting into the .vcproj files and what it should output instead). (Use the Premake.sln to compile; I think you then have to manually copy premake/src/bin/premake.exe into premake/ to use it.)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...