Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jan 2018 21:01:29 +0100
From:      Matthias Apitz <guru@unixarea.de>
To:        freebsd-questions@freebsd.org
Subject:   Re: client for matrix.org
Message-ID:  <20180113200129.GA6848@c720-r314251>
In-Reply-To: <F3142F2B-2467-4CFA-9EE5-4DDE4A8C5F4F@disroot.org>
References:  <20180104055057.GA2656@c720-r314251> <20180108091328.GA3075@venera> <F3142F2B-2467-4CFA-9EE5-4DDE4A8C5F4F@disroot.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--lrZ03NoBR/3+SXJZ
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

El d=C3=ADa s=C3=A1bado, enero 13, 2018 a las 06:49:40p. m. +0000, emilia e=
scribi=C3=B3:

>=20
>=20
> >> Anybody knows some client for matrix.org which could run on FreeBSD?
>=20
> I am using the quaternion[1] client on a daily basis on freebsd, havent b=
een able to make a port yet but it compiles without modifications on 11.1 (=
requires clang 5 though)
>=20
> [1] https://github.com/QMatrixClient/Quaternion

Thanks. I followed the instructions in BUILDING.md and it failes on my
CURRENT with:

[guru@c720-r314251 ~/Quaternion/build_dir]$ cmake --build . --target all  ^C
	...
Generating moc compilation qmatrixclient_automoc.cpp
[  2%] Built target qmatrixclient_automoc
Scanning dependencies of target qmatrixclient
[  4%] Building CXX object lib/CMakeFiles/qmatrixclient.dir/networkaccessma=
nager.cpp.o
[  5%] Building CXX object lib/CMakeFiles/qmatrixclient.dir/connectiondata.=
cpp.o
[  7%] Building CXX object lib/CMakeFiles/qmatrixclient.dir/connection.cpp.o
[  8%] Building CXX object lib/CMakeFiles/qmatrixclient.dir/logging.cpp.o
[ 10%] Building CXX object lib/CMakeFiles/qmatrixclient.dir/room.cpp.o
/home/guru/Quaternion/lib/room.cpp:513:17: error: use of undeclared identif=
ier 'bind'
                bind(&Private::renameMember, this, _1, _2));
                ^
1 error generated.
gmake[2]: *** [lib/CMakeFiles/qmatrixclient.dir/build.make:159: lib/CMakeFi=
les/qmatrixclient.dir/room.cpp.o] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:198: lib/CMakeFiles/qmatrixclient.dir/a=
ll] Error 2
gmake: *** [Makefile:128: all] Error 2

I modified the call of 'bind(....)' to:

                std::bind(&Private::renameMember, this, _1, _2));

and it compiled;

it starts fine, let me login and shows my rooms. But does not show any
text of the messages, only the nickname and the time, but not the text.

Any idea?

	matthias


--=20
Matthias Apitz, =E2=9C=89 guru@unixarea.de, =E2=8C=82 http://www.unixarea.d=
e/  =F0=9F=93=B1 +49-176-38902045
Public GnuPG key: http://www.unixarea.de/key.pub

--lrZ03NoBR/3+SXJZ
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEXmn7rBYYViyzy/vBR8z35Hb+nREFAlpaZZYACgkQR8z35Hb+
nRFzdQ/+OQ7uvxQBZZhcSUi/9B7DuuOlrx45Plgwh0JCpiaHPvvsARTZdNyJ4HAq
IvV4xW+Ux0fbo271DAvJRXBQ+f6SEiFvt54znkOWQJvokvE3+XTZEr4UiSRmZbZt
cyOumjVj0PIj2o1HJZnEwprhUDqiokIYqBlmxN5qqdmPp2tvOVv8huCpCApixKlX
wG1EII4BeLcBf/TE6QmopqjS5Nsfp5S3V8RZjN29soBqv9J7/mZdLoZF1m/hzCyT
ly6VlCRRZhOhm9Kk8ox5lxMjZws/a3NdRq6jxt5pZ3TfnAsP6dlEn6npV01PD6HR
QM8Wuyk2Q5RKSVAQZ0bKnaksPNF8z+XXVxpt361YmSdu7g36FuCzKT0vyq9OUIW3
+gmekeJU6v2ABUMpX/qxLeLtoyhLvMXhtd3dSfyWBwxDE5KTxSpTxnLV7mpvByB4
+oOEo5B71j0WEMdBJUl5UocIbOfLMxQ1TXyXjB5IrgqediuqdXrC6Roia//DhjaD
zerhicgaLIfufyzumr8tn8dP4Jm3p5RHYXBPRJJfhSW4M/pCq2VCvAyuEp7iaAbt
YjCzc/ls12Pz6pGi7mqVFm9LB+BR+/EQD07lEeqO+wCYxMTlQ7sZX+c8VjHziXI/
V/H2uE9l01+/5MRzb/Kv5NVTcXFMB3Ux5Txt3gMxwmS3kb94OaM=
=sCXD
-----END PGP SIGNATURE-----

--lrZ03NoBR/3+SXJZ--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180113200129.GA6848>