Author: pierre
Date: Thu Feb 21 14:03:45 2019
New Revision: 21225
Log:
Fix asymptote build with GC-8.0.2 and tag remaining "typesetting" packages
Modified:
trunk/BOOK/pst/typesetting/asymptote.xml
trunk/BOOK/pst/typesetting/biber.xml
trunk/BOOK/pst/typesetting/xindy.xml
Modified: trunk/BOOK/pst/typesetting/asymptote.xml
==============================================================================
--- trunk/BOOK/pst/typesetting/asymptote.xml Thu Feb 21 13:11:18 2019
(r21224)
+++ trunk/BOOK/pst/typesetting/asymptote.xml Thu Feb 21 14:03:45 2019
(r21225)
@@ -35,7 +35,7 @@
technical drawing. Labels and equations can be typeset with LaTeX.
</para>
- &lfs83_checked;
+ &lfs84_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@@ -106,6 +106,20 @@
<title>Installation of asymptote</title>
<para>
+ First, issue the following command to fix building with <xref
+ linkend="gc"/>:
+ </para>
+
+ <screen><userinput>cat >> main.cc << EOF
+
+#ifdef USEGC
+GC_API void GC_CALL GC_throw_bad_alloc() {
+ std::bad_alloc();
+}
+#endif
+EOF</userinput></screen>
+
+ <para>
Install <application>asymptote</application> by running the following
commands:
</para>
Modified: trunk/BOOK/pst/typesetting/biber.xml
==============================================================================
--- trunk/BOOK/pst/typesetting/biber.xml Thu Feb 21 13:11:18 2019
(r21224)
+++ trunk/BOOK/pst/typesetting/biber.xml Thu Feb 21 14:03:45 2019
(r21225)
@@ -40,7 +40,7 @@
<para>Biber is a BibTeX replacement for users of biblatex, written in
<application>Perl</application>, with full Unicode support.</para>
- &lfs83_checked;
+ &lfs84_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/pst/typesetting/xindy.xml
==============================================================================
--- trunk/BOOK/pst/typesetting/xindy.xml Thu Feb 21 13:11:18 2019
(r21224)
+++ trunk/BOOK/pst/typesetting/xindy.xml Thu Feb 21 14:03:45 2019
(r21225)
@@ -38,7 +38,7 @@
generate indexing information.
</para>
- &lfs83_checked;
+ &lfs84_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page