--Boundary-00=_Ice/HN99orSHlKH Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, some feedback from trying to build freenx-client 0.9 release: a) it does not build with gcc 4.3. see attached patch b) qtnx can still not install itself. see other attached patch c) as qtnx needs pkgconfig to resolve the libnxcl, which is built in the other subdir, I think it would cause less pain for the packagers of those two sub directory would be separated in different tarballs. They don't share a common build system anyway. d) the source code claims to be GPL v2+. GPL however requires to ship a GPL license in a file named COPYING as part of the package. this doesn't seem to be the case. Please clarify the actual license of the code. Also, list of authors etc is missing as well, but I fetched them from the actual source file. e) the autoconf/automake requires of libnxcl are extremely high, while it seems to build just fine with older version of autotools, once those are fixed. Is there a reason for that? this is a problem for older distributions. Greetings, Dirk --Boundary-00=_Ice/HN99orSHlKH Content-Type: text/x-diff; charset="us-ascii"; name="nxcl-docdir.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="nxcl-docdir.diff" --- nxcl/doc/Makefile.am +++ nxcl/doc/Makefile.am @@ -2,8 +2,6 @@ CLEANFILES = *~ DOXYFILE = Doxyfile -docdir = $(prefix)/doc/$(PACKAGE)-$(VERSION) - EXTRA_DIST = html SEDCMD1 = s/$$title/GNU nxcl documentation version $(VERSION)/g --Boundary-00=_Ice/HN99orSHlKH Content-Type: text/x-diff; charset="us-ascii"; name="gcc-4.3.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="gcc-4.3.diff" --- nxcl/lib/notQt.cpp +++ nxcl/lib/notQt.cpp @@ -28,6 +28,7 @@ extern "C" { #include #include } +#include #include "../config.h" #include "notQt.h" --- nxcl/lib/nxclientlib.cpp +++ nxcl/lib/nxclientlib.cpp @@ -34,6 +34,8 @@ extern "C" { #include #include } +#include +#include /* * On the location of nxproxy and nxssh binaries --- nxcl/nxcl/nxcl.cpp +++ nxcl/nxcl/nxcl.cpp @@ -30,6 +30,7 @@ extern "C" { #include #include } +#include using namespace nxcl; using namespace std; --Boundary-00=_Ice/HN99orSHlKH Content-Type: text/x-diff; charset="us-ascii"; name="qtnx-install.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="qtnx-install.diff" --- qtnx/qtnx.pro +++ qtnx/qtnx.pro @@ -27,3 +27,5 @@ DEPENDPATH += $(QTDIR)/include QT += ui xml TARGET = qtnx +target.path = $$[QT_INSTALL_BINS] +INSTALLS += target --Boundary-00=_Ice/HN99orSHlKH Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ________________________________________________________________ Were you helped on this list with your FreeNX problem? Then please write up the solution in the FreeNX Wiki/FAQ: http://openfacts.berlios.de/index-en.phtml?title=FreeNX_FAQ Don't forget to check the NX Knowledge Base: http://www.nomachine.com/kb/ ________________________________________________________________ FreeNX-kNX mailing list --- FreeNX-kNX@kde.org https://mail.kde.org/mailman/listinfo/freenx-knx ________________________________________________________________ --Boundary-00=_Ice/HN99orSHlKH--