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) ;

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

2020-10-17 Thread K.L.
Never mind, I figured it out. The actual problem is I didn't get the correct error message. On Sat, Oct 17, 2020 at 2:12 PM K.L. wrote: > Hello guys. > > I built myself a *libguile.so* with guile-1.8.8 source code. When > running, I got the error: > >> Unbound variable: define-private > > >