|
From: Mojca M. <moj...@gm...> - 2016-07-21 08:47:33
|
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. 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 |