[Solved] Latest SVN missing file

kungfoomasta

20-12-2008 05:11:47


1>------ Build started: Project: OgreOggSound, Configuration: Debug Win32 ------
1>Compiling...
1>OgreOggISound.cpp
1>d:\builtfromsource\ogreoggsound\include\ogreoggsoundmanager.h(37) : fatal error C1083: Cannot open include file: 'OgreOggSoundRecord.h': No such file or directory
1>OgreOggListener.cpp
1>OgreOggSoundFactory.cpp
1>d:\builtfromsource\ogreoggsound\include\ogreoggsoundmanager.h(37) : fatal error C1083: Cannot open include file: 'OgreOggSoundRecord.h': No such file or directory
1>ogreoggsoundmanager.cpp
1>d:\builtfromsource\ogreoggsound\include\ogreoggsoundmanager.h(37) : fatal error C1083: Cannot open include file: 'OgreOggSoundRecord.h': No such file or directory


OgreOggSoundRecord.h doesn't seem to be a part of the latest version of the lib. Maybe it was removed from the lib but not from the solution?

stickymango

20-12-2008 20:46:12

Yep, you are correct, I've uploaded that now, its a w.i.p at the moment so I'd wait for the nod before using it but hopefully now the lib will compile for you. :oops:

kungfoomasta

20-12-2008 21:51:45

Thanks for the quick fix, it builds now. :)

My project isn't mature enough to use sound at the moment, but I was upgrading from 1.6 RC1 to official 1.6, so I decided to rebuild OgreOggSound as well. (its integrated into my engine, I just haven't hooked up sound with the mechanics yet)

stickymango

20-12-2008 22:43:10

No problem, I develop the library on three different machines so I thought I'd best upload the code I was working on so I could retrieve it from the other machines if I need to, however I didn't test it compiled first. :oops: