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
https://sourceforge.net/p/gnuplot/patches/484/ Ethan
step-by-step how to compiling src gnuplot on windows+msvc 2008 express Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/gnuplot/discussion/5925/ To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
step-by-step how to compiling src gnuplot on windows+msvc 2008 express
Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/gnuplot/discussion/5925/
To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
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.
Log in to post a comment.
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.