gauderbock wrote: ↑Tue Apr 28, 2020 9:50 am
Sounds great! I'm missing my LV2s though
Nice to hear you like the new power amps.
gauderbock wrote: ↑Sat Apr 25, 2020 8:04 pm
Code: Select all
cp: cannot create regular file 'src/LV2/xputty/resources/back.png': Permission denied
Still, I've no idea why that could happen. Permission denied, means you can't write to the location, which is strange, as all other files write to the build folder well.
What you could try is, do a fresh checkout to a other location on your computer (still into home somewhere) and then try to build the lv2 plugins only.
Code: Select all
./waf configure --prefix=/usr --includeresampler --includeconvolver --no-standalone
do a verbose build, maybe I could read out something from the output, in case it goes wrong again.
if the build fail, check if the folder /trunk/build/src/LV2/xputty/resources exist in the source tree.
On the road again.