On Sun, Sep 15, 2019 at 6:10 AM Alain UBFC <[email protected]> wrote:
> Good morning, everyone, > ... > Here is the error: > > guacenc.c:79:5: error:'avcodec_register_all' is > deprecated[-Werror=deprecated-declarations] > avcodec_register_all(); > ^~~~~~~~~~~~~~~~~~~~ > In file included from guacenc.c:27: > /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:4102:6: note: > declared here > void avcodec_register_all(void); > ^~~~~~~~~~~~~~~~~~~~ > cc1: all warnings being treated as errors > make[2]: *** [Makefile:761: guacenc-guacencenc.o] Error 1 > make[2] : we leave the directory " > /opt/guacamole-server-1.0.0.0/src/guacenc ". > make[1]: *** [Makefile:510: all-recursive] Error 1 > make[1] : we leave the directory " /opt/guacamole-server-1.0.0.0 ". > make: *** [Makefile:432: all] Error 2 > > > Do you have any idea how to remove this error? > Disable the guacenc portion of the build with the configure script's "--disable-guacenc" option, build from git, or await the 1.1.0 release in which this is fixed. See: https://issues.apache.org/jira/browse/GUACAMOLE-638 - Mike
