← Back to team overview

kicad-developers team mailing list archive

Re: old ngspice in 599 macOS nightly

 

With ngspice-35, there will be to changes concerning the
sharedspice.h API header.

There is now a preprocessor flag definition added
#define NGSPICE_PACKAGE_VERSION "35"

All boolean return values are typedefed to 'int'. They
always have been of integer type, but defined in an
old spice tradtion as bool in sharespice.h, leading to
some conflict with C++ applications.

I guess these changes will not interfere negatively with the
Eeschema interface.


Follow ups

References