On 12.08.2013 10:53, Hartmut Noack wrote:
Am 12.08.2013 08:51, schrieb Timo Westkämper:
Hi.
I just wanted to let you know that I have been working on a soft synth
called rogue.
New Synths are always most welcome so thanks a lot! :-)
I fail
to build it:
src/gui/rogue-gui.cpp:905:30: Schwerwiegender Fehler:
gui/rogue-gui.mcpp: Datei oder Verzeichnis nicht gefunden
Kompilierung beendet.
make: *** [rogue-gui.so] Fehler 1
Do I need any special build-tool in order to create such an mcpp-file?
mcpp ist installed (Ubuntu 13.04)
The Makefile doesn't have the dependencies setup correctly. You can do:
make gui
make
And it built..
Thanks a lot! build works OK now,
Though the plugin crashes Ardour3.3 on first contact....