S_IFSOCK

2001-05-14 Thread Golubev I. N.
Not all systems have `S_IFSOCK' definition (from sys/stat.h). On those guile-1.4 will fail to compile. This can be worked around without changing sources by adding `-DS_IFSOCK=S_IFIFO' to CPPFLAGS while configuring. To avoid such tricks it may be patched like this. After all, if it wants to

Re: guile-1.3 ported to mips-compaq-nonstopux

2001-05-14 Thread Marius Vollmer
Tom Bates [EMAIL PROTECTED] writes: Just a note to say I've ported guile-1.3 to mips-compaq-nonstopux. I had to make some changes though. Great! To get your changes into mainstream Guile, you would have to port the current CVS version and send us patches. If the patches are significant, we

Re: use-modules does not signal error on non-existing modules

2001-05-14 Thread Marius Vollmer
Martin Grabmueller [EMAIL PROTECTED] writes: Hello list, I suppose this is related to the recent module system changes: mgrabmue@tortoise (~/cvs/guile/guile-core/libguile): GUILE_LOAD_PATH=/home/mgrabmue/cvs/guile/guile-core ./guile guile (use-modules (definitely not installed module))