On Tue, Nov 17, 2009 at 8:47 PM, David Harrison <[email protected]> wrote: > I'm still looking into it.. however: > > At the point of failure : > ...
This looks like maybe posix_fallocate is defined in a different header file. Can you give me the #includes from "man posix_fallocate" on Etch? > I note that the following can then be used to compile `binlog.o`: > > # gcc -DHAVE_CONFIG_H -I. -g -O2 -I/usr/local/include -c -o binlog.o binlog.c This is an okay workaround. Undeclared functions implicitly have a return type of int, which happens to be correct here. > I can then run `make` again to complete the build successfully, and > the resulting beanstalkd _appears_ to work. > > This comes with a massive 'watch out' and YMMV. While it seems like > the failure might be spurious, I'm not yet satisfied that the > resulting build is fully functional. It is probably fine. You can test it with "make check", as long as netcat feels like playing nice. kr -- You received this message because you are subscribed to the Google Groups "beanstalk-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/beanstalk-talk?hl=en.
