From: Peter W. <pet...@nt...> - 2015-11-30 19:39:50
|
I have done a plplot build using cmake with the 'deprecated' flag set on. The mingw make comes with an error message: C:\PlplotSource-5.11.1\src\plmap.c: In function 'drawmap': C:\PlplotSource-5.11.1\src\plmap.c:530:25: error: 'appendresult' undeclared (first use in this function) appendresult += appendfltptr( &splitx, nsplitsections, bufx + i ); ^ I do not get this error with the deprecated flag set off. It seems a simple error to correct (merely initialise appendresult =0) but I am loath to tamper with complex code which is not mine. Best Wishes -- Peter Williams pet...@nt... |