[Mono-dev] building mono with llvm support from git repositories (missing llvm header?)

2011-11-20 Thread Jonathan Shore
Hi, I have pulled the repositories: - http://github.com/mono/llvm.git - http://github.com/mono/ And am on the mono-2.10 branch of the mono git repo and the mono branch of the llvm git repo. The build proceeded smoothly until attempting to build the LLVM backend mapping in mono/mini:

Re: [Mono-dev] building mono with llvm support from git repositories (missing llvm header?)

2011-11-20 Thread Zoltan Varga
Hi, You should use the 'mono-2-10' branch of the llvm repo. Zoltan On Sun, Nov 20, 2011 at 5:48 PM, Jonathan Shore jonathan.sh...@gmail.comwrote: Hi, I have pulled the repositories: - http://github.com/mono/llvm.git - http://github.com/mono/ And am on the

Re: [Mono-dev] building mono with llvm support from git repositories (missing llvm header?)

2011-11-20 Thread Jonathan Shore
Thanks!Out of curiosity, is what is on the head for mono/llvm mono/mono stable and intended for 2.10.7? On Nov 20, 2011, at 2:04 PM, Zoltan Varga wrote: Hi, You should use the 'mono-2-10' branch of the llvm repo. Zoltan On Sun, Nov 20, 2011 at 5:48 PM,

Re: [Mono-dev] building mono with llvm support from git repositories (missing llvm header?)

2011-11-20 Thread Zoltan Varga
Hi, What is on the mono-2-10 branch is intented for the next 2.10 release, whats is master is intented for mono 2.12. Zoltan On Sun, Nov 20, 2011 at 8:24 PM, Jonathan Shore jonathan.sh...@gmail.comwrote: Thanks!Out of curiosity, is what is on the head for mono/llvm