-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
field ‘fContext’ has incomplete type ‘DGL::GraphicsContext’ #67
Comments
@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
Does this work for you, too? |
Should resolve regression introduced in commit edf59cd Should resolve corresponding issue with partially defined 'fContext' zynaddsubfx/zyn-fusion-build#67
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 |
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.The text was updated successfully, but these errors were encountered: