Hello,
When compiling AliceO2 with FairRoot there is a mismatch found in the call of the function:
FairMQTransportFactory::CreateMessage(void* data, const size_t size, fairmq_free_fn* ffn, void* hint = NULL)
from the source file:
devices/flp2epn-distributed/FLPSender.cxx
where only the first two arguments are specified. In my local fix I have added the NULL default
argument for the third one too and succeeded to compile till the end.
Thanks you for looking on this.
cheers,
Bogdan.
Hello,
When compiling AliceO2 with FairRoot there is a mismatch found in the call of the function:
FairMQTransportFactory::CreateMessage(void* data, const size_t size, fairmq_free_fn* ffn, void* hint = NULL)
from the source file:
devices/flp2epn-distributed/FLPSender.cxx
where only the first two arguments are specified. In my local fix I have added the NULL default
argument for the third one too and succeeded to compile till the end.
Thanks you for looking on this.
cheers,
Bogdan.