Multithread compilation and maxmod
Posted: Tue Oct 14, 2014 6:09 am
Hi!
If i enable parallel compilation in the makefile with -j4, the build fails because a maxmod header is not found:
However, if I bash the build key a lot eventually the header is built and the compilation finishes successfully!
So... there's a way to force maxmod util to work with parallel builds?
Thanks a lot guys
If i enable parallel compilation in the makefile with -j4, the build fails because a maxmod header is not found:
Code: Select all
fatal error: soundbank_bin.h: No such file or directory
#include "soundbank_bin.h"

So... there's a way to force maxmod util to work with parallel builds?
Thanks a lot guys
