step-by-step how to compiling src gnuplot on windows+msvc 2008 express
2016-02-21
2016-02-21
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
src gnuplot dont compiling in msvc 2008 express + windows xp
i need step by step how to.
On Sunday, 21 February 2016 04:47:46 PM Robson Luc Galvao wrote:
The C compiler in versions of MSVC prior to 2013 were not C99 (ANSI) compliant.
So far as I know, MSVC 2008 is not capable of compiling gnuplot.
See for example
getting gnuplot to compile with msvc is rather difficult, even more so if you want to include any terminals that require external libraries.
compiling with mingw works out of the box, more or less.