Displaying 7 results from an estimated 7 matches for "copyms".
Did you mean:
copybs
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/vm...
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 d...
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'
>>>...
2006 Dec 06
1
Bug and patch for +terms with wildcards
In current Xapian SVN HEAD, there is a bug in the query parser concerned
with the handling of wildcard terms with a "+" prefix. Specifically,
a query such as "+foo* bar" will be parsed by the query parser into
Xapian::Query("bar") if there are no terms in the database which start
"foo". Instead, since the "+" term cannot be matched, I believe