[Fluxus] lo_arg_size declaration in fluxa/src/OSCServer.cpp

Dave Griffiths dave at pawfal.org
Tue Nov 25 08:01:16 PST 2008


Hi Fabien,

> When compiling fluxus from the CSV repository, I've the following error :
>
>  fluxa/src/OSCServer.cpp
>  fluxa/src/OSCServer.cpp: In static member function 'static int
> OSCServer::DefaultHandler(const char*,  const char*, lo_arg**, int, void*,
> void*)':
>  fluxa/src/OSCServer.cpp:66: error: 'lo_arg_size' was not declared in this
> scope
>
> then I've corrected it with the following modification at the begining of
> the file fluxa/src/OSCServer.cpp after the includes statements :
>
> extern "C" {
>    size_t lo_arg_size (lo_type type, void *data);
> }

Thanks for this! I talked to Stephen Sinclair about this and he made the
function accessible again, but yup, it's missing for the current version
by default.

cheers,

dave




More information about the Fluxus mailing list