Hi, I agree. Another solution is to keep Debian 12 and downgrade Tomcat from 10 to 9 by using Debian 11 repo for Tomcat.
Regards, Le lun. 14 août 2023, 13:54, Adrian Owen <[email protected]> a écrit : > Debian 12 runs tomcat 10 that’s not supported by Guacamole > https://issues.apache.org/jira/browse/GUACAMOLE-1325 > > Debian 11 is okay and should also fix your build issues. > > Adrian > > -----Original Message----- > From: Alessandro Sironi <[email protected]> > Sent: 14 August 2023 11:54 > To: [email protected] > Subject: Error when compile guacamole-server-1.5.3 > > Hello all, > > I'm trying to upgrade from Guacamole 1.5.2 to Guacamole 1.5.3 but I got > this error during make: > > make[2]: uscita dalla directory «/tmp/guacamole-server-1.5.3/src/guacd» > Making all in src/guacenc > make[2]: ingresso nella directory «/tmp/guacamole-server-1.5.3/src/guacenc» > CC guacenc-video.o > video.c: In function ‘guacenc_video_alloc’: > video.c:63:22: error: assignment discards ‘const’ qualifier from pointer > target type [-Werror=discarded-qualifiers] > 63 | container_format = container_format_context->oformat; > | ^ > video.c:66:22: error: initialization discards ‘const’ qualifier from > pointer target type [-Werror=discarded-qualifiers] > 66 | AVCodec* codec = avcodec_find_encoder_by_name(codec_name); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ > cc1: all warnings being treated as errors > make[2]: *** [Makefile:1126: guacenc-video.o] Errore 1 > make[2]: uscita dalla directory «/tmp/guacamole-server-1.5.3/src/guacenc» > make[1]: *** [Makefile:544: all-recursive] Errore 1 > make[1]: uscita dalla directory «/tmp/guacamole-server-1.5.3» > make: *** [Makefile:464: all] Errore 2 > > it's a standalone installation on a dedicated VM Debian 12, I've upgraded > right now from D11 to D12 and now I'm going to upgrade Guacamole too, this > is not my first guacamole 1.5.3 on a Debian 12, but this is the first time > I see this error. > > Can someone help me please? > > Thanks, > > Alessandro > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
