www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - vibe.d error on OS X 10.6

reply "Chris" <wendlec tcd.ie> writes:
Got the following error when running vibe after installing:

ld: library not found for -levent_pthreads
collect2: ld returned 1 exit status
--- errorlevel 1
Jan 10 2013
next sibling parent "Chris" <wendlec tcd.ie> writes:
On Thursday, 10 January 2013 at 22:50:02 UTC, Chris wrote:
 Got the following error when running vibe after installing:

 ld: library not found for -levent_pthreads
 collect2: ld returned 1 exit status
 --- errorlevel 1
DMD 2.061 vibe.d 0.7.11 beta
Jan 10 2013
prev sibling parent reply "jerro" <a a.com> writes:
On Thursday, 10 January 2013 at 22:50:02 UTC, Chris wrote:
 Got the following error when running vibe after installing:

 ld: library not found for -levent_pthreads
 collect2: ld returned 1 exit status
 --- errorlevel 1
It sounds like you need to install libevent.
Jan 10 2013
parent reply Jacob Carlborg <doob me.com> writes:
On 2013-01-11 00:49, jerro wrote:

 It sounds like you need to install libevent.
$ sudo port install libevent If you're using macports. -- /Jacob Carlborg
Jan 10 2013
parent reply "Chris" <wendlec tcd.ie> writes:
On Friday, 11 January 2013 at 07:31:45 UTC, Jacob Carlborg wrote:
 On 2013-01-11 00:49, jerro wrote:

 It sounds like you need to install libevent.
$ sudo port install libevent If you're using macports.
Thanks, will try that
Jan 11 2013
parent reply "Antonio" <antonio abrevia.net> writes:
$ brew install libevent

If you are using Homebrew
Mar 07 2014
parent Schmo <whatever gmail.com> writes:
On Friday, 7 March 2014 at 09:40:04 UTC, Antonio wrote:
 $ brew install libevent

 If you are using Homebrew
Thanks, that worked like a charm!
Apr 21 2017