error message 'no graphics interface...

This commit is contained in:
h_vogt 2010-10-16 16:05:42 +00:00
parent c04fd4df28
commit 102420262c
2 changed files with 2 additions and 1 deletions

View File

@ -146,6 +146,7 @@
* commands.c, postcoms.h, postcoms.c, rawfile.h, rawfile.c
fteext.h: new command wrs2p, write a s-parameter file
using Touchstone vers. 1 format.
* device.c: Improved error message "no graphics interface ...
2010-10-15 Holger Vogt
* src/ciderlib/input/output.c : #include "../misc/tilde.h"

View File

@ -170,7 +170,7 @@ DevInit(void)
if (!dispdev) {
externalerror(
"no graphics interface; please check compiling instructions");
"no graphics interface;\n please check if X-server is running, \n or ngspice is compiled properly (see INSTALL)");
dispdev = FindDev("error");
} else if ((*(dispdev->Init))()) {
fprintf(cp_err,