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: > >> Unboun

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

2020-10-18 Thread K.L.
it out. However, after the error thrown the guile thread just quit (printing nothing) and left a silent running process, it's wired. On Sun, Oct 18, 2020 at 2:35 PM Thien-Thi Nguyen wrote: > () "K.L." > () Sun, 18 Oct 2020 13:12:35 +0800 > >Never mind, I figu