> > 1) Can i get Cxx somehow as package? No
> > 2) Are the recent build instructions available that target a debian/ubuntu > out-of-the-box? No > > 3) I have some reasons to believe people are using Cxx with a v0.4 > (non-dev), any clue how you got it running? > At least for me, by fixing problems I encountered: https://github.com/Keno/Cxx.jl/pull/214 There is a lot of effort currently to get Julia stabilized on LLVM 3.7.1, at which point Cxx will be easier to install. Keep an eye on this issue: https://github.com/JuliaLang/julia/pull/14623 On Sun, Jan 10, 2016 at 7:54 AM, Andreas Lobinger <[email protected]> wrote: > Hello colleagues, > > i ran now into a build problem (like this: > > lobi@orange321:~/julia05$ make > CC src/codegen.o > In file included from > /home/lobi/julia05/usr/include/llvm/ADT/SmallVector.h:20:0, > from > /home/lobi/julia05/usr/include/llvm/Support/Allocator.h:24, > from > /home/lobi/julia05/usr/include/llvm/ADT/StringMap.h:18, > from > /home/lobi/julia05/usr/include/llvm/Support/Host.h:17, > from /home/lobi/julia05/usr/include/llvm/ADT/Hashing.h:49, > from > /home/lobi/julia05/usr/include/llvm/ADT/ArrayRef.h:13, > from /home/lobi/julia05/usr/include/llvm/IR/User.h:22, > from /home/lobi/julia05/usr/include/llvm/IR/Constant.h:17, > from > /home/lobi/julia05/usr/include/llvm/IR/GlobalValue.h:21, > from > /home/lobi/julia05/usr/include/llvm/ExecutionEngine/JITSymbolFlags.h:17, > from > /home/lobi/julia05/usr/include/llvm/ExecutionEngine/RuntimeDyld.h:17, > from > /home/lobi/julia05/usr/include/llvm/ExecutionEngine/ExecutionEngine.h:18, > from /home/lobi/julia05/src/codegen.cpp:21: > > ). > > And i'm a little bit lost, how to get a running/working Cxx (which is only > a dependency of another project). > > The build instructions on https://github.com/Keno/CXX.jl start with "You > will need to install Julia v0.4-dev with some special options." and follow > with "Get the latest git checkout from > https://github.com/JuliaLang/julia.git then add" which seems to me > unconsistent... > > 1) Can i get Cxx somehow as package? > 2) Are the recent build instructions available that target a debian/ubuntu > out-of-the-box? > 3) I have some reasons to believe people are using Cxx with a v0.4 > (non-dev), any clue how you got it running? > > Any other pointers for USING Cxx? Actually i wasn't interested into > building it on my own, but the Cxx instructions make it clear you have to > build llvm all from scratch + julia which is on my box a job with several > hours runtime. > > Wishing a happy day, > Andreas >
