menu
 

在 Audiokinetic 社区问答论坛上,用户可对 Wwise 和 Strata 相关问题进行提问和解答。如需从 Audiokinetic 技术支持团队获取答复,请务必使用技术支持申请单页面。

0 投票
Hello,

I am working on a Mac build form our game, and received the Mac SDK from Wwise and I added it to the UnrealEngine3/Development/External/Wwise/SDK folder, both on Windows and on Mac. Also I installed Wwise on Mac.

But I am getting errors which are related to Wwise when trying to compile the Mac project from Karmaflow.
All the errors related to Wwise are a some file that cannot be found in the include header from a *.h file. I had no problems with these files when compiling for Windows, but they keep coming up when compiling for mac.

Example from one of the errors:

2>  In file included from ../../Development/Intermediate/KFGame/Mac/Release/Engine/Unity_UnGameEtAl.cpp:9:
2>D:\Basecamp Games\Projects\Karmaflow\Development-UE3\Development\Src\Engine\Src\UnGame.cpp(35): fatal error : '..\..\AkAudio\Inc\AkAudioDevice.h' file not found
2>  #include "..\..\AkAudio\Inc\AkAudioDevice.h"
2>           ^
2>  1 error generated.

The file AkAudioDevice.h is not missing at all in the directory it points to, but somehow when building for mac I keep getting these errors. Any idea where this is coming from?

Thanks for any help in advance!

Alexander
分类:General Discussion | 用户: Ivo v. (100 分)

1个回答

0 投票
I ran into this as well and I had to change the include paths from Windows-style backslashes (\) to Unix-style forward slashes (/) in order to get this code to compile.
用户: Tom F. (200 分)
...