Page 1 of 1

where is audire.h?

Posted: Sat Oct 04, 2003 7:06 am
by undereyes
I was downloaded 0.4 and every example compile and run correctly, but when I compile Techdemo the compiles return:
C:\irrlicht\examples\Techdemo\CDemo.h(13) : fatal error C1083: Cannot open include file: 'audiere.h': No such file or directory
Where is it?

Posted: Sat Oct 04, 2003 7:37 am
by hearsedriver
Audiere is not part of Irrlicht, it's a seperate project available at http://audiere.sourceforge.net. If you don't have audiere installed, you can simply comment out the line "#define USE_AUDIERE" in CDemo.h.

Cheers.

Posted: Sat Oct 04, 2003 7:38 am
by [dx/x]=HUNT3R
Audiere is a separate audio engine. Search for it on Sourceforge. You must install it just as you did Irrlicht and link to its include and lib directories.

Posted: Sat Oct 04, 2003 7:39 am
by undereyes
ok!, thank you I don't know