falkTX / Carla

Audio plugin host
https://kx.studio/carla
1.55k stars 144 forks source link

error: typedef redefinition with different types ('struct lo_message_ *' vs 'void *') #1867

Closed yurivict closed 3 months ago

yurivict commented 3 months ago
In file included from CarlaEngineClient.cpp:18:
In file included from ./CarlaEngineClient.hpp:22:
In file included from ./CarlaEnginePorts.hpp:22:
In file included from ./CarlaEngineInternal.hpp:27:
In file included from ./CarlaEngineOsc.hpp:28:
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 *')
typedef struct lo_message_ *lo_message;
                            ^
../CarlaPlugin.hpp:27:15: note: previous definition is here
typedef void* lo_message;
              ^
1 error generated.

Version: 2.5.8 liblo-0.32 clang-16 FreeBSD 14.0

falkTX commented 3 months ago

Fixed in 1950c68edf5138f36b7abaf47548c5ace7c71644 Will be part of 2.5.9 release soon