Hello list!
the compilation of the x2goclient 3.0.1.18 fails due to missing files xsettingsui.ui, xsettingswidget.cpp, xsettingswidget.h.
Those files are actually residing in ./x2goclient/* but Makefile expects them in the current directly.
Instead of adjusting the Makefile, I simply moved the files to the parent directory. Then, the x2goclient compiled cleanly on Arch Linux.
regards, Milan
-- http://www.milan-knizek.net/ About linux and photography (Czech only) O linuxu a fotografování (pouze česky)
Hi Milan,
this is already fixed in the x2goclient Git project on code.x2go.org.
However, no new version has yet been tagged as a release. You may draw
the latest code from Git anyway. Currently, the HEAD of the master
branch should be fine.
Greets, Mike
On Sa 21 Mai 2011 17:58:48 CEST Milan Knížek wrote:
Hello list!
the compilation of the x2goclient 3.0.1.18 fails due to missing files xsettingsui.ui, xsettingswidget.cpp, xsettingswidget.h.
Those files are actually residing in ./x2goclient/* but Makefile expects them in the current directly.
Instead of adjusting the Makefile, I simply moved the files to the parent directory. Then, the x2goclient compiled cleanly on Arch Linux.
regards, Milan
-- http://www.milan-knizek.net/ About linux and photography (Czech only) O linuxu a fotografování (pouze česky)
X2go-dev mailing list X2go-dev@lists.berlios.de https://lists.berlios.de/mailman/listinfo/x2go-dev
--
DAS-NETZWERKTEAM mike gabriel, dorfstr. 27, 24245 barmissen fon: +49 (4302) 281418, fax: +49 (4302) 281419
GnuPG Key ID 0xB588399B mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xf...
V Sat, 21 May 2011 20:24:17 +0200 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> napsáno:
Hi Milan,
Hi Mike,
this is already fixed in the x2goclient Git project on code.x2go.org. However, no new version has yet been tagged as a release. You may draw the latest code from Git anyway. Currently, the HEAD of the master branch should be fine.
From today's Git:
x install failed due to missing x2goclient.desktop (which is in desktop subdir). Patch to the Makefile is attached.
x compilation fails due to missing "qmake-qt4", which on Archlinux is called simply "qmake". I assume that this is distro specific.
Having been corrected for the above matters, it compiled cleanly.
regards, Milan
-- http://www.milan-knizek.net/ About linux and photography (Czech only) O linuxu a fotografování (pouze česky)
Hi Milan,
On So 22 Mai 2011 16:57:37 CEST Milan Knížek wrote:
V Sat, 21 May 2011 20:24:17 +0200 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> napsáno:
this is already fixed in the x2goclient Git project on code.x2go.org. However, no new version has yet been tagged as a release. You may draw the latest code from Git anyway. Currently, the HEAD of the master branch should be fine.
From today's Git:
x install failed due to missing x2goclient.desktop (which is in desktop subdir). Patch to the Makefile is attached.
This one I have just committed...
About the qmake-qt4 issue you reported I have to think about how to
handle it in the Makefile...
Greets, Mike
--
DAS-NETZWERKTEAM mike gabriel, dorfstr. 27, 24245 barmissen fon: +49 (4302) 281418, fax: +49 (4302) 281419
GnuPG Key ID 0xB588399B mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xf...