mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
Update to SWIG-3.0.5, ticket 6099
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15437 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
e6ff713f07
commit
477418d222
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY swig-download-http "&sourceforge-repo;/swig/swig-&swig-version;.tar.gz">
|
||||
<!ENTITY swig-download-ftp " ">
|
||||
<!ENTITY swig-md5sum "9cb8c0efda39dc6db5f85389e671fb59">
|
||||
<!ENTITY swig-size "5.45 MB">
|
||||
<!ENTITY swig-buildsize "78 MB (up to 1.1 GB for tests)">
|
||||
<!ENTITY swig-md5sum "dcb9638324461b9baba8e044fe59031d">
|
||||
<!ENTITY swig-size "5.60 MB">
|
||||
<!ENTITY swig-buildsize "80 MB (up to 1.1 GB for tests)">
|
||||
<!ENTITY swig-time "0.4 SBU (22 SBU for tests of Guile, Go, Java, Lua, Perl, PHP, Python 2 and 3, Ruby, and Tcl)">
|
||||
]>
|
||||
|
||||
@ -126,8 +126,9 @@
|
||||
</para>
|
||||
|
||||
<!-- Spaces are significant in <screen> sections -->
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--without-clisp &&
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--without-clisp \
|
||||
--without-maximum-compile-warnings &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
@ -153,6 +154,12 @@ cp -v -R Doc/* /usr/share/doc/swig-&swig-version;</userinput></screen>
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para>
|
||||
<parameter>--without-maximum-compile-warnings</parameter>: disables
|
||||
compiler ansi conformance enforcement, which triggers errors in
|
||||
the <application>Lua</application> headers (starting with Lua 5.3).
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<option>--without-<language></option>: allows disabling the
|
||||
building of tests and examples for <language>, but all the
|
||||
|
@ -47,6 +47,10 @@
|
||||
<listitem>
|
||||
<para>February 1st, 2015</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[pierre] - Update to swig-3.0.5. Fixes
|
||||
<ulink url="&blfs-ticket-root;6099">#6099</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[fernando] - Update to libreoffice-4.4.0. Thank you very much,
|
||||
Bruce, for many discussions and for solving the header problem. Fixes
|
||||
|
@ -272,7 +272,7 @@
|
||||
<!ENTITY scons-version "2.3.4">
|
||||
<!ENTITY slang-version "2.2.4">
|
||||
<!ENTITY subversion-version "1.8.11">
|
||||
<!ENTITY swig-version "3.0.4">
|
||||
<!ENTITY swig-version "3.0.5">
|
||||
<!ENTITY tcl-version "8.6.3">
|
||||
<!ENTITY tk-version "8.6.3">
|
||||
<!ENTITY vala-major-version "0.26"> <!-- even minors only -->
|
||||
|
Loading…
Reference in New Issue
Block a user