Re: [julia-users] known, working, recent examples for Clang.jl?

2015-05-18 Thread Isaiah Norton
Just a side question: If i run wrap_c on one of the larger system libraries (e.g. X11.h) and get an error; is it more likely it uses a rather esoteric cpp features (and therefore isn't covered in the current wrap_c) OR is it more likely that i miss some compiler flags? Hard to say, depends

Re: [julia-users] known, working, recent examples for Clang.jl?

2015-05-18 Thread Andreas Lobinger
On Sunday, May 17, 2015 at 7:06:34 PM UTC+2, Isaiah wrote: (please file issues...) Just a side question: If i run wrap_c on one of the larger system libraries (e.g. X11.h) and get an error; is it more likely it uses a rather esoteric cpp features (and therefore isn't covered in the current

Re: [julia-users] known, working, recent examples for Clang.jl?

2015-05-17 Thread Isaiah Norton
This was recently posted: https://github.com/denizyuret/CUDNN.jl (please file issues...) On Sun, May 17, 2015 at 10:44 AM, Tim Holy tim.h...@gmail.com wrote: I don't know if it's currently working, but CUDArt has a Clang script that was working a couple of months ago. --Tim On Sunday,

Re: [julia-users] known, working, recent examples for Clang.jl?

2015-05-17 Thread Andreas Lobinger
On Sunday, May 17, 2015 at 4:44:29 PM UTC+2, Tim Holy wrote: I don't know if it's currently working, but CUDArt has a Clang script that was working a couple of months ago. Thank you. I wasn't looking into it, because i'm not part of the CUDA club, but the structure helped me starting

Re: [julia-users] known, working, recent examples for Clang.jl?

2015-05-17 Thread Tim Holy
I don't know if it's currently working, but CUDArt has a Clang script that was working a couple of months ago. --Tim On Sunday, May 17, 2015 02:46:38 AM Andreas Lobinger wrote: Hello colleagues, i seem to have problems with Clang.jl (master, on 0.4dev). The listed or included examples give

[julia-users] known, working, recent examples for Clang.jl?

2015-05-17 Thread Andreas Lobinger
Hello colleagues, i seem to have problems with Clang.jl (master, on 0.4dev). The listed or included examples give me all kind of 'deprecated' or missing warnings and errors. I recognize, that all the underlying technology are not really easy to understand, still i'm looking for an