search for: svozniuk

Displaying 4 results from an estimated 4 matches for "svozniuk".

2011 Oct 25
2
[LLVMdev] A bunch of errors while installing VMKit and compiling LLVM
Hi, Nicolas Indeed, I did not have ant installed and installing it allowed me to overcome the previous error. However the next one appeared. I have ran make with ENABLE_OPTIMIZED=1 VERBOSE=1 and here is the output (the last part of it) make[2]: Entering directory `/home/svozniuk/llvm/vmkit/mmtk/java' /usr/bin/ant -buildfile /home/svozniuk/llvm/vmkit/mmtk/java/build.xml Buildfile: /home/svozniuk/llvm/vmkit/mmtk/java/build.xml main: [mkdir] Created dir: /home/svozniuk/llvm/vmkit/mmtk/java/classes [javac] /home/svozniuk/llvm/vmkit/mmtk/java/build.xml:4: warning:...
2011 Oct 25
2
[LLVMdev] A bunch of errors while installing VMKit and compiling LLVM
...n/llvm-gcc-4.2 /usr/bin/llvm-gcc ~/llvm/llvm-build$ ../llvm-src/configure --enable-optimized ~/llvm/llvm-build$ make llvm[1]: Compiling Host.cpp for Release+Asserts build In file included from /usr/include/c++/4.5/cerrno:43:0, from /home/svozniuk/llvm/llvm-src/lib/Support/Unix/Unix.h:27, from /home/svozniuk/llvm/llvm-src/lib/Support/Unix/Host.inc:21, from /home/svozniuk/llvm/llvm-src/lib/Support/Host.cpp:20: /usr/include/errno.h:69:13: error: multiple types in one declaration...
2011 Oct 25
0
[LLVMdev] A bunch of errors while installing VMKit and compiling LLVM
Hi Sergii, I think there is a problem in your configure command for VMKit. If you look at what you provide for glibj: --with-gnu-classpath-glibj="/home/svozniuk/llvm/classpath-0.97.2 I don't think it's right. You should change it to: --with-gnu-classpath-glibj="/home/svozniuk/llvm/classpath-0.97.2/lib/glibj.zip Also please make sure that you have created the links for the shared libraries (step 2 of getting started) And, if you sync, you m...
2011 Oct 25
0
[LLVMdev] A bunch of errors while installing VMKit and compiling LLVM
...gt; ~/llvm/llvm-build$ ../llvm-src/configure --enable-optimized > ~/llvm/llvm-build$ make > > llvm[1]: Compiling Host.cpp for Release+Asserts build > In file included from /usr/include/c++/4.5/cerrno:43:0, > from > /home/svozniuk/llvm/llvm-src/lib/Support/Unix/Unix.h:27, > from > /home/svozniuk/llvm/llvm-src/lib/Support/Unix/Host.inc:21, > from > /home/svozniuk/llvm/llvm-src/lib/Support/Host.cpp:20: > /usr/include/errno.h:69:13: error: multiple types in on...