[X2Go-Dev] Bug#1124: FTBFS on non-Linux platforms
Mike Gabriel
mike.gabriel at das-netzwerkteam.de
Fri Dec 9 14:44:31 CET 2016
Package: x2goclient
Severity: normal
Version: 4.0.5.2
Hi Mihai,
In sharewidget.cpp, there is an awkward ifdef structure that causes an
FTBFS on non-Linux but Unix-like platforms (e.g. Debian GNU/Hurd or
Debian GNU/kFreeBSD):
```
#ifdef Q_OS_WIN
QString fromCode=tr ( "WINDOWS-1252" );
#endif
#ifdef Q_OS_DARWIN
QString fromCode="UTF-8";
#endif
#ifdef Q_OS_LINUX
QString fromCode=tr ( "ISO8859-1" );
#endif
```
Please fix this upstream and I'll cherry-pick your commit and fix the
Debian package of x2goclient.
See here for build logs:
https://buildd.debian.org/status/package.php?p=x2goclient
Greets,
Mike
--
DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
mobile: +49 (1520) 1976 148
landline: +49 (4354) 8390 139
GnuPG Fingerprint: 9BFB AEE8 6C0A A5FF BF22 0782 9AF4 6B30 2577 1B31
mail: mike.gabriel at das-netzwerkteam.de, http://das-netzwerkteam.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: Digitale PGP-Signatur
URL: <http://lists.x2go.org/pipermail/x2go-dev/attachments/20161209/83bc03f7/attachment.pgp>
More information about the x2go-dev
mailing list