|
From: | Akila Wicky |
Subject: | Re: bug-texinfo Digest, Vol 160, Issue 6 |
Date: | Fri, 11 Mar 2016 22:26:03 +0530 |
Send bug-texinfo mailing list submissions to
address@hidden
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
address@hidden
You can reach the person managing the list at
address@hidden
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 <address@hidden>
To: address@hidden
Subject: texinfo 6.1 drops -arch in darwin build
Message-ID:
<CADtEn-1UM8fjg91SeDqCyqu0ZsjOW52=address@hidden>
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 <address@hidden>
To: Jack Howarth <address@hidden>
Cc: Texinfo <address@hidden>
Subject: Re: texinfo 6.1 drops -arch in darwin build
Message-ID:
<address@hidden>
Content-Type: text/plain; charset=UTF-8
On 5 March 2016 at 17:38, Jack Howarth <address@hidden> 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
address@hidden
https://lists.gnu.org/mailman/listinfo/bug-texinfo
End of bug-texinfo Digest, Vol 160, Issue 6
*******************************************
[Prev in Thread] | Current Thread | [Next in Thread] |