Bruce Korb <[EMAIL PROTECTED]> writes: > I have *two* problems. First, after emitting the error text below, > Guile 1.7.2 is calling, "exit(0)" not "exit(EXIT_FAILURE)".
What function in Guile is calling exit? > That's wrong. Additionally, I am not getting the file/line > stuff using the code I thought we worked out. > > --- error.out6 Sun Dec 4 13:41:27 2005 > *************** > *** 1,5 **** > ! error.tpl6:7:4: In expression (stumble-over-unbound-variable): > ! error.tpl6:7:4: Unbound variable: stumble-over-unbound-variable > Scheme evaluation error. AutoGen ABEND-ing in template > error.tpl6 on line 3 > Failing Guile command: = = = = = > --- 1,4 ---- > ! ERROR: Unbound variable: stumble-over-unbound-variable > Scheme evaluation error. AutoGen ABEND-ing in template > error.tpl6 on line 3 > Failing Guile command: = = = = = > + exit 1 Can you post the code that is being evaled (or a simpler example that shows the same problem)? I think that means whatever pzExpr is in the following code. > Wasn't this supposed to work? > > SCM port = scm_open_input_string( scm_from_locale_string( pzExpr )); [...] Regards, Neil _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel