Re: make: don't know how to make CFLAGS. Stop

2005-10-27 Thread Mike Gran
Hi- Yeah, there is a line in the generated Makefile that is specific to GNU Make. You can do the following work around. Remove this line from the guile-1.6.7/libguile/Makefile numbers.lo: CFLAGS := $(filter-out -Werror,${CFLAGS}) Then it should build fine. Or alternately, make sure you are ru

Re: Socket API improvement, patch #6

2005-10-27 Thread Ludovic Courtès
Hi, Kevin Ryde <[EMAIL PROTECTED]> writes: > Ok, we got there eventually. I checked it in, and I updated the docs > (have a read to see it they look right). Great, thanks! The doc looks good to me. I'd just suggest the following patch. It documents the wrapping/unwrapping C functions (since