mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #00113
Re: [Bug 303575] Re: Some distributions require -llua instead of -llua5.1
Great, thanks, the qmake build will be updated for this.
--
Some distributions require -llua instead of -llua5.1
https://bugs.launchpad.net/bugs/303575
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
Status in Mudlet the MUD client: Confirmed
Bug description:
Some distributions require -llua instead of -llua5.1 in the src.pro. Mudlet should have automatic detection for this.
Meanwhile, if you receive this error:
/usr/bin/ld: cannot find -llua5.1
collect2: ld returned 1 exit status
Then edit the src.pro file to say:
unix : LIBS += -lqscintilla2 \
-llua
Instead of:
unix : LIBS += -lqscintilla2 \
-llua5.1
References