client for matrix.org

Matthias Apitz guru at unixarea.de
Sat Jan 13 20:01:41 UTC 2018


El día sábado, enero 13, 2018 a las 06:49:40p. m. +0000, emilia escribió:

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

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

[guru at 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/networkaccessmanager.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 identifier 'bind'
                bind(&Private::renameMember, this, _1, _2));
                ^
1 error generated.
gmake[2]: *** [lib/CMakeFiles/qmatrixclient.dir/build.make:159: lib/CMakeFiles/qmatrixclient.dir/room.cpp.o] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:198: lib/CMakeFiles/qmatrixclient.dir/all] 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


-- 
Matthias Apitz, ✉ guru at unixarea.de, ⌂ http://www.unixarea.de/  📱 +49-176-38902045
Public GnuPG key: http://www.unixarea.de/key.pub
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20180113/cff05561/attachment.sig>


More information about the freebsd-questions mailing list