jackokring / KRTPluginA

Another later version VCV rack repo.
Other
6 stars 0 forks source link

Build failure on macOS platform #6

Closed cschol closed 10 months ago

cschol commented 1 year ago

Build failure when compiling with Rack Plugin Toolchain:

src/plugin.cpp:132:27: error: member reference base type 'plist<kind> *' is not a structure or union
                plist<kind>* here = this.next.load();
                                    ~~~~^~~~~
src/plugin.cpp:134:7: error: member reference base type 'plist<kind> *' is not a structure or union
                this.next.store(what);
                ~~~~^~~~~