I’ve been trying for several days to get tracktion_engine to compile using Projucer. I’m on Max OS X 15.3. I’m trying to build an Xcode project which is a static framework. I mainly need the functionality of the tracktion_engine class. C++17 version.
I wish I could say that there was one error but there are many. Firstly, it did not include tracktion_core by default which I had to add manually. It complains about many missing files, but as soon as I supply one, it complains about another.
I’ve also tried building with CMake and this was unsuccessful. These are the errors I got:
running cmake on modules/cmakelists.txt failed with error:
CMake Error at CMakeLists.txt:24 (juce_add_modules):
Unknown CMake command “juce_add_modules”.
tried cmake on modules/juce and got many errors mainly:
CMake Error at extras/Build/juceaide/CMakeLists.txt:157 (message):
Failed to build juceaide
[ 9%] Building CXX object
extras/Build/juceaide/CMakeFiles/juceaide.dir/Main.cpp.o
In file included from
/Users/admin/tracktion_engine/modules/juce/extras/Build/juceaide/Main.cpp:35:
It is my understanding that Projucer should automatically supply the files that are needed and create the proper configuration. What am I doing wrong here?
By the way I’m happy to compensate any developer a healthy rate who wants to jump onboard and help get this thing compiled.


