Author Topic: problem compiling antipodes  (Read 2099 times)

0 Members and 1 Guest are viewing this topic.

problem compiling antipodes
Using visual c++ 2010 express i can compile the latest trunk (not fred, I know that). However I cant compile antipodes builds. Does antipodes require full visual c++ to compile
compiling code.lib seems to be where the problem is.
This is what I get.

1>../../speech/include\sphelper.h(53): fatal error C1083: Cannot open include file: 'atlbase.h': No such file or directory
1>../../speech/include\sphelper.h(53): fatal error C1083: Cannot open include file: 'atlbase.h': No such file or directory
2>------ Build started: Project: Freespace2, Configuration: Release SSE2 Win32 ------
2>LINK : fatal error LNK1181: cannot open input file 'H:\fsosvnantip\projects\MSVC_2010\Release SSE2\code.lib'
========== Build: 0 succeeded, 2 failed, 4 up-to-date, 0 skipped ==========

 

Offline Iss Mneur

  • Moderator
  • 210
  • TODO:
Re: problem compiling antipodes
It looks like text to speech is enabled which does require the full visual studio to build.  Remove the FS2_SPEECH define from the project properties.  It should not be on by default.
"I love deadlines. I like the whooshing sound they make as they fly by." -Douglas Adams
wxLauncher 0.9.4 public beta (now with no config file editing for FRED) | wxLauncher 2.0 Request for Comments

 
Re: problem compiling antipodes
apparently so does voice recognition. thanks