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
