Em 27-07-2015 13:53, Lee Hancock escreveu: > Hi, > > There is a small typo in the liblxqt sed script, there should be a > backslash on the first line. > > sed -e '/lxqtnotification.h/ i #include <QObject>' \ > -i lxqtnotification.cpp &&
Thanks. Sorry about that and the following. That one and other typos have been found by Douglas and he will add to the ticket and will fix them, probably later, today. If you are building LXQt, following ones are essential. • lxqt-config-0.9.0: sed command should be sed -i '/<QRect>/ i #include <QObject>' lxqt-config-monitor/monitor.h This one was a typo, I copied a block of instructions from liblxqt (the one you mentioned above) and forgot to doone substitution, when exactly noticing a backslash missing. This format seems better suited this time, due to the small size of the line. • chrpath-0.16 (dependency you will need, if building QSintilla for JuffEd): make docdir=/usr/share/doc/0.16 install should be make docdir=/usr/share/doc/chrpath-0.16 install • Icons: better to use Oxygen http://www.linuxfromscratch.org/blfs/view/svn/kde/oxygen-icons.html Thanks, again, and we appreciate very much if you report any other issue that you find. -- []s, Fernando -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
