Hi all, Can i have more details about the project Keyboard-centric UI in JavaScript for GNU HTML documentation
On Sun, Mar 6, 2016 at 10:31 PM, <[email protected]> wrote: > Send bug-texinfo mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.gnu.org/mailman/listinfo/bug-texinfo > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of bug-texinfo digest..." > > > Today's Topics: > > 1. texinfo 6.1 drops -arch in darwin build (Jack Howarth) > 2. Re: texinfo 6.1 drops -arch in darwin build (Gavin Smith) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sat, 5 Mar 2016 12:38:31 -0500 > From: Jack Howarth <[email protected]> > To: [email protected] > Subject: texinfo 6.1 drops -arch in darwin build > Message-ID: > <CADtEn-1UM8fjg91SeDqCyqu0ZsjOW52= > [email protected]> > Content-Type: text/plain; charset=UTF-8 > > When building texinfo 6.1 on x86_64-apple-darwin15, the following > correction is required... > > --- tp/Texinfo/Convert/XSParagraph/configure.ac.orig 2016-03-05 > 12:31:24.000000000 -0500 > +++ tp/Texinfo/Convert/XSParagraph/configure.ac 2016-03-05 > 12:31:46.000000000 -0500 > @@ -42,7 +42,7 @@ > fetch_conf $1 > > # Remove any flags that aren't -I or -D > - conf_value=`echo $conf_value | sed -e 's/-@<:@^ID@:>@@<:@^ > @:>@*//g'` > + conf_value=`echo $conf_value | sed -e 's/-@<:@^aID@:>@@<:@^ > @:>@*//g'` > AC_MSG_RESULT([$conf_value]) > > AC_SUBST([PERL_CONF_$1], [$conf_value]) > > to prevent the instances of '-arch i386 -arch x86_64' in the perl > compiler flags from being turned into 'i386 x86_64' and breaking the > compilation of XSParagraph. > Jack > > > > ------------------------------ > > Message: 2 > Date: Sun, 6 Mar 2016 09:41:08 +0000 > From: Gavin Smith <[email protected]> > To: Jack Howarth <[email protected]> > Cc: Texinfo <[email protected]> > Subject: Re: texinfo 6.1 drops -arch in darwin build > Message-ID: > < > cakpwyq1flgfxwzz+dpuwvzh4o4vwxirtvieotbsczx9cdsm...@mail.gmail.com> > Content-Type: text/plain; charset=UTF-8 > > On 5 March 2016 at 17:38, Jack Howarth <[email protected]> > wrote: > > When building texinfo 6.1 on x86_64-apple-darwin15, the following > > correction is required... > > > > --- tp/Texinfo/Convert/XSParagraph/configure.ac.orig 2016-03-05 > > 12:31:24.000000000 -0500 > > +++ tp/Texinfo/Convert/XSParagraph/configure.ac 2016-03-05 > > 12:31:46.000000000 -0500 > > @@ -42,7 +42,7 @@ > > fetch_conf $1 > > > > # Remove any flags that aren't -I or -D > > - conf_value=`echo $conf_value | sed -e 's/-@<:@^ID@:>@@<:@^ > @:>@*//g'` > > + conf_value=`echo $conf_value | sed -e 's/-@<:@^aID@:>@@<:@^ > > @:>@*//g'` > > AC_MSG_RESULT([$conf_value]) > > > > AC_SUBST([PERL_CONF_$1], [$conf_value]) > > > > to prevent the instances of '-arch i386 -arch x86_64' in the perl > > compiler flags from being turned into 'i386 x86_64' and breaking the > > compilation of XSParagraph. > > I can't remember why we wanted to remove these flags in the first > place: I think it was so they would be compiler-independent, but we > also look up which compiler to use, so that shouldn't be a problem. > > Does completely removing the line starting "conf_value=`echo ..." work? > > If we do need to remove some flags, we could remove an argument after > each flag if it is present. > > > > ------------------------------ > > _______________________________________________ > bug-texinfo mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/bug-texinfo > > > End of bug-texinfo Digest, Vol 160, Issue 6 > ******************************************* > -- *Thanks and Regards,*Akila Wickramarachchi Undergraduate at University Of Peradeniya <https://www.linkedin.com/profile/view?id=AAMAABg_m_sBqt7aECwMPaTfYpf-olFytcSylC4&trk=hp-identity-headline> Email : [email protected] Linkedin : Akila Wickramarachchi <https://www.linkedin.com/profile/view?id=AAMAABg_m_sBqt7aECwMPaTfYpf-olFytcSylC4&trk=hp-identity-name> Blog : http://akilacollection.blogspot.com/ Github : https://github.com/akilawickey
