-
Notifications
You must be signed in to change notification settings - Fork 3
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
Makefile complie errors #2
Comments
@mbeltagy JULIA_DìR is used in |
In the Line 14 in c372760
Line 16 in c372760
Line 86 in c372760
Line 81 in c372760
|
As I told you when you install this gem |
I tried many times and failed and I can not figure out what the problem is I get Building native extensions. This could take a while...
ERROR: Error installing jl4rb:
ERROR: Failed to build gem native extension.
current directory: /home/usr/.rvm/gems/ruby-2.3.0/gems/jl4rb-0.0.10/ext/jl4rb
/home/usr/.rvm/rubies/ruby-2.3.0/bin/ruby -r ./siteconf20180501-10439-1f6ipst.rb extconf.rb
creating Makefile
current directory: /home/usr/.rvm/gems/ruby-2.3.0/gems/jl4rb-0.0.10/ext/jl4rb
make "DESTDIR=" clean
current directory: /home/usr/.rvm/gems/ruby-2.3.0/gems/jl4rb-0.0.10/ext/jl4rb
make "DESTDIR="
compiling jl4rb.c
jl4rb.c:7:19: fatal error: julia.h: No such file or directory
#include "julia.h"
^
compilation terminated.
make: *** [jl4rb.o] Error 1
make failed, exit code 2 The makefile generated at After a bit of digging, I noticed that Lines 6 to 10 in c372760
Makes no references to |
Could you check where is located the include julia dir and the lib julia dir on your computer ? |
On my machine it is at required headers are at |
The
Makefile
does not seem to make use ofJULIA_DIR
.I get compilation errors related ton including
julia.h
. Looking at theMakefile
is seems that the include is hard-coded for a standard julia 0.5 OSx install.The text was updated successfully, but these errors were encountered: