search for: commonthread

Displaying 13 results from an estimated 13 matches for "commonthread".

2011 Jan 11
2
[LLVMdev] VMKit link
...JavaJITCompiler.o): In function `j3::JavaJ3LazyJITCompiler::addCallback(j3::Class*, unsigned short, j3::Signdef*, bool, llvm::BasicBlock*)': /root/llvm/vmkit/lib/J3/Compiler/JavaJITCompiler.cpp:454: undefined reference to `__sync_val_compare_and_swap_4' /root/llvm/vmkit/Debug+Asserts/lib/libCommonThread.a(CollectionRV.o): In function `mvm::CooperativeCollectionRV::synchronize()': /root/llvm/vmkit/lib/Mvm/CommonThread/CollectionRV.cpp:66: undefined reference to `__sync_bool_compare_and_swap_1' /root/llvm/vmkit/Debug+Asserts/lib/libCommonThread.a(ObjectLocks.o): In function `mvm::ThinLock::r...
2012 Oct 26
1
[LLVMdev] VMKit compilation error
...g for Debug + Asserts Sigsegv.cpp build (bytecode) llvm [3]: Compiling Sigsegv.ll to Sigsegv.bc for Debug + Asserts build ( bytecode) llvm [3]: Compiling Sigsegv.bc to Sigsegv.s for Debug + Asserts build llvm [3]: Compiling for Debug + Asserts Sigsegv.s build / home / admcad / VMKit / lib / vmkit / CommonThread / Debug + Asserts / Sigsegv_gc.s: Assembler messages: / home / admcad / VMKit / lib / vmkit / CommonThread / Debug + Asserts / * Sigsegv_gc.s: 18: Error: file number 1 Already allocated* make [3]: ** [/ home / admcad / VMKit / lib / vmkit / CommonThread / Debug + Asserts / Sigsegv_gc.o] Error 1 mak...
2010 Apr 10
5
Rendering a Partial as an Alternative
Suppose that I want to have a block of default content within a template that is replaced with the content of a specific partial only if that partial exists. Obviously there is the brute force approach of simply rendering the default content unless the relevant partial file exists in which case the relevant partial is rendered instead. I suspect that there may be a more elegant way to skin this
2010 Jul 14
0
[LLVMdev] How to cope with 'undefined reference' errors taken the example of building VMkit x86_64 version
...d, U-symbol, in terms of nm(1). Solution is to add in USEDLIBS line name of B library immediately after name of A, for every such A for which linker gets so confused. *** Example for VMkit: USEDLIBS = J3.a Classpath.a J3Compiler.a Allocator.a \ Mvm.a MvmCompiler.a $(GCLIB).a CommonThread.a make output: <<< make[1]: Leaving directory `/home/mn/tests/VMkit/vmkit/lib' make[1]: Entering directory `/home/mn/tests/VMkit/vmkit/tools/vmjc' llvm[1]: Compiling vmjc.cpp for Debug build llvm[1]: Linking Debug executable vmjc /home/mn/tests/VMkit/vmkit/Debug/lib/libGCMmap2.a(g...
2013 Feb 12
2
[LLVMdev] [vmkit] Errors compiling vmkt
...#39; make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/chris/vmkit/lib/vmkit/StaticGCPrinter' make[1]: Entering directory `/home/chris/vmkit/lib' make[2]: Entering directory `/home/chris/vmkit/lib/vmkit' make[3]: Entering directory `/home/chris/vmkit/lib/vmkit/CommonThread' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/chris/vmkit/lib/vmkit/CommonThread' make[3]: Entering directory `/home/chris/vmkit/lib/vmkit/MMTk' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/chris/vmkit/lib/vmkit/MMTk' m...
2010 Apr 13
5
How to check if a parent has children?
What is the new way to check if a parent has child items? In rails 1.2.6 I did this: if @client.has_line_items? Client being the parent and line_items the children. Now that I have upgraded to rails 2.0.1 (on my way to current :-) ) I am getting this message: undefined method `has_line_items?'' for #<Client:0x7f3b093b01a0> How should I format the query now? Regards, Paul
2013 Feb 12
0
[LLVMdev] [vmkit] Errors compiling vmkt
...g to be done for `all'. > make[1]: Leaving directory `/home/chris/vmkit/lib/vmkit/StaticGCPrinter' > make[1]: Entering directory `/home/chris/vmkit/lib' > make[2]: Entering directory `/home/chris/vmkit/lib/vmkit' > make[3]: Entering directory `/home/chris/vmkit/lib/vmkit/CommonThread' > make[3]: Nothing to be done for `all'. > make[3]: Leaving directory `/home/chris/vmkit/lib/vmkit/CommonThread' > make[3]: Entering directory `/home/chris/vmkit/lib/vmkit/MMTk' > make[3]: Nothing to be done for `all'. > make[3]: Leaving directory `/home/chris/vm...
2010 Jun 29
1
[LLVMdev] problems building vmkit
.../tools/vmkit' make[1]: *** [vmkit/.makeall] Error 2 make[1]: Leaving directory `/home/zoewolk/RESEARCH/vmkit/tools' make: *** [all] Error 1 > ls Release/lib/ Allocator.bc J3.bc MMTKAlloc.bc MMTKRuntime.bc StaticGCPass.so Classpath.bc J3Compiler.bc MMTk.bc Mvm.bc CommonThread.bc JITGCPass.so MMTKMagic.so MvmCompiler.bc 3) For ./configure --with-llvmsrc=/home/zoewolk/RESEARCH/LLVMSystem/llvm --with-llvmobj=/home/zoewolk/RESEARCH/LLVMSystem/llvm --with-gnu-classpath-glibj=/home/zoewolk/RESEARCH/classpath-0.97.2/lib --with-gnu-classpath-libs=/home/zoewolk/RESEARCH/cl...
2012 Apr 04
0
[LLVMdev] Compiling VMKit in debug mode
...lvmsrc=/home/koutheir/llvm --with-llvmobj=/home/koutheir/llvm --with-gnu-classpath-libs=/home/koutheir/classpath/lib --with-gnu-classpath-glibj=/usr/local/classpath/share/classpath/glibj.zip ENABLE_OPTIMIZED=0 make ENABLE_OPTIMIZED=0 The compilation failed in the file: ".../vmkit/lib/vmkit/CommonThread/Debug+Asserts/Sigsegv_gc.s" and said "file 1 already reserved" (or something alike). I fixed the error by adding "19" on the first line of the file where appropriate. And then retried compiling: And now, compilation fails in: Buildfile: /media/Data/Documents/PhD/VMKit/vmki...
2010 Apr 09
9
gem install rails (Errno::ENOENT) No such file or directory
I have two PCs, one with Windows XP and another with Windows Vista. I''m working as an administrator in both computers. I''m using Ruby 1.8.7 and Rubygems 1.3.6. When I try to install Rails I get this error: C:\>gem install rails ERROR: While executing gem ... (Errno::ENOENT) No such file or directory - C:/Users/Jesús Dugarte I have installed Rails several times before
2010 Dec 22
2
Scheduling Plugin
...deleting it for example. Basically, we want the back end for a Google Calender type functionality. Ive dug around in GitHub and there are tons of recurring plugins but not many that have discrete events that we can subsequently manipulate. The best I have found is Schedule_fu https://github.com/commonthread/calendar_fu . It seems like a good match, but I wanted to throw it out to the community before I dived head in and see if anybody had feedback. Mike -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk&...
2010 Aug 19
0
[LLVMdev] VMKit Boehm MMTk Compilation
...;>>>> \ >>>>>>>> fi; \ >>>>>>>> make -C Mvm all >>>>>>>> >>>>>>>> make[2]: Entering directory `/cs/student/kyleklein/vmkit/lib/Mvm' >>>>>>>> for dir in Allocator CommonThread MMTk Runtime Compiler StaticGCPass >>>>>>>> JITGCPass; do \ >>>>>>>> (make -C $dir all ) || exit 1; \ >>>>>>>> done >>>>>>>> >>>>>>>> make[3]: Entering directory >>>&g...
2010 Aug 05
2
[LLVMdev] VMKit Boehm MMTk Compilation
Hello, I've been able to get J3 working with the single and multimap garbage collectors but have hit several snags with Boehm and MMTk. For MMTk I get here: Buildfile: /cs/student/kyleklein/vmkit/mmtk/java/build.xml main: [mkdir] Created dir: /cs/student/kyleklein/vmkit/mmtk/java/classes [javac] Compiling 373 source files to /cs/student/kyleklein/vmkit/mmtk/java/classes