Building libqxt on linux and Qt5

Issue #37 resolved
Former user created an issue

Issue when trying to build libqxt using Qt5 on linux. Seems qxtdaemon.cpp is still trying to use qInstallMsgHandler() on linux with Qt5 :/

compiling qxtdaemon.cpp
qxtdaemon.cpp: In member function ‘bool QxtDaemon::daemonize(bool)’:
qxtdaemon.cpp:220:49: error: ‘qInstallMsgHandler’ was not declared in this scope
qxtdaemon.cpp:215:9: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
make[1]: *** [release/.obj/qxtdaemon.o] Error 1
make[1]: Leaving directory `/home/jnewing/libqxt/src/core'
make: *** [sub-src-core-make_first] Error 2

Comments (2)

  1. Log in to comment