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

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

[Octave-bug-tracker] [bug #48474] mxe-octave: enable better supported gn


From: Tatsuro MATSUOKA
Subject: [Octave-bug-tracker] [bug #48474] mxe-octave: enable better supported gnuplot terminals
Date: Sat, 16 Jul 2016 01:26:01 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36

Follow-up Comment #45, bug #48474 (project octave):

Reply to comment #44

I have confirmed that gnuplot-5.0.4 is built with your patch and fixes the
original bug report.

BTW the below part of the patch

+--- gnuplot-5.0.4.orig/src/syscfg.h    2016-07-15 09:55:04.796270278 -0400
++++ gnuplot-5.0.4/src/syscfg.h 2016-07-15 10:02:39.396605714 -0400
 @@ -341,11 +341,19 @@
  #endif
  
  #ifndef GP_EXCEPTION_NAME
 -# define GP_EXCEPTION_NAME exception
 +# if __MINGW32__
-+#  define GP_EXCEPTION_NAME exception
++#   define GP_EXCEPTION_NAME exception
 +#else
-+#  define GP_EXCEPTION_NAME exception
++#   define GP_EXCEPTION_NAME exception
 +#endif
  #endif


In # if __MINGW32 and #else, GP_EXCEPTION_NAME is defined to the same value. I
think that this is not required for current mingw-gcc (4.9.3).

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?48474>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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