On Sat, July 26, 2014 11:13 pm, Christopher Gregory wrote: > On Sat, July 26, 2014 11:01 pm, Armin K. wrote: > >> On 07/26/2014 12:58 PM, [email protected] wrote: >> >> >>> Author: cjg >>> Date: Sat Jul 26 03:58:49 2014 >>> New Revision: 13662 >>> >>> >>> >>> Log: >>> completed hightlight page. >>> >>> Modified: >>> branches/systemd/gnome-systemd/applications/highlight.xml >>> >>> Modified: branches/systemd/gnome-systemd/applications/highlight.xml >>> ====================================================================== >>> == >>> ====== >>> --- branches/systemd/gnome-systemd/applications/highlight.xml Sat Jul >>> 26 >>> 03:32:24 2014 (r13661) >>> +++ branches/systemd/gnome-systemd/applications/highlight.xml Sat Jul >>> 26 >>> 03:58:49 2014 (r13662) >>> @@ -93,15 +93,18 @@ >>> <sect2 role="installation"> >>> <title>Installation of highlight</title> >>> >>> >>> >>> + <para>First fix an incorrect file name in the makefile >>> + that causes qmake to not to be found: >>> + </para> >>> + >>> +<screen><userinput>sed -i "s:qmake-qt4:qmake:g" -i makefile >>> src/makefile</userinput></screen> + <para> >>> Install <application>highlight</application> by running the following >>> command: >>> </para> >>> >>> >>> >> >> This shouldn't be needed. I have rewritten Qt instructions to install >> the -qt4 suffixed binaries. >> >> -- >> Note: My last name is not Krejzi. >> >> >> >> -- >> http://lists.linuxfromscratch.org/listinfo/blfs-dev >> FAQ: http://www.linuxfromscratch.org/blfs/faq.html >> Unsubscribe: See the above information page >> >> >> > Hello Armin, > > > Sorry but that sed IS needed. It is due to the fact that the developer > of highlight has added QMAKE=qmake-qt4 into the make file. > > I was not able to install the gui without using that sed. It said, even > though setqt4 was issued that it could not find qmake. The developer has > done this as arch linux has apparently dropped qt4 in favour of qt5. > > Regards, > > > Christopher. > > > -- > http://lists.linuxfromscratch.org/listinfo/blfs-dev > FAQ: http://www.linuxfromscratch.org/blfs/faq.html > Unsubscribe: See the above information page > >
I had no idea of that extensive re-write that you have done. I installed qt4 and qt5 a couple months back and have been busy doing this build ever since. So are you able to test building hightlight works without the sed please? I really at this stage do not want to have to go through and change anything further till I have finished this build. As it is, I already have a potential show stopper waiting to happen. I have upgraded xorg-server and have yet to reboot with it. Regards, Christopher. -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
