Hi, The file amp.c needs a quick fix: line 46 (declaring argument for LV2_Handle instantiateAmp) reads: const LV2_Host_Feature * const* features) should read: const LV2_Feature * const* features) regards, James.