search for: pridgen

Displaying 9 results from an estimated 9 matches for "pridgen".

2013 Nov 21
0
[LLVMdev] vmkit2 core dump after building mmtk
Hi Adam, I don't know which repo you have used? Because only the llvm repo is maintained (not the gforge one), and vmkit2 comes from gforge... By the way, how did you found the gforge repo, it should not be referenced anymore from the web? See you, Gaël Le 21 nov. 2013 17:08, "Adam Pridgen" <Adam.pridgen at rice.edu> a écrit : > Hello, > > I am trying to build vmkit2 from the repo using OpenJDK 6 (stock > install) on Ubuntu 13.04 amd64. When I try to compile vmkit2 I get > the core dump below. I am not sure what the issue is, but I was > getting the sa...
2013 Nov 21
2
[LLVMdev] vmkit2 core dump after building mmtk
...repo you have used? Because only the llvm repo is > maintained (not the gforge one), and vmkit2 comes from gforge... By the way, > how did you found the gforge repo, it should not be referenced anymore from > the web? > > See you, > Gaël > > Le 21 nov. 2013 17:08, "Adam Pridgen" <Adam.pridgen at rice.edu> a écrit : >> >> Hello, >> >> I am trying to build vmkit2 from the repo using OpenJDK 6 (stock >> install) on Ubuntu 13.04 amd64. When I try to compile vmkit2 I get >> the core dump below. I am not sure what the issue is, b...
2013 Nov 21
2
[LLVMdev] vmkit2 core dump after building mmtk
...m to compile the > trunk version of vmkit (I haven't tested the trunk since two months). > I'm investigating. Tell me if it works for you with an older version > :) > > See you, > Gaël > > PS: the warning messages are not important > > > > 2013/11/21 Adam Pridgen <Adam.pridgen at rice.edu>: >> Thanks for your help so far Gaël, but I ran into more trouble. I >> installed the JDK on my system and the messages indicated the JVM >> version needs to be 1.6. Did you intend to link me to Java 7? >> >> LD_LIBRARY_PATH=/usr/lib/...
2013 Nov 22
0
[LLVMdev] vmkit2 core dump after building mmtk
...(I haven't tested the trunk since two months). >> I'm investigating. Tell me if it works for you with an older version >> :) >> >> See you, >> Gaël >> >> PS: the warning messages are not important >> >> >> >> 2013/11/21 Adam Pridgen <Adam.pridgen at rice.edu>: >>> Thanks for your help so far Gaël, but I ran into more trouble. I >>> installed the JDK on my system and the messages indicated the JVM >>> version needs to be 1.6. Did you intend to link me to Java 7? >>> >>> LD_LI...
2013 Nov 21
0
[LLVMdev] vmkit2 core dump after building mmtk
...technetwork/java/javase/downloads/java-archive-downloads-javase7-521261.html#jdk-7u25-oth-JPR Currently, I'm modifying the internal design of vmkit and I'm not working on the trunk, that's why the version of the trunk requires a old version of the jdk. See you, Gaël 2013/11/21 Adam Pridgen <Adam.pridgen at rice.edu>: > I guess I mispoke, I checked out the source from > http://llvm.org/svn/llvm-project/vmkit/trunk. I thought this was > vmkit2. I guess I was just referring to vmkit then. > > On Thu, Nov 21, 2013 at 12:10 PM, Gaël Thomas <gael.thomas00 at gmai...
2013 Nov 21
0
[LLVMdev] vmkit2 core dump after building mmtk
...! I hope that it will work, because I also have problem to compile the trunk version of vmkit (I haven't tested the trunk since two months). I'm investigating. Tell me if it works for you with an older version :) See you, Gaël PS: the warning messages are not important 2013/11/21 Adam Pridgen <Adam.pridgen at rice.edu>: > Thanks for your help so far Gaël, but I ran into more trouble. I > installed the JDK on my system and the messages indicated the JVM > version needs to be 1.6. Did you intend to link me to Java 7? > > LD_LIBRARY_PATH=/usr/lib/jvm/jdk1.7.0_25/jre/...
2013 Nov 21
2
[LLVMdev] vmkit2 core dump after building mmtk
Hello, I am trying to build vmkit2 from the repo using OpenJDK 6 (stock install) on Ubuntu 13.04 amd64. When I try to compile vmkit2 I get the core dump below. I am not sure what the issue is, but I was getting the same error when I was also using classpath. My build environment is set up in the following way:
2013 Nov 21
2
[LLVMdev] vmkit2 core dump after building mmtk
...nloads-javase7-521261.html#jdk-7u25-oth-JPR > > Currently, I'm modifying the internal design of vmkit and I'm not > working on the trunk, that's why the version of the trunk requires a > old version of the jdk. > > See you, > Gaël > > > > 2013/11/21 Adam Pridgen <Adam.pridgen at rice.edu>: >> I guess I mispoke, I checked out the source from >> http://llvm.org/svn/llvm-project/vmkit/trunk. I thought this was >> vmkit2. I guess I was just referring to vmkit then. >> >> On Thu, Nov 21, 2013 at 12:10 PM, Gaël Thomas <g...
2011 Sep 09
2
Passing in Condtions into Object
Hello, I am trying to pass a conditional expression into an expression to be evaluated when ever an R statement is called. For example: get_unique_count <- function(df, select, field){ uniqs <- unique(subset(df, select)[field]) return (nrow(uniqs)) } In this case select is a conditional statement year == 1980, and the function would be called in the following manner: