Re: Maven error while compiling 1.6.0

2025-07-05 Thread Nick Couchman
On Thu, Jun 26, 2025 at 7:33 AM Horváth Csaba wrote: > Hi, > > Now i'm getting this... > > checking dependency style of gcc... (cached) gcc3 > ./configure: line 15007: syntax error near unexpected token `newline' > ./configure: line 15007: `yes:' > > Checked and the yes: branch missing a ) , but

Re: Maven error while compiling 1.6.0

2025-06-26 Thread Horváth Csaba
Hi, Now i'm getting this... checking dependency style of gcc... (cached) gcc3 ./configure: line 15007: syntax error near unexpected token `newline' ./configure: line 15007: `yes:' Checked and the yes: branch missing a ) , but it does not work with any solution. Cs. On Thu, Jun 26, 2025 at 1:16

Re: Maven error while compiling 1.6.0

2025-06-26 Thread Horváth Csaba
Hi, Managed to find the autoreconf -fi command for this in the documentation (sorry, i overlooked which component is the subject of that part). Also does not work. Plreviously i could build 1.5.5 on this machine. guacamole-server# ./configure --with-rdp --with-ssh2 --with-vnc configure: WARNING:

Re: Maven error while compiling 1.6.0

2025-06-26 Thread Antoine Besnier
maven is used to build the client.you are trying to build the server. See here to build the server: https://guacamole.apache.org/doc/gug/guacamole-native.html#building-guacamole-server And here about the client: https://guacamole.apache.org/doc/gug/guacamole-native.html#guacamole-client Cheers

Maven error while compiling 1.6.0

2025-06-26 Thread Horváth Csaba
Hi, I'm getting this error when i try to compile the Git source of 1.6.0 . Does anyone have a solution...? (The build have ran for a long time, and this appears at the end.) Thanks :) guacamole-server# ls bin CONTRIBUTING Dockerfilem4 NOTICE README-unit-testing.md util con