Re: A weird problem about "define-private', need help please!

2020-10-18 Thread K.L.
My first running environment didn't print guile errors (I still don't know why). I deduce the message by break point, and stack data. I saw 'Unbound variable: ~S' and the first scm object in args was translated as 'define-private'. Then today I setup a PC environment with the same config.h, and

Re: A weird problem about "define-private', need help please!

2020-10-18 Thread Thien-Thi Nguyen
() "K.L." () Sun, 18 Oct 2020 13:12:35 +0800 Never mind, I figured it out. The actual problem is I didn't get the correct error message. What is the correct error message? -- Thien-Thi Nguyen --- (defun responsep (query) ;