[Csnd-dev] Very recent Csound breaks building CsoundQt
Date | 2016-10-24 06:54 |
From | Tarmo Johannes |
Subject | [Csnd-dev] Very recent Csound breaks building CsoundQt |
Hi,
I would like to discuss a change with commit eebeb9ae51b7dd9db16c70e6c95272b61fb61056 on 2016-09-29 by Victor:
- PUBLIC int csoundCompile(CSOUND *, int argc, char **argv); + PUBLIC int csoundCompile(CSOUND *, int argc, const char **argv);
and similar changes from char * to const char *
This breaks building CsoundQt and possibly other programs using these API calls.
How necessary is this change? What do you suggest to do?
Thanks! tarmo
|