From: Jan Engelhardt <[email protected]> Date: 2012-11-12 18:13:30.889134720 +0100
build: resolve new compile failure in 3.99.3.0 The proper path is just <QtNetwork/qabstract.h>. If your copy lives in a non-standard location, you have to tell configure. [ 19s] ../sshmasterconnection.cpp:45:43: fatal error: qt4/QtNetwork/qabstractsocket.h: No such file or directory [ 19s] compilation terminated. --- sshmasterconnection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: x2goclient-3.99.3.0/sshmasterconnection.cpp =================================================================== --- x2goclient-3.99.3.0.orig/sshmasterconnection.cpp +++ x2goclient-3.99.3.0/sshmasterconnection.cpp @@ -42,7 +42,7 @@ #include <arpa/inet.h> /* for sockaddr_in and inet_addr() */ #include <arpa/inet.h> #include <netinet/tcp.h> -#include <qt4/QtNetwork/qabstractsocket.h> +#include <QtNetwork/qabstractsocket.h> #endif
_______________________________________________ X2Go-Dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/x2go-dev
