Re: Compilation error installing on Raspberry Pi

2017-09-25 Thread Philip Abbey
Thanks Mike! That was going to be my next attempt, and your command line saved me figuring out how. All compiles now. Now trying to figure out why the config files are not being picked up... Philip -- Sent from: http://apache-guacamole-incubating-users.2363388.n4.nabble.com/

Re: Compilation error installing on Raspberry Pi

2017-09-24 Thread Mike Jumper
You may need to explicitly disable support for WebP: ./configure --without-webp It looks like the libwebp installed in your case is old enough that its API is incompatible with that used by Guacamole. I'd need to look deeper to determine what the minimum version of libwebp would be for

Compilation error installing on Raspberry Pi

2017-09-24 Thread Philip Abbey
Thought I would see how var I could get with installing Guacamole on a Raspberry Pi. It was all looking so good, 'configure' gave me the thumbs up. Alas 'make' failed compiling 'libguac_la-encode-webp.lo' with errors from 'encode-webp.c'. Now I had to mess with the dependencies a little, falling