You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from CarlaPluginLADSPADSSI.cpp:27:
In file included from ../../utils/CarlaOscUtils.hpp:23:
In file included from /usr/local/include/lo/lo.h:29:
/usr/local/include/lo/lo_types.h:60:29: error: typedef redefinition with different types ('struct lo_message_ *' vs 'void *')
60 | typedef struct lo_message_ *lo_message;
| ^
../CarlaPlugin.hpp:27:15: note: previous definition is here
27 | typedef void* lo_message;
| ^
1 error generated.
Should probably guard this typedef within #ifndef HAVE_LIBLO.
The text was updated successfully, but these errors were encountered:
Compiling CarlaEngineClient.cpp
In file included from CarlaPluginInternal.hpp:21,
from CarlaPlugin.cpp:18:
../CarlaPlugin.hpp:783:35: error: 'lo_message' has not been declared
783 | lo_message msg);
| ^~~~~~~~~~
6 more...
Carla/source/backend/CarlaPlugin.hpp
Line 27 in 1e3b910
As of liblo 0.32, specifically radarsat1/liblo@2c1ef1c, this errors in clang:
Should probably guard this typedef within
#ifndef HAVE_LIBLO
.The text was updated successfully, but these errors were encountered: