Re: First steps towards a window manager

2013-01-31 Thread z_axis
That's a good start ! hope this guile WM will be more stable, fast and small compared with STUMPWM. I ever reported a tiny stumpwm problem( http://stackoverflow.com/questions/13174207/cannot-use-keyboards-numpad-to-input-digit ), but i havenot gotten answer now! 在 Fri, 01 Feb 2013 04:35:44

Re: compile error on FreeBSD 9

2013-01-30 Thread z_axis
ourtès 写道: Hi, z_axis skribis: ./.libs/libguile-2.0.so: undefined reference to `GC_unregister_my_thread' ./.libs/libguile-2.0.so: undefined reference to `GC_pthread_create' ./.libs/libguile-2.0.so: undefined reference to `GC_register_my_thread' ./.libs/libguile-2.0.so: undefined

Re: compile error on FreeBSD 9

2013-01-29 Thread z_axis
I am not sure whether or not the FreeBSD ports has 7.2. i will test it later. 在 Wed, 30 Jan 2013 08:29:42 +0800,Nala Ginrut 写道: Update to 7.2 please, then give a try. 在 2013-1-30 AM8:28,"z_axis" 写道: pkg_info -W /usr/local/lib/libgc.so /usr/local/lib/libgc.so was installed

Re: compile error on FreeBSD 9

2013-01-29 Thread z_axis
pkg_info -W /usr/local/lib/libgc.so /usr/local/lib/libgc.so was installed by package boehm-gc-7.1 pkg_info -Qx boehm-gc-7.1 boehm-gc-7.1:Garbage collection and memory leak detection for C and C++ 在 Wed, 30 Jan 2013 08:20:56 +0800,Nala Ginrut 写道: libgc -- 使用 Opera 革命性的电子邮件客户程序: http:/

compile error on FreeBSD 9

2013-01-29 Thread z_axis
guile-2.0.7>./configure --prefix=/home/***/guile/ LDFLAGS='-L/usr/local/lib' guile-2.0.7>make ... ./.libs/libguile-2.0.so: undefined reference to `GC_unregister_my_thread' ./.libs/libguile-2.0.so: undefined reference to `GC_pthread_create' ./.libs/libguile-2.0.so: undefined reference to `GC_regi

About continuation

2008-09-23 Thread z_axis
quot;) foo)) (define fooy (lambda (foo) (display "*") foo)) (foox (call/cc bar) (fooy (call/cc bar))) you will get "@[EMAIL PROTECTED]@[EMAIL PROTECTED] ." would you mind explain the code ? Sincerely! -- z_axis 2008-09-24