Hi, I’ve just created a new project in projucer and included Tracktion engine, but trying to compile in xcode (without writing any line of code) gives me these errors:
"cannot initialize return object of type ‘tracktion_engine::Selectable**’ with an rvalue of type ‘tracktion_engine::Selectableconst’ "
AND
“binding value of type ‘const tracktion_engine::MidiMessageArray::MidiMessageWithSource’ drops ‘const’ qualifier”
I wish I could be of assistance, but I’m encountering the exact same issue, but with VC++ 2017.
I used git with recursion for the initial download, I’m able to fully build projucer and examples, etc.
I also created a new “clean” gui app, added the tracktion module, which then imported the additional libraries, but I get the same stream of errors right after that. I’d hate to find out this is some simple deal because I’ve tried multiple times across three days with no luck.
You can actually get the dev branch if needed via git. Use this and put it in a diff folder (make sure your other Juce/tracktion folders are not in your path to avoid conflicts.
I have just merged develop into master so the build errors on the master branch are now fixed. I’ve also updated the build status icons to point to our new continuous integration server so I should be more aware when things go wrong in future.
I’ll try and increase the frequency of merging to master to be whenever we do a public release of Waveform.