realnc Posted June 5, 2013 Share Posted June 5, 2013 Edit:Please disregard this post. The problem was my own fault and had to do with using the wrong *.ini file to start the server.I've just updated my murmur server to 1.2.4. Compiled from source using: qmake CONFIG+=no-client CONFIG+=no-ice QMAKE_CFLAGS_RELEASE="-pipe -mtune=native -march=native -O2 -fomit-frame-pointer" QMAKE_CXXFLAGS_RELEASE="-pipe -mtune=native -march=native -O2 -fomit-frame-pointer"Then "make" as usual and copied the murmurd executable over my old one. Works nicely, except that I've added: suggestversion=1.2.5in my murmur.ini (so I can test it with the 1.2.4 client), but nothing's happening. The client doesn't show anything in its text panel when connecting. I can see this in murmur.log, which might be related: Object::connect: No such slot MurmurDBus::userTextMessage(const User*,TextMessage)There are no other errors or warnings in the log. This is the only one. Can it be due to the old version of Qt I'm using (4.4.3), or is that unrelated? Quote Link to comment Share on other sites More sharing options...
realnc Posted June 5, 2013 Author Share Posted June 5, 2013 Please disregard my post. The problem was my own fault and had to do with using the wrong *.ini file to start the server. Feel free to delete this thread. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.