bug#17044: R6RS open-input-file failed to recognize UTF-8 encoded file

2014-03-19 Thread Xin Wang
`open-input-file' in (rnrs io simple) can not recognize UTF-8 encoded file, `open-input-file' in core do not have this problem. I think it is caused by a bug in definition of `open-input-file', which forget to pass third argument `buffer-mode' to `open-file-input-port'. BTW, `open-output-file' se

bug#16890: current-thread need to be re-exported in srfi-18

2014-02-27 Thread Xin Wang
When try to import current-thread from srfi-18, guile fails with: ERROR: no binding `current-thread' in module (srfi srfi-18) It seems that current-thread need to be re-exported?

bug#13903: Compile error

2013-03-08 Thread wang
When compile guile 2.0.7, I got such error: make[3]: Entering directory `/home/wangwangwar/desktop/guile-2.0.7/libguile' CC libguile_2.0_la-fports.lo fports.c: In function 'fport_input_waiting': fports.c:613:10: error: variable 'pollfd' has initializer but incomplete type fports.c:613:10

Chemical products : STRONTIUM salt Series

2004-10-30 Thread Mr . Wang
Chemical products : A: STRONTIUM salt Series B: Polychloroprene Adhesives Chongqing huaqi Fine Chemical Co., Ltd. is engaged in the research, development and production of strontium salt production series and other mineral fine chemicals. a Sino-Japan joint venture established in 1995, is engage

can't build guile 1.6.4 with macosx

2004-06-01 Thread Clem Wang
i'm running macosx 10.3.4 compiling cs_os_dep.c fails on line 380: # ifndef mach_type_known --> unknown machine type # endif but it seems that these lines should have done the right thing: # if defined(macosx) #define MACOSX #define POWERPC #define mach_type_known # endif p