guile-1.9.11 install problem

2010-08-31 Thread Shenli Zhu
Hi all, I tried to install guile-1.9.11 on Ubuntu 10.04 and get an error: ==Error Begin== checking for BDW_GC... configure: error: Package requirements (bdw-gc) were not met: No package 'bdw-gc' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non

guile-1.9.11 install: lt-guile compile freeze

2010-09-01 Thread Shenli Zhu
Hi all, I tried to install guile-1.9.11, and it seems freeze, see below. I wait for 5 mins and it still compiling and compiling. Any suggestion? --- make -- GUILE_AUTO_COMPILE=0\ ../meta/uninstalled-env\ guile-tools compile -Wunbound-

How to enter gds debugging mode in Emacs?

2010-09-01 Thread Shenli Zhu
Hi, What's the easiest way to enter Guile(1.9.11) gds debugging mode in Emacs(23.2)? I have tried several ways but all failed: 1. follow Guile document "4.4.8 An Example GDS Session", Emacs didn't pop up a stack buffer, but just print the result 24. 2. set break point by "C-x SPC"(from gds-tutori

Give up Guile

2010-09-02 Thread Shenli Zhu
Hi Guile hackers, After several day's investigating Guile, I decide to give up and return to PLT-scheme/MIT-scheme. The experience is so frustrating. Everyone knows a good debugger is very important, PLT-scheme have one-click "Debug", and gdb has very simple commands, instrumenting Emacs function