octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #57658] [MXE Octave] grey text color after mko


From: Kai Torben Ohlhus
Subject: [Octave-bug-tracker] [bug #57658] [MXE Octave] grey text color after mkoctfile error message in gui terminal widget
Date: Mon, 17 Feb 2020 01:39:10 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36

Follow-up Comment #18, bug #57658 (project octave):

Thank you for the hint Mike


diff -r 75a90bfc14b1 scripts/pkg/private/configure_make.m
--- a/scripts/pkg/private/configure_make.m      Fri Jan 31 10:45:13 2020 -0800
+++ b/scripts/pkg/private/configure_make.m      Mon Feb 17 15:36:39 2020 +0900
@@ -57,6 +57,12 @@ function configure_make (desc, packdir, 
     cenv = {"MKOCTFILE"; mkoctfile_program;
             "OCTAVE_CONFIG"; octave_config_program;
             "OCTAVE"; octave_binary};
+    if (ispc () && isguirunning ())
+      ## FIXME: Remove this branch when the MS Windows GUI terminal widget
can
+      ##        properly handle colors (bug #57658).
+      cenv = [cenv; {"CXXFLAGS";
+                     ["-fdiagnostics-color=never " getenv("CXXFLAGS")]}];
+    endif
     scenv = sprintf ("%s='%s' ", cenv{:});
 
     ## Configure.



I was also fine with the restart solution Mike ;-)  I do not often install
packages, but I am no pkg developer...


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57658>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]