And here's the first issue I faced building the client (disclaimer: I'm no Java programmer, so I'm not familiar with all this stuff unfortunately).
I've installed maven and openjdk-8-jdk packages, then ran "mvn package" as instructions told me to. And here's the latest error log I am getting: https://pastebin.com/raw/ChVkX1zZ I'm probably missing something dead simple from a Java dev viewpoint. Any tips? --- Thanks, Vasily чт, 11 окт. 2018 г. в 19:04, Vasily <[email protected]>: > Thanks for the update, Mike! > Going to try things now. > > I've built the server on Debian Stretch and now I'm looking into building > the client, will post an update if I find anything useful. > > If someone would be following my steps, here's what I had to install: > $ apt install xserver-xorg xserver-xorg-dev libxcb-randr0-dev > libxcb-xfixes0-dev libwebsockets-dev libxfont1-dev > > And here's my configure line: > $ ./configure --prefix=/opt/guacamole-xf86 > --with-xorg-module-dir=/usr/lib/xorg/modules/ > > P.S. Mike, I've noticed that you have probably missed one merge conflict > during rebase, here's quick-and-dirty diff I had to make: > $ git diff > diff --git a/Makefile.am b/Makefile.am > index 298e1a5e..a91293cf 100644 > --- a/Makefile.am > +++ b/Makefile.am > @@ -26,7 +26,6 @@ > ACLOCAL_AMFLAGS = -I m4 > > # Subprojects > -<<<<<<< HEAD > DIST_SUBDIRS = \ > src/libguac \ > src/common \ > > --- > Thanks, > Vasily > > чт, 11 окт. 2018 г. в 12:12, Mike Jumper <[email protected]>: > >> Hi Vasily, >> >> Please see: >> >> https://lists.apache.org/thread.html/5f4a5afa46dfcc974f254cc7bcf962 >> d08e29b7af7459e3030b6f6448@%3Cuser.guacamole.apache.org%3E >> >> The instructions in the thread above should cover cloning and building the >> relevant branches. I've just rebased both against master, so theoretically >> they are current, but tread carefully. >> >> Note that the thread refers to "incubator-guacamole-client" and >> "incubator-guacamole-server". These are the old repositories from back >> when >> Apache Guacamole was still incubating. They have since been renamed to >> "guacamole-client" and "guacamole-server". If you accidentally use the old >> "incubator-" repositories, things should still work. GitHub should >> transparently redirect you to the new repositories. >> >> - Mike >> >> On Thu, Oct 4, 2018, 10:19 Vasily <[email protected]> wrote: >> >> > Hello list! >> > >> > I wonder if anyone has Guacamole X11 backend running, even at testing. >> > I tried contacting relevant issue GUACAMOLE-168 owner (see below), and >> he >> > recommended me to write to the list instead. >> > >> > I am happy to be an alpha-tester if needed, or even try to contribute >> > something (I have no experience coding for X11, but I know something >> about >> > coding for Linux and a tad about JS). >> > >> > Thanks, >> > Vasily >> > >> > ---------- Forwarded message --------- >> > From: Mike Jumper <[email protected]> >> > Date: вт, 2 окт. 2018 г. в 21:13 >> > Subject: Re: Guacamole X11 >> > To: <[email protected]> >> > >> > >> > Hi Vasily, >> > >> > If you have questions regarding Guacamole, please pose your questions on >> > one of the mailing lists rather than contacting me directly. That way, >> > others (not just myself) can have the opportunity to answer, and other >> > users can benefit from that answer if they happen to encounter the same >> > problem/question: >> > >> > http://guacamole.apache.org/support/#mailing-lists >> > >> > Thanks, >> > >> > - Mike >> > >> > >> > On Tue, Oct 2, 2018 at 7:13 AM, <[email protected]> wrote: >> > >> > > Hello, Mike! >> > > >> > > I've recently discovered Guacamole while searching how to access my >> home >> > > machines using browser only. >> > > So far it was working really great for my Win7 machine, and I want to >> do >> > > the same for Linux. It's possible to use VNC, but X11 should >> obviously be >> > > faster. >> > > >> > > I stumbled upon this issue: >> > > https://issues.apache.org/jira/browse/GUACAMOLE-168, and it states >> that >> > > you have some local version which seems to be working. >> > > I was wondering whether you can share the patches with me so I can >> try to >> > > use it at my home :) >> > > >> > > Thanks in advance, >> > > Vasily >> > > >> > >> >
