From: Tatsuro M. <tma...@ya...> - 2018-05-05 09:45:12
|
Ah I forgot to mention build platform. Native windows Msys2 + mingw w64 (gcc 7.1.0) Tatsuro ----- Original Message ----- > From: Tatsuro MATSUOKA <tma...@ya...> > To: Merritt Ethan <sf...@us...>; gnu...@li... > Cc: > Date: 2018/5/5, Sat 18:41 > Subject: Re: Release 5.2.3 > > I cannot build the source of 5.2.3 (that could be build on testing). > > gcc -c -I/c/Programs/gplibs64_gcc710/include -D_FILE_OFFSET_BITS=64 > -DDEFAULTTERM=\"wxt\" -m64 -O2 -pipe -DUNICODE -D_UNICODE > -Wno-unused-function -I. -I../../src -I../../term/ -D_Windows -DHAVE_CONFIG_H > -DPIPES -DWGP_CONSOLE -D__USE_MINGW_ANSI_STDIO=1 > -DGNUPLOT_SHARE_DIR=\"share\" -DUSE_MOUSE=1 -DWIN_IPC > -I/c/Program\ Files\ \(x86\)/HTML\ Help\ > Workshop/include -DHAVE_LIBGD -DHAVE_LIBPNG -DHAVE_LIBGD -DHAVE_GD_H > -DHAVE_GD_GIF -DGIF_ANIMATION -DHAVE_GD_PNG > -I/c/Programs/gplibs64_gcc710/include -DHAVE_GD_JPEG -DHAVE_GD_TTF > -DHAVE_CAIROPDF -DWXWIDGETS -DHAVE_ICONV -DHAVE_LIBCERF -DNEED_CEXP -DREADLINE > -MMD -MT 'eval.$(O)' -MF eval.d -o eval.co ../../src/eval.c > In file included from ../../src/eval.h:43:0, > from ../../src/eval.c:41: > ../../src/gp_types.h:188:5: error: unknown type name 'coordval' > coordval x, y, z; > ^~~~~~~~ > ../../src/gp_types.h:189:5: error: unknown type name 'coordval' > coordval ylow, yhigh; /* ignored in 3d */ > ^~~~~~~~ > many errors > > This might happen due to fixes after testing and 5.2.3. > > Tatsuro > > > > ----- Original Message ----- >> From: sfeam via gnuplot-beta >> To: gnuplot-beta >> Cc: >> Date: 2018/5/5, Sat 13:54 >> Subject: Release 5.2.3 >> >> Source tarball for gnuplot 5.2.3 uploaded to SourceForge. >> >> One trivial fix to initialization of postscript terminal added since >> last week's 5.2.3-testing source. >> >> This is the first gnuplot release prepared from git rather than cvs. >> The release corresponds to git commit > 77a494497d6beb9d09e71643c186e8ab891bbe7e >> Should this be captured somewhere in the release source? >> Where? >> >> CHANGES IN 5.2.3 >> ================ >> * NEW "set grid {no}vertical" adds grid lines in the xz and xz > planes >> * NEW "set cntrparam {firstlinetype N} {{un}sorted}" >> * CHANGE drop non-working support for YIQ color space >> * CHANGE expand \n characters when printing into a datablock >> * CHANGE allow contour plots to opt out of hidden3d processing >> * CHANGE special-case code to speed up handling of logscale axes >> * CHANGE do not write GPFUN_* variables to "save" output file >> * CHANGE default to density 100 for "set fs solid", 50 for > "set >> fs transparent" >> * FIX potential buffer overflow in gprintf formats containing %% >> * FIX immediate response to ctrl-Z when libreadline is used for input >> * FIX warning messages inside a bracketed clause could trigger early exit >> * FIX tweak logscale tic range limits and minor tic generation intervals >> * FIX stats FOO using 'namedcolumn' name columnhead >> * FIX clipping of INRANGE->UNDEFINED line segments >> * FIX use of logscale y axis in "set view map" or "set pm3d >> map" modes >> * FIX placement of colorbox in "set view map" mode >> * FIX autoscaled axis range of logscale axes in "set view map" > mode >> * FIX polar mode "with yerrorbars" error bars are radial, not > vertical >> * FIX clipping of circles whose center is offscreen to the left or bottom >> * FIX canvas terminal: apply both color and alpha channel to points and > lines >> * FIX svg terminal: apply current color to dots >> * FIX qt terminal: include "notitle" plots in accounting for > toggle >> operations >> * FIX svg terminal: point plot empty title produced spurious mousing > directive >> * FIX tikz terminal: failed to recognize dashtype 1 >> >> >> Ethan >> >> > ------------------------------------------------------------------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> gnuplot-beta mailing list >> gnu...@li... >> Membership management via: >> https://lists.sourceforge.net/lists/listinfo/gnuplot-beta >> > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > Membership management via: > https://lists.sourceforge.net/lists/listinfo/gnuplot-beta > |