search for: copym

Displaying 7 results from an estimated 7 matches for "copym".

Did you mean: copy
2011 Jul 24
0
[LLVMdev] Unable to run a java class by j3
Hi Sarah, On Sun, Jul 24, 2011 at 6:28 AM, Sarah <sarah.berenji at gmail.com> wrote: > > I created links in "/usr/local/classpath/lib" where my classpath objects > are > installed. Since it didn't work I tried these paths too: in classpath's > source > "/usr/local/classpath-0.97.2/lib" & also in "/lib"!! The error didn't >
2011 Jul 24
2
[LLVMdev] Unable to run a java class by j3
Nicolas Geoffray <nicolas.geoffray <at> gmail.com> writes: > > > Did you link the shared libraries? (step 2). > > Also, can you send me your configure option? > > NicolasOn Wed, Jul 20, 2011 at 3:45 PM, Sarah <sarah.berenji <at> gmail.com> wrote: > Nicolas Geoffray <nicolas.geoffray <at> gmail.com> writes: > > > > >
2011 Oct 25
2
[LLVMdev] A bunch of errors while installing VMKit and compiling LLVM
...rc="/home/svozniuk/llvm/llvm-src-clang" --with-llvmobj="/home/svozniuk/llvm/llvm-build-clang" --with-gnu-classpath-glibj="/home/svozniuk/llvm/classpath-0.97.2" --with-gnu-classpath-libs="/home/svozniuk/llvm/classpath-0.97.2/lib" --with-mmtk-plan=org.mmtk.plan.copyms.CopyMS ~/llvm/vmkit$ make llvm[2]: Building Release+Asserts Bytecode Module MMTKAlloc.bc make[2]: Leaving directory `/home/svozniuk/llvm/vmkit/mmtk/mmtk-alloc' make[2]: Entering directory `/home/svozniuk/llvm/vmkit/mmtk/java' make[2...
2011 Oct 25
0
[LLVMdev] A bunch of errors while installing VMKit and compiling LLVM
...iuk/llvm/llvm-src-clang" > --with-llvmobj="/home/svozniuk/llvm/llvm-build-clang" > --with-gnu-classpath-glibj="/home/svozniuk/llvm/classpath-0.97.2" > --with-gnu-classpath-libs="/home/svozniuk/llvm/classpath-0.97.2/lib" > --with-mmtk-plan=org.mmtk.plan.copyms.CopyMS > ~/llvm/vmkit$ make > > > llvm[2]: Building Release+Asserts Bytecode Module MMTKAlloc.bc > make[2]: Leaving directory > `/home/svozniuk/llvm/vmkit/mmtk/mmtk-alloc' > make[2]: Entering directory > `/home/svozniuk/llvm/v...
2011 Oct 25
2
[LLVMdev] A bunch of errors while installing VMKit and compiling LLVM
...c-clang" >> --with-llvmobj="/home/svozniuk/llvm/llvm-build-clang" >> --with-gnu-classpath-glibj="/home/svozniuk/llvm/classpath-0.97.2" >> --with-gnu-classpath-libs="/home/svozniuk/llvm/classpath-0.97.2/lib" >> --with-mmtk-plan=org.mmtk.plan.copyms.CopyMS >> ~/llvm/vmkit$ make >> >> >> llvm[2]: Building Release+Asserts Bytecode Module MMTKAlloc.bc >> >> make[2]: Leaving directory >> `/home/svozniuk/llvm/vmkit/mmtk/mmtk-alloc' >> make[2]: Entering...
2011 Oct 25
0
[LLVMdev] A bunch of errors while installing VMKit and compiling LLVM
...t;>> --with-llvmobj="/home/svozniuk/llvm/llvm-build-clang" >>> --with-gnu-classpath-glibj="/home/svozniuk/llvm/classpath-0.97.2" >>> --with-gnu-classpath-libs="/home/svozniuk/llvm/classpath-0.97.2/lib" >>> --with-mmtk-plan=org.mmtk.plan.copyms.CopyMS >>> ~/llvm/vmkit$ make >>> >>> >>> llvm[2]: Building Release+Asserts Bytecode Module >>> MMTKAlloc.bc >>> make[2]: Leaving directory >>> `/home/svozniuk/llvm/vmkit/mmtk/mmtk-alloc' >>&gt...
2006 Dec 06
1
Bug and patch for +terms with wildcards
...552) +++ api/omquery.cc (working copy) @@ -132,6 +132,17 @@ } } +Query::Query(Query::op op_) : internal(0) +{ + try { + start_construction(op_, 0); + end_construction(); + } catch (...) { + abort_construction(); + throw; + } +} + // Copy constructor Query::Query(const Query & copyme) : internal(copyme.internal)