|
From: Tatsuro M. <tma...@ya...> - 2016-05-14 01:01:02
|
I have confirmed the fix. Thanks I have notice the possibility of another fix for consistency for config/mingw/Makefile Tatsuro #****************** --- a/config/mingw/Makefile 2016-05-13 16:04:13.000000000 +0900 +++ b/config/mingw/Makefile 2016-05-14 09:35:30.244357200 +0900 @@ -155,7 +155,16 @@ # Destination directory, used in 'make install': #DESTDIR = /local/opt/gnuplot-4.5 +ifdef MINGW64 +ifdef M32 +DESTDIR = "$(PROGRAMFILES32)/gnuplot" +else DESTDIR = "$(PROGRAMFILES)/gnuplot" +endif +else +DESTDIR = "$(PROGRAMFILES)/gnuplot" +endif + # Do you want some special optimization / flags? #CFLAGS += #****************** ----- Original Message ----- > From: Tatsuro MATSUOKA > To: tmacchant3 gnuplot-beta bmaerkisch > Cc: > Date: 2016/5/12, Thu 18:47 > Subject: Re: small patch for Mingw w64 32bit build > > Bastian > > If you have time, please commit the below. > https://sourceforge.net/p/gnuplot/bugs/1791/ > > Tatsuro > > ----- Original Message ----- > >> From: Tatsuro MATSUOKA >> To: gnuplot-beta >> Cc: >> Date: 2016/5/9, Mon 02:56 >> Subject: small patch for Mingw w64 32bit build >> >> I have submitted a small patch for Mingw w64 32bit build. >> >> Please see >> https://sourceforge.net/p/gnuplot/bugs/1791/ >> >> I also write it here >> >> Tatsuro >> >> >> > ------------------------------------------------------------------------------ >> Find and fix application performance issues faster with Applications > Manager >> Applications Manager provides deep performance insights into multiple tiers > of >> your business applications. It resolves application problems quickly and >> reduces your MTTR. Get your free trial! >> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z >> _______________________________________________ >> gnuplot-beta mailing list >> gnu...@li... >> Membership management via: >> https://lists.sourceforge.net/lists/listinfo/gnuplot-beta >> > |