Package Details: mudlet 4.19.1-2

Git Clone URL: https://aur.archlinux.org/mudlet.git (read-only, click to copy)
Package Base: mudlet
Description: A modern MUD client with a graphical user inteface and built in Lua scripting
Upstream URL: http://www.mudlet.org
Keywords: client games mud
Licenses: GPL
Submitter: None
Maintainer: rantnar
Last Packager: rantnar
Votes: 23
Popularity: 0.000008
First Submitted: 2009-03-14 03:05 (UTC)
Last Updated: 2025-06-19 18:53 (UTC)

Dependencies (21)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 7 8 9 10 11 12 13 Next › Last »

chrys87 commented on 2016-05-21 13:54 (UTC)

can confirm the QMessageBox problem. doesnt compile. i used the git package, that seems to work.

Senco commented on 2015-08-09 09:48 (UTC)

Compilation fails as seen below. QMessageBox seems to point at qt4, but that's already installed as dependency. Any suggestions? ==> Starting build()... patching file src.pro g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -O3 -w -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -isystem /usr/include/lua5.1 -isystem /usr/include/qt -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -Itmp -I/usr/lib/qt/mkspecs/linux-g++ -o tmp/TConsole.o TConsole.cpp TConsole.cpp:22:23: fatal error: QMessageBox: No such file or directory compilation terminated. Makefile:1643: recipe for target 'tmp/TConsole.o' failed make: *** [tmp/TConsole.o] Error 1 ==> ERROR: A failure occurred in build(). Aborting...

TrialnError commented on 2014-09-06 01:11 (UTC)

.exe If they didn't switch to csharp than those new builds are just for windows

Xabre commented on 2013-02-27 23:34 (UTC)

mudlet 2.1 is out for a while already.

devrs0 commented on 2013-02-07 18:37 (UTC)

The PKGBUILD has been updated.

<deleted-account> commented on 2011-03-01 15:32 (UTC)

Could the maintainer please update the AUR package using the comments below to fix the issues, or orphan the package so someone else can continue keeping it up to date?

<deleted-account> commented on 2010-12-21 06:39 (UTC)

Small correction on gefarion's PKGBUILD, the makedepends should be cmake as qmake isn't really a package: http://aur.pastebin.com/G6WyPzQi

<deleted-account> commented on 2010-12-10 18:36 (UTC)

I can not get this to work either way. I did find this: https://bugs.launchpad.net/mudlet/+bug/302633 but I do not know how to tell pkgbuild to use this makefile. I have no idea if it works, but would somebody be willing to test it?

<deleted-account> commented on 2010-11-06 03:33 (UTC)

Try this: http://aur.pastebin.com/8k4BZqp2 Works for me.

<deleted-account> commented on 2010-10-10 12:57 (UTC)

Yes, it does not work. For some reason a src.pro file is missing. I tried to create it using qmake -project, but then make failed anyway. After downloading actual source package from mudlet's site I found a src.pro file there which worked out-of-the box.