Open russnes opened 3 years ago
@JohannesLorenz You recently encountered some warnings with this part of DPF, right?
Same issue...
Sorry, I thought I had answered already.
I had this issue. The solution was to simply remove the cmake cache (or better, the whole build dir) and then to do a complete rebuild. Does this solve it for anyone?
I just tried it again in a fresh clone of the repository, but unfortunately with the same result.
Confirmed error here (ArchLinux) with build-linux.rb
. However, with only zyn, it works for me:
git clone git@github.com:zynaddsubfx/zynaddsubfx.git
cd zynaddsubfx/
git submodule update --init --recursive
mkdir build
cd build/
cmake ..
make -j 4
Does this work for you, too?
I can confirm that there was an issue (only triggered with the zest GUI build). There appears to be some hang up in terms of generating out one of the .ttl files. Hopefully this will be resolved in the next hour or so.
Perhaps the build script could target specific commits or release packages on its dependencies to avoid sudden breaking
Perhaps the build script could target specific commits or release packages on its dependencies to avoid sudden breaking
It does. A new version of one dependency was pinned as it looked like one of the build configs was fine, but the tested build config is not the one packaged by these scripts.
Build is working again on my end (at least for the build-linux.rb script). Let me know if there are remaining problems, but for now I'll close the issue.
ok, looks like there's still some residual issues with the DPF version. I'll revert that and confirm that the GUI works in LV2 at least before closing this again.
Dear all
I've tried building the project on both Debian 10 and Ubuntu 20.04, both pretty much fresh installs with the steps detailed in the Wiki under
Building on Linux
.Here's of a copy of the steps:
Unfortunately I cannot complete the step
ruby build-linux.rb
. The error as shown below is the cause.