Re: [Factor-talk] FreeBSD 10 amd64 supported?

2015-07-09 Thread John Benediktsson
We used to have BSD support but it wasn't easy to maintain for each of FreeBSD, OpenBSD, and NetBSD, and it seemed no one used it, so it was removed awhile back: https://github.com/slavapestov/factor/commit/8cf18d1a82f08d1e9edf20f38b42eb1699ca0e67 Perhaps that commit can give you a rough idea

Re: [Factor-talk] FreeBSD 10 amd64 supported?

2015-07-09 Thread John Benediktsson
We could, although I've generally been in favor of writing the low-level code ourselves so we have few library dependencies. That doesn't always work out, and it would be cool to have a ``libuv`` io-backend that is more portable. On Thu, Jul 9, 2015 at 10:10 AM, Björn Lindqvist bjou...@gmail.com

Re: [Factor-talk] FreeBSD 10 amd64 supported?

2015-07-09 Thread Björn Lindqvist
Are you able to build the factor binary? That's the first step. It's hard to see in the diff in your repo what could be wrong. You could try adding: #define __linux__ 1 to the top of platform.hpp and then run make linux-x86-64 or make linux-x86-32, depending on your cpu arch. That should give