-
Notifications
You must be signed in to change notification settings - Fork 69
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
runtests.jl Segmentation fault- clang_getTranslationUnitCursor at /usr/bin/../lib/x86_64-linux-gnu/libclang-3.6.so.1 #142
Comments
Looks related to this so adding my problem here. Clang.jl seg faults on using Clang Here is the enviroment
louis@Neruda ~/.julia/v0.6/Clang/test $ julia
looks like it builds without errors, but libwrapclang is not foundjulia> Pkg.build("Clang") julia> Libdl.find_library(["libc"]) julia> Libdl.find_library(["libwrapclang"])
Able to run clang on a simple test code examplelouis@Neruda $ cat test.c
louis@Neruda $ clang test.c -S -emit-llvm -o -
louis@Neruda $ clang test.c -S -O3 -o -
|
Hi all,
I am trying to deploy Clang for future development of julia interface for GRASS GIS.
After checkout master Clang build[2] works. If I run tests from Clang.jl I got errors[1]. I am not sure on what I should focus from this error message. Additional info of system [3]
[1]
[2]
[3]
Does anyone now how I should figure out problem? Thanks for any advice!
best Matej
The text was updated successfully, but these errors were encountered: