search for: doupdat

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

Did you mean: doupdate
2010 Jul 22
1
Updating a Data Frame
...ame events[events$eventid == eventid, "timestamp"] <<- newTimeStamp events[events$eventid == eventid, "isSynchronized"] <<- 1 events[events$eventid == eventid, "timeDiff"] <<- timeDiff } I call this function like: # dataF is a subset of events if(doUpdate == 1){ if(!is.null(dataF) && nrow(dataF) > 0){ len <- nrow(dataF) for(i in 1:len){ updateDB(dataF[i,"eventid"], dataF[i,"tobiiTime"], dataF[i,"ruiTime"]) } } } However, this particular update functionality is performing very slow updates. Is there a...
2006 Jun 03
4
xentop.c error
Just downloaded the xen-unstable and updated it using mercurial. When i try to do a make install on a Celeron D 64bit processor, i get the following error: xentop.c:291: error: `KEY_DOWN'' undeclared (first use in this function) xentop.c:294: error: `KEY_UP'' undeclared (first use in this function) xentop.c:314: error: `KEY_BACKSPACE'' undeclared (first use in this
2017 Jan 23
2
undefined symbols during linking LLDB 4.0 RC1
...orIcEEE6__initEPKcmm 0000000000000000 DF *UND* 000000000000018a GLIBC_2.2.5 fwrite 0000000000000000 DF *UND* 0000000000000025 GLIBC_2.9 pipe2 0000000000000000 DF *UND* 000000000000001d GLIBC_2.2.5 pthread_mutex_destroy 0000000000000000 DF *UND* 0000000000001033 Base doupdate 0000000000000000 DF *UND* 00000000000002c3 Base del_panel 0000000000000000 DF *UND* 000000000000019f Base _ZNSt3__113basic_istreamIcNS_11char_traitsIcEEE6sentryC1ERS3_b 0000000000000000 DF *UND* 00000000000000b9 GLIBC_2.2.5 strerror 0000000000000000 DF *UND* 00...
2017 Jan 19
2
undefined symbols during linking LLDB 4.0 RC1
Hello, I update my building scripts to build LLVM 4.0 RC1 (with clang, lldb, libc++, libc++abi, lld) on CentOS 6 and I got a lot of undefined symbols during linking LLDB. I'm using clang-3.9 and this configuration: -DLLVM_TARGETS_TO_BUILD="X86" -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++