Ignore:
Timestamp:
11/09/2022 04:49:36 PM (17 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
42e52b19
Parents:
30824f0b
Message:

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.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/swig.xml

    r30824f0b r3ddcb52b  
    122122    </para>
    123123
    124 <screen><userinput>./configure --prefix=/usr \
     124<screen><userinput>./configure --prefix=/usr                      \
     125            --without-javascript               \
    125126            --without-maximum-compile-warnings &amp;&amp;
    126127make</userinput></screen>
     
    167168      built. <!--We use it for <application>Clisp</application>, because the
    168169      SWIG implementation is very incomplete and a lot of tests fail. -->
     170      <!-- Now used for JavaScript because of node CLI changes -->
    169171    </para>
    170172
Note: See TracChangeset for help on using the changeset viewer.