SWIG: Temporarily turn off JavaScript support due to problems with Node.

The Node CLI changed significantly enough that the tests will no longer
run and will give out errors which point towards problems in Make, when
they are due to changes in Node's CLI.

Let's turn the JavaScript support off for now since nothing else in BLFS
uses it.

This cleans up the output significantly, only leaving a few tests from
Lua failing and some from Go (since we use the GCC variant instead of
Google's official compiler.)
This commit is contained in:
Douglas R. Reno 2022-11-09 10:49:36 -06:00
parent 30824f0bc7
commit 3ddcb52b3e

View File

@ -122,6 +122,7 @@
</para>
<screen><userinput>./configure --prefix=/usr \
--without-javascript \
--without-maximum-compile-warnings &amp;&amp;
make</userinput></screen>
@ -166,6 +167,7 @@ cp -v -R Doc/* /usr/share/doc/swig-&swig-version;</userinput></screen>
languages capabilities of <application>SWIG</application> are always
built. <!--We use it for <application>Clisp</application>, because the
SWIG implementation is very incomplete and a lot of tests fail. -->
<!-- Now used for JavaScript because of node CLI changes -->
</para>
</sect2>