-
Notifications
You must be signed in to change notification settings - Fork 58
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
problem to move julia repo, because of .julia\v0.3\ZMQ\deps\deps.jl
#68
Comments
@Keno, should this be a bindeps issue? |
I have some side effects, after fixing manually this |
ok: side-effect was because I forgot to copy the hidden
whish:
|
What is curious is it is apparently the only Julia module (that I have) using an absolute path |
at least on writing, it looks possible to replace a "." per |
Hello,
I'm trying to build a movable Ijulia+ipython, and I fall on a ZMQ module "absolute path" problem.
In the file
.julia\v0.3\ZMQ\deps\deps.jl
, there is a line 12 generated with the full 'original' directory of ZMQ:@checked_lib zmq "D:\\result_tests\\WinPython-32bit-3.4.2.5_build3\\settings\\.julia\\v0.3\\ZMQ\\deps\\usr\\lib\\libzmq.DLL"
==> is this absolute path really necessary ?
The text was updated successfully, but these errors were encountered: