`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
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?
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 :
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
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