Develop Loris build errors
-
Building on MacOS seems to be working again but on Linux I'm still seeing a bunch of errors, seem to all be related to Loris.
There's too many to list but they all seem to be along these lines:
/usr/include/c++/11/bits/unique_ptr.h:242:11: error: redeclared with 2 template parameters 242 | class unique_ptr /usr/include/c++/11/bits/unique_ptr.h:740:11: error: request for member ‘swap’ in ‘__x’, which is of non-class type ‘int’ 740 | { __x.swap(__y); } /usr/include/c++/11/bits/unique_ptr.h:753:5: error: ‘bool std::operator==(const int&, const int&)’ must have an argument of class or enumerated type 753 | operator==(const unique_ptr<_Tp, _Dp>& __x,
-
@d-healey Please check again, I needed to change some preprocessors for it to compile on C++17.
-
@Christoph-Hart said in Develop Loris build errors:
@d-healey Please check again, I needed to change some preprocessors for it to compile on C++17.
Yep, builds now thanks!
But... Loris no longer works (the scripted API that is, I haven't tested the wavetable).
-
@d-healey said in Develop Loris build errors:
But... Loris no longer works (the scripted API that is, I haven't tested the wavetable).
Bump