|
From: Tatsuro M. <tma...@ya...> - 2014-07-31 12:00:17
|
----- Original Message ----- > From: Tatsuro MATSUOKA > To: Allin Cottrell ; gnuplot-beta > Cc: > Date: 2014/7/30, Wed 09:15 > Subject: Re: small fix for 64-bit Windows build > > ----- Original Message ----- > >> From: Allin Cottrell >> To: gnuplot-beta >> Cc: >> Date: 2014/7/28, Mon 21:26 >> Subject: small fix for 64-bit Windows build >> >> In current CVS (on the 4.6 branch at least) the initial gnuplot screen > shows the >> "Build System" as "MS-Windows 32 bit" for a Windows > build >> regardless of the actual word length. The attached small patch to > src/syscfg.h >> fixes this. > > > I also noticed the phenomena and had been applied modification as a local > patch. > > The patch is applied to only cvs (5.0rc) branch but not 4.6-stable branch. > The phenomenon was found in the 4.6 branch and 4.6 branch now supports win64 > build. > > 2013-07-04 Bastian Maerkisch <bma...@we...> > > * src/internal.c src/win/wcommon.h src/win/wgraph.c src/win/winmain.c > src/win/wmenu.c src/win/wprinter.c src/win/wtext.c > src/win/wgnuplot.rc src/win/wgnuplot.exe.manifest64: > Backport support for Win64 from version 5 which was originally > developed by Allin Cottrell. > > So my opinion is that the patch is also better to be applied to 4.6 branch. > > Tatsuro The modification to 4.6 branch on 2014-07-28 breaks mingw build on both 32 and 64 bit using MinGW w64 complier. I have filed the issue to the bug ticket and some workaround is shown: https://sourceforge.net/p/gnuplot/bugs/1451/ Tatsuro |