wolf-plugins / wolf-shaper

Waveshaper plugin with a spline-based graph editor (LV2, VST, and CLAP)
https://wolf-plugins.github.io/wolf-shaper/
GNU General Public License v3.0
218 stars 19 forks source link

[1.0.0] error: use of undeclared identifier 'puglGetNativeView' #157

Closed yurivict closed 1 year ago

yurivict commented 1 year ago

There is no pugl git submodule. Build breaks with the latest pugl revision.

FreeBSD 13.1

pdesaulniers commented 1 year ago

I just verified the latest source tarball, and the submodule appears to be present at the expected location (dpf/dgl/src/pugl-upstream). The submodule is also present if I clone the master branch with --recursive

If I look at dpf/.gitmodules, I see:

[submodule "dgl/src/pugl-upstream"]
    path = dgl/src/pugl-upstream
    url = https://github.com/DISTRHO/pugl.git

Can you please double-check your build script? Perhaps there is some sort of path mismatch, like in this previous issue? https://github.com/wolf-plugins/wolf-shaper/issues/137

yurivict commented 1 year ago

.gitmodules only has 1 entry: https://github.com/wolf-plugins/wolf-shaper/blob/master/.gitmodules

yurivict commented 1 year ago

Ah, I see. It's an embedded submodule...