Brad Dickason

Results 18 comments of Brad Dickason

I'm also not able to install compress on osx Lion/Node v0.5.3 which is causing issues with the 'gzippo' library. Here's the stack trace: http://pastebin.com/HB1ct6wY

May be related to this change in node v0.5.x: https://github.com/joyent/node/commit/4ef8f06fe62edb74fded0e817266cb6398e69f36#src/node_events.h

Follow-up issue (let me know if I should start a new thread): Installing with latest autoconf from brew gives the error: ```` Can't exec "aclocal": No such file or directory...

I was able to get ./autogen.sh to run by installing: `automake` `autoconf` `libtool` which do not come with OSX by default. Without all 3 of these, users will run into...

I'm consolidating OSX latest errors into this thread, let me know and I can break them out. Building with the above libraries also let me know I need `pkg-config` and...

Received the error: ```` configure: error: libdb_cxx headers missing, Merit Core requires this library for wallet functionality (--disable-wallet to disable wallet functionality) ```` Installed `berkeley-db4` to resolve this.

New Error: ````configure: error: No working boost sleep implementation found. ```` Installing `boost` and `boost-build` resolved this.

New Error: ```` configure: error: openssl not found. ```` Installing `openssl` solved this

`libevent` is the final dependency I needed to get ./configure to run successfully.

Based on this, I'd suggest adding a step or a link to the following info for OSX users: 1. Install brew (A package manager for OSX): https://brew.sh/ 2. Install the...