Game Development Community

Compile error with 1.4

by Cody Granflaten · in Torque Game Engine · 09/24/2005 (2:42 pm) · 2 replies

Hey everyone,
I have just used CVS to retrieve the latest CVS version 1.4 HEAD code, and am getting a fatal error during compile.
I am using Windows XP, and Visual C++ 6.0. During compile, I am receiving repeated errors stating "c:\torque\sdk\engine\audio\vorbisstream.h(26) : fatal error C1083: Cannot open include file: 'vorbis/codec.h': No such file or directory". The file is present in the directory C:\torque\SDK\lib\xiph\include\vorbis. I realize that this is probably an error with the linker, but I'm not sure where to start looking for this one. Any help you can offer would be appreciated.

thanks,
Cody

#1
09/24/2005 (2:52 pm)
Read the 1.4 Status/Problem solving Thread.

Ben has made changes to ogg/vorbis stuff.
Also, there may be some issues with VC6. Ben would like to know details if you have problems and can provide a fix.
#2
09/25/2005 (6:03 pm)
Thanks guys, problem is in the right thread, easy for me to look at and solve.

Awesome!