-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dub project fails to build in OSX #517
Comments
I think this is actually probably a DMD configuration error rather than an issue with Mono-D, does DMD's configuration include the proper OSX path for libevent? |
I already proposed to have a manual dub-script that just puts some LD_LIBRARY_PATH into the dub call before actually invoking dub. |
if it was a dmd configuration problem why does dub called directly on the shell work ? |
well no idea.. i tried to bridge the dub call vom XS through a script without success.
but buidling now stops to work completely:
|
Now mono-d is able to handle shell scripts and even shebangs. Please update & try it again :) |
awesome that does the trick. now what do we do to make this transparent for the ordinary user ? |
Make it a known issue and put it into the mono-d wiki entry :D |
cant mono-d ship with that script for osx ? On Fri, Aug 8, 2014 at 11:57 AM, Alexander Bothe notifications@github.com
|
This was my script btw. |
Nope, I don't want to have any further external resources/files to be installed anywhere. |
anyway. thanks. will you close this once it is documented somewhere ? |
I've put a link on to the wiki page. |
a simple dub project using vibe.d (adding libevent dependency) that builds perfectly fine using "dub build" on the shell fails to build in mono-d:
The text was updated successfully, but these errors were encountered: