Hi, Sorry I did not precise that, but I'm already doing that... I have, as you say, two different director, one for source and one for build (where I run my configure)... Cheers ________________________________________ De : 陳韋任 [chenwj at iis.sinica.edu.tw] Date d'envoi : mardi 8 mai 2012 05:21 À : Rinaldini Julien Cc: LLVM Developers Mailing List Objet : Re: [LLVMdev] svn trunk comilation error> I configured it with: CC=gcc CXX=g++ ./configure --enable-optimisation=yes --enable-assertions=no^^^^^^^^^^^ I recommend you use out-of-tree build, which means you check out the source into one directory (llvm.src/), then build in another directory (llvm.obj). Something like, --- $ ls llvm.src/ llvm.obj/ $ cd llvm.obj; ../llvm.src/configure; make --- Regards, chenwj -- Wei-Ren Chen (陳韋任) Computer Systems Lab, Institute of Information Science, Academia Sinica, Taiwan (R.O.C.) Tel:886-2-2788-3799 #1667 Homepage: http://people.cs.nctu.edu.tw/~chenwj
Hi Rinaldini, You probably need to illustrate what your enviroment is, what revision you checkout and how you build LLVM. I have no problem build LLVM svn here. Have you checked tools/llvm-config/LibraryDependencies.inc is exist? Regards, chenwj -- Wei-Ren Chen (陳韋任) Computer Systems Lab, Institute of Information Science, Academia Sinica, Taiwan (R.O.C.) Tel:886-2-2788-3799 #1667 Homepage: http://people.cs.nctu.edu.tw/~chenwj
> De : 陳韋任 [chenwj at iis.sinica.edu.tw] > Date d'envoi : mardi 8 mai 2012 11:37 > À : Rinaldini Julien > Cc: LLVM Developers Mailing List > Objet : Re: [LLVMdev] RE : svn trunk comilation error > > Hi Rinaldini, > > You probably need to illustrate what your enviroment is, what revision you > checkout and how you build LLVM. I have no problem build LLVM svn here. Have > you checked tools/llvm-config/LibraryDependencies.inc is exist? > > Regards, > chenwj > > -- > Wei-Ren Chen (陳韋任) > Computer Systems Lab, Institute of Information Science, > Academia Sinica, Taiwan (R.O.C.) > Tel:886-2-2788-3799 #1667 > Homepage: http://people.cs.nctu.edu.tw/~chenwjOk, I'll check that tomorow... I'm not at work today and it seems that my ssh is down :( Thx again...> De : Tim Northover [t.p.northover at gmail.com] > Date d'envoi : mardi 8 mai 2012 11:38 > À : Rinaldini Julien > Cc: LLVM Developers Mailing List > Objet : Re: [LLVMdev] svn trunk comilation error> I've encountered this error (or one very similar to it) when the main > python binary was a version of Python 3.x instead of 2.x. At a glance > it might produce the kind of error you're getting above too.> Tim.I though of something like this... I'll try to alias python to python2 tomorow... Cheers