-
Notifications
You must be signed in to change notification settings - Fork 20
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
drepl linker error on loadLibrary #39
Comments
Comment by wilzbach Looks like linenoise isn't available and you get a terrible error message. |
Comment by carljv I don't think it's linenoise. I compiled it to a |
Comment by wilzbach Do you compile with |
Comment by carljv Here's the full output from
|
Comment by carljv I wonder if the last comment on this thread is still operative: http://forum.dlang.org/post/[email protected]
(I'm not sure what version(Shared) is.) |
Comment by wilzbach
Have you tried to remove that and see whether it compiles? |
Comment by carljv Yeah, that loadLibrary call is definitely the problem. I replaced that w/
I'm not 100% sure what expected behavior is, or what the workaround for loadLibrary is... |
Comment by wilzbach
Nope it's not. Can you try
|
Comment by MartinNowak There is no shared library support on OSX yet. |
Comment by MartinNowak Maybe w/ ldc? Not sure what the problem there is. |
Comment by MartinNowak
There is no workaround, compiling and loading new code as shared libraries is how this REPL works. |
I'm experiencing this today running drepl ran normally a couple weeks ago. Ubuntu 18.04 LTS Details
|
Issue by carljv
Wednesday May 25, 2016 at 23:58 GMT
Originally opened as https://github.com/drepl/drepl-old/issues/2
I'm unable to get drepl to compile. I'm getting the following error:
That's with dmd. ldc thinks the problem is in
engines.dmd.o
(which does callloadLibrary
).I'm on OS X 10.11.5 running:
dmd v2.071
ldc v0.17.0
clang/llvm v7.3.0
The text was updated successfully, but these errors were encountered: