On Fri, Jun 24, 2011 at 9:51 PM, Eric Wong <[email protected]> wrote: > Jeremy Evans <[email protected]> wrote: >> On Fri, Jun 24, 2011 at 10:30 AM, Eric Wong <[email protected]> wrote: >> > Eric Wong <[email protected]> wrote: >> >> The subset of raindrops used by Unicorn should work on all machines >> >> with mmap(2) + MAP_ANON/MAP_ANONYMOUS support, so *BSDs shouldn't be >> >> left out. >> >> FWIW, raindrops builds fine on OpenBSD 4.9 amd64. > > Thanks for the confirmation! I'm at a loss as to what's causing > issues under FreeBSD 8 for him...
Hello, the same OS & ruby version as the original poster who reported the issue. I see the same symptoms. Cowboy fix: adding "-D__BSD_VISIBLE" to CPPFLAGS gets raindrops gem to build. Easily accessible and viewable sys/mmap.h: http://www.gitorious.net/freebsd/freebsd/blobs/HEAD/sys/sys/mman.h If required, I can give you access to my FreeBSD machine, just let me know. Thanks, Aleksandar _______________________________________________ Unicorn mailing list - [email protected] http://rubyforge.org/mailman/listinfo/mongrel-unicorn Do not quote signatures (like this one) or top post when replying
