Hello,
I’ve just downloaded from git (master branch) but I cannot build it, made some progress by installing libcurl3-dev (not listed in dependancies needed) and JUCE in my home directory but this is how far I got (sorry for the italian messages):
Compiling include_juce_opengl.cpp Compiling include_juce_video.cpp Linking Cabbage - App build/intermediate/Release/CabbageDocumentWindow_3af539ae.o: nella funzione "CabbageDocumentWindow::CabbageDocumentWindow(juce::String, juce::String)": CabbageDocumentWindow.cpp:(.text+0x38dd): riferimento non definito a "PluginExporter::exportPlugin(juce::String, juce::File, juce::String)" CabbageDocumentWindow.cpp:(.text+0x3e3e): riferimento non definito a "PluginExporter::exportPlugin(juce::String, juce::File, juce::String)" build/intermediate/Release/CabbageDocumentWindow_3af539ae.o: nella funzione "CabbageDocumentWindow::perform(juce::ApplicationCommandTarget::InvocationInfo const&)": CabbageDocumentWindow.cpp:(.text+0x51d0): riferimento non definito a "PluginExporter::exportPlugin(juce::String, juce::File, juce::String)" CabbageDocumentWindow.cpp:(.text+0x56ac): riferimento non definito a "PluginExporter::exportPlugin(juce::String, juce::File, juce::String)" build/intermediate/Release/CabbagePluginEditor_4348213a.o: nella funzione "CabbagePluginEditor::insertStringSequencer(juce::ValueTree)": CabbagePluginEditor.cpp:(.text+0x2cdd): riferimento non definito a "CabbageStringSequencer::CabbageStringSequencer(juce::ValueTree, CabbagePluginEditor*)" collect2: error: ld returned 1 exit status MakeCabbageIDE:142: set di istruzioni per l'obiettivo "build/Cabbage" non riuscito make: *** [build/Cabbage] Errore 1 cp: impossibile eseguire stat di './build/Cabbage': File o directory non esistente ./buildCabbage: riga 36: ../../../JUCE/extras/Projucer/Builds/LinuxMakefile/build/Projucer: File o directory non esistente mv: impossibile eseguire stat di 'Makefile': File o directory non esistente Cleaning CabbagePluginEffect make: *** Nessuna regola per generare l'obiettivo "../../JuceLibraryCode/include_juce_audio_plugin_client_VST2.cpp", necessario per "build/intermediate/Release/include_juce_audio_plugin_client_VST2_dd551e08.o". Arresto. make: *** Attesa per i processi non terminati.... cp: impossibile eseguire stat di './build/CabbagePlugin.so': File o directory non esistente ./buildCabbage: riga 43: ../../../JUCE/extras/Projucer/Builds/LinuxMakefile/build/Projucer: File o directory non esistente mv: impossibile eseguire stat di 'Makefile': File o directory non esistente Cleaning CabbagePluginSynth make: *** Nessuna regola per generare l'obiettivo "../../JuceLibraryCode/include_juce_audio_plugin_client_VST2.cpp", necessario per "build/intermediate/Release/include_juce_audio_plugin_client_VST2_dd551e08.o". Arresto. make: *** Attesa per i processi non terminati.... cp: impossibile eseguire stat di './build/CabbagePlugin.so': File o directory non esistente ./buildCabbage: riga 50: ../../../JUCE/extras/Projucer/Builds/LinuxMakefile/build/Projucer: File o directory non esistente mv: impossibile eseguire stat di 'Makefile': File o directory non esistente make: MakeCabbageLite: File o directory non esistente make: *** Nessuna regola per generare l'obiettivo "MakeCabbageLite". Arresto. make: MakeCabbageLite: File o directory non esistente make: *** Nessuna regola per generare l'obiettivo "MakeCabbageLite". Arresto. cp: impossibile eseguire stat di './build/CabbageLite': File o directory non esistente
My machine is Ubuntu 16.04, with csound 6.09.1 built from sources.
Any Idea?
Thank you in advance