Thanks for the advice. On Thu, 14 Sep 2023 14:27:11 +0100 Jon Turney wrote: > Ideally this would have LICENSE as well. > > From looking at https://repology.org/project/ladspa-sdk/information I'd > guess "LGPL-2.1-or-later"?
Added. > On 13/09/2023 15:30, Takashi Yano via Cygwin-apps wrote: > > src_compile() { > > lndirs > > cd ${B}/src > > cygmake targets \ > > CC="${CC}" \ > > CFLAGS="${CFLAGS} -I${S}/src" \ > > CXXFLAGS="${CXXFLAGS}" \ > > Looks like CXXFLAGS needs -I${S}/src, otherwise I get > > plugins/sine.cpp:24:10: fatal error: ladspa.h: No such file or directory Indeed. I did not notice that because I had installed previous ladspa-sdk package which installs /usr/include/ladspa.h. Thanks! -- Takashi Yano <takashi.y...@nifty.ne.jp>