Hello everybody,
I'm tryng to adding cpl-c to my ser proxy in linux ambient.
 
I removed from Makefile cpl-c string in the line:
exclude_module?=            cpl cpl-c ext extcmd\
                                        . . .
Then I re-compiled:
make modules
 
Diagnostic gave me error:
cpl_proxy.h 444 structures has no member named 'register_req_cb'
cpl_proxy.h 450 structures has no member named 'register_req_cb'
 
What I'm wronging?
 
Enzo