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

2020-10-17 Thread K.L.
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 According to my debug tracing, the initialization of *scm_init_guile* has been executed safely. And I'm sure that *boot-9.scm* has been loaded. The error oc

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 > > > Acco

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

2020-10-17 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) ; (2020)