|
From: sfeam <sf...@us...> - 2016-07-21 16:00:27
|
On Thursday, 21 July 2016 10:47:26 AM Mojca Miklavec wrote: > Hi, > > On 21 July 2016 at 07:24, sfeam wrote: > > The source package and release notes for gnuplot 5.0.4 are now available for download: > > > > https://sourceforge.net/projects/gnuplot/files/gnuplot/5.0.4/ > > > > The 5.0.4 source package contains only a single change from the testing packages > > made available last week. This was a fix for slow pixel image rendering by aquaterm, > > relevant only to OSX. > > I'm sorry for not having it tested earlier, but my compiler doesn't > seem to be happy. Proving once again that no change is too small to cause problems. I've uploaded an amended tarball that contains the other half of the aquaterm fix. Ethan > > > In file included from term.c:1348: > In file included from ./term.h:156: > ../term/aquaterm.trm:963:55: error: use of undeclared identifier > 'TERM_POLYGON_PIXELS' > TERM_CAN_MULTIPLOT|TERM_NO_OUTPUTFILE|TERM_CAN_DASH|TERM_POLYGON_PIXELS, > ^ > term.c:1359:19: error: invalid application of 'sizeof' to an > incomplete type 'struct TERMENTRY []' > int sort_idxs[TERMCOUNT]; > ^~~~~~~~~ > term.c:1352:26: note: expanded from macro 'TERMCOUNT' > #define TERMCOUNT (sizeof(term_tbl) / sizeof(term_tbl[0])) > ^~~~~~~~~~ > term.c:1362:21: error: invalid application of 'sizeof' to an > incomplete type 'struct TERMENTRY []' > for( i = 0; i < TERMCOUNT; i++ ) > ^~~~~~~~~ > term.c:1352:26: note: expanded from macro 'TERMCOUNT' > > Mojca > > ------------------------------------------------------------------------------ > What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic > patterns at an interface-level. Reveals which users, apps, and protocols are > consuming the most bandwidth. Provides multi-vendor support for NetFlow, > J-Flow, sFlow and other flows. Make informed decisions using capacity planning > reports.http://sdm.link/zohodev2dev > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > Membership management via: https://lists.sourceforge.net/lists/listinfo/gnuplot-beta |