Traktion Engine Demo tracktion_graph.cpp' file not found

Hello Im editing the "EnginePluginDemo.h on a Mac OSX/Xcode and anytime I try to use XCode to build the project file I get an error in Xcode that says the following:

‘tracktion_graph/tracktion_graph.cpp’ file not found

I’ve added both tracktion engine, and traktion graphs modules to the Projucer, so I’m not sure whats going wrong. Can someone please assist me with this?

Can I check what branch of tracktion_engine you’re on?

I downloaded the latest traktion engine zip file that’s currently on traktion github. Not sure what version that is.

That’s probably from trunk. It should work but the develop branch is more up to date with JUCE.

I’d go here: GitHub - Tracktion/tracktion_engine at develop
and use Git to download the latest i.e.

git clone -b develop --recurse-submodules https://github.com/Tracktion/tracktion_engine.git

Then take a copy of the EnginePluginDemo.h demo folder and go from there.

1 Like

Thank you @dave96 - that worked :slight_smile: