Community Q&A

Welcome to Audiokinetic’s community-driven Q&A forum. This is the place where Wwise and Strata users help each other out. For direct help from our team, please use the Support Tickets page. To report a bug, use the Bug Report option in the Audiokinetic Launcher. (Note that Bug Reports submitted to the Q&A forum will be rejected. Using our dedicated Bug Report system ensures your report is seen by the right people and has the best chance of being fixed.)

To get the best answers quickly, follow these tips when posting a question:

  • Be Specific: What are you trying to achieve, or what specific issue are you running into?
  • Include Key Details: Include details like your Wwise and game engine versions, operating system, etc.
  • Explain What You've Tried: Let others know what troubleshooting steps you've already taken.
  • Focus on the Facts: Describe the technical facts of your issue. Focusing on the problem helps others find a solution quickly.

0 votes
Hello! Is there any workaround for the issue?

Wwise SDK version 2022.1.4.8202

Our setup is pretty much default, all other platforms are fine, but the generated `make` files for Linux seems to be messed up.

Compiling on Windows, installed `make` using `chocolatey` package manager.

Here's the output log from the `premake` followed by `build` command:

```

PluginName_Linux_static.make:558: warning: overriding recipe for target 'C:/Program'
PluginName_Linux_static.make:550: warning: ignoring old recipe for target 'C:/Program'
PluginName_Linux_static.make:558: warning: overriding recipe for target 'Files'
PluginName_Linux_static.make:550: warning: ignoring old recipe for target 'Files'
PluginName_Linux_static.make:558: warning: overriding recipe for target '(x86)/Audiokinetic/Wwise'
PluginName_Linux_static.make:550: warning: ignoring old recipe for target '(x86)/Audiokinetic/Wwise'
make[1]: Circular C:/Program <- C:/Program dependency dropped.
make[1]: Circular Files <- C:/Program dependency dropped.
make[1]: Circular Files <- Files dependency dropped.
make[1]: Circular (x86)/Audiokinetic/Wwise <- C:/Program dependency dropped.
make[1]: Circular (x86)/Audiokinetic/Wwise <- Files dependency dropped.
make[1]: Circular (x86)/Audiokinetic/Wwise <- (x86)/Audiokinetic/Wwise dependency dropped.
Creating C:/Program\ Files\ \(x86\)/Audiokinetic/Wwise\ 2022.1.4.8202/SDK/Linux_x64/Release/obj/PluginNameSource
A subdirectory or file C:\\Program\ already exists.
Error occurred while processing: C:\\Program\.
A subdirectory or file Files\ already exists.
Error occurred while processing: Files\.
A subdirectory or file \(x86\)\\Audiokinetic\\Wwise\ already exists.
Error occurred while processing: \(x86\)\\Audiokinetic\\Wwise\.
A subdirectory or file 2022.1.4.8202\\SDK\\Linux_x64\\Release\\obj\\PluginNameSource already exists.
Error occurred while processing: 2022.1.4.8202\\SDK\\Linux_x64\\Release\\obj\\PluginNameSource.
make[1]: [PluginName_Linux_static.make:567: C:/Program Files \(x86\)/Audiokinetic/Wwise 2022.1.4.8202/SDK/Linux_x64/Release/obj/PluginNameSource] Error 1 (ignored)

```

Looks like the issue is in this `OBJDIR` variable:

```

OBJDIR = C:/Program\ Files\ \(x86\)/Audiokinetic/Wwise\ 2022.1.4.8202/SDK/Linux_$(AK_LINUX_ARCH)/Release/obj/$(PREMAKE4_BUILDTARGET_BASENAME)

```
closed with the note: No interest from community, no solution from Audiokinetic
in General Discussion by Jaroslav P. (130 points)
closed by Jaroslav P.
...