ERROR: Cycle inside a single target
-
@Christoph-Hart LOL :) I'll check it out and get back to you in a bit
-
@Morphoice got the warning now, the cycle error is gone now and it does indeed compile, however fails a few minutes later
...
▸ Compiling include_hi_dsp_library_01.cpp
▸ Compiling include_hi_core_05.cpp
▸ Compiling include_hi_core_04.cpp
▸ Compiling include_hi_core_03.cpp
▸ Compiling include_hi_core_02.cpp
▸ Compiling include_hi_core.cpp
▸ Compiling factory.cpp
▸ Compiling RNBO.cpp
▸ Compiling PresetData.cpp
▸ Compiling Plugin.cpp
▸ Compiling CopyProtection.cpp
▸ Compiling BinaryData.cpp
▸ Building library libUNSTABLE.a
▸ Compiling include_juce_audio_plugin_client_VST2.cpp
▸ Compiling include_juce_audio_plugin_client_VST2.cpp
▸ Processing Info-VST.plist
** BUILD FAILED ** -
@Morphoice Use VST3, not VST2 - enable the checkbox in project preferences.
@Christoph-Hart is it not enabled by default?
-
@Christoph-Hart if I compile the project with Xcode this is the details I get
-
@d-healey said in ERROR: Cycle inside a single target:
@Morphoice Use VST3, not VST2 - enable the checkbox in project preferences.
And if you already have that checkbox enabled, have you extracted the SDK folders?
-
@d-healey what even is VST2 ?? ,))) let me check how to disable it
-
@d-healey or enable VST3, that is. I thought it was on by default too, never bothered to check
-
@d-healey yeah well, now it fails on another message
▸ Compiling include_hi_dsp_library_02.cpp
▸ Compiling PresetData.cpp
▸ Compiling Plugin.cpp
▸ Building library libUNSTABLE.a
▸ Compiling include_juce_audio_plugin_client_VST3.cpp
▸ Compiling include_juce_audio_plugin_client_VST3.cpp
▸ Processing Info-VST3.plist
** BUILD FAILED **damn. I wanted to be out for a beer an hour ago LOL
-
@Morphoice did you extract the SDK in the tools folder?
-
@d-healey aye it's all there
-
@Morphoice you 100% definitely got the right folder structure?
-
@d-healey got all green ticks on the setup export wizard
-
@Morphoice did you clean the build folder after enabling vst3?
-
@d-healey yes that too... it seems to be a problem with the SDK, i might have vst3 sdk stuff I downloaded from steinberg still in there... deleted everything and extracted the zip file in the tools folder again now it goes to the linking phase... taking a long time but I reckon it will work this time.
-
@Morphoice said in ERROR: Cycle inside a single target:
linking phase... taking a long time
Yeah linking takes ages on MacOS
-
@d-healey @Christoph-Hart YESSS! Build successful, we finally got it.
Men, I owe you! That was a long birth, but a milestone for me. Made huge steps today, tThank you so much for your help and patience, I shall drink to you both now!!!
-
This post is deleted! -
@d-healey btw the wavetable oscillators dont seem to do anything inside cubase... do the wavetables somehow have to be compiled into the project? only the noise oscillator seems to work
-
@Morphoice said in ERROR: Cycle inside a single target:
btw the wavetable oscillators dont seem to do anything inside cubase... do the wavetables somehow have to be compiled into the project? only the noise oscillator seems to work
Can't help you here, I haven't used the wavetable or cubase.
-
@d-healey no worries, I'll figure it out