search for: didat

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

Did you mean: did't
2008 Oct 14
3
[LLVMdev] MINGW Compiler error.
...lvm::BasicBlock, ll vm::BasicBlock*>::__a == ((__gnu_cxx::_EqualOpConcept<llvm::BasicBlock, llvm::Ba sicBlock*>*)this)->__gnu_cxx::_EqualOpConcept<llvm::BasicBlock, llvm::BasicBlock *>::__b' c:/Users/Greybird/Desktop/llvm/llvm-2.4/include/llvm/ADT/APInt.h:1379: note: can didates are: bool llvm::operator==(uint64_t, const llvm::APInt&) make[1]: *** [/c/Users/Greybird/Desktop/llvm/llvm-2.4/lib/VMCore/ Release/BasicBl ock.o] Error 1 make[1]: Leaving directory `/c/Users/Greybird/Desktop/llvm/llvm-2.4/ lib/VMCore' make: *** [all] Error 1 Any help will be greatly ap...
2008 Oct 14
0
[LLVMdev] MINGW Compiler error.
...>::__a == > ((__gnu_cxx::_EqualOpConcept<llvm::BasicBlock, llvm::Ba > sicBlock*>*)this)->__gnu_cxx::_EqualOpConcept<llvm::BasicBlock, > llvm::BasicBlock > *>::__b' > c:/Users/Greybird/Desktop/llvm/llvm-2.4/include/llvm/ADT/APInt.h: > 1379: note: can > didates are: bool llvm::operator==(uint64_t, const llvm::APInt&) > make[1]: *** [/c/Users/Greybird/Desktop/llvm/llvm-2.4/lib/VMCore/ > Release/BasicBl > ock.o] Error 1 > make[1]: Leaving directory `/c/Users/Greybird/Desktop/llvm/llvm-2.4/ > lib/VMCore' > make: *** [all] Error...
2008 Oct 15
1
[LLVMdev] MINGW Compiler error.
...(__gnu_cxx::_EqualOpConcept<llvm::BasicBlock, llvm::Ba >> sicBlock*>*)this)->__gnu_cxx::_EqualOpConcept<llvm::BasicBlock, >> llvm::BasicBlock >> *>::__b' >> c:/Users/Greybird/Desktop/llvm/llvm-2.4/include/llvm/ADT/APInt.h: >> 1379: note: can >> didates are: bool llvm::operator==(uint64_t, const llvm::APInt&) >> make[1]: *** [/c/Users/Greybird/Desktop/llvm/llvm-2.4/lib/VMCore/ >> Release/BasicBl >> ock.o] Error 1 >> make[1]: Leaving directory `/c/Users/Greybird/Desktop/llvm/llvm-2.4/ >> lib/VMCore' >>...
2008 Oct 15
2
[LLVMdev] MINGW Compiler error.
...PInt.h: >> BasicBlock is failing the EqualityComparable concept check. This should be breaking --enable-asserts and --enable-expensive-checks, not --enable-optimized (concept checks should be disabled in release mode, which is controlled by NDEBUG). >> 1379: note: can >> didates are: bool llvm::operator==(uint64_t, const llvm::APInt&) >> make[1]: *** [/c/Users/Greybird/Desktop/llvm/llvm-2.4/lib/VMCore/ >> Release/BasicBl >> ock.o] Error 1 >> make[1]: Leaving directory `/c/Users/Greybird/Desktop/llvm/llvm-2.4/ >> lib/VMCore' >&gt...
2009 Oct 16
3
How can I run a function to a piece of text?
Dear users, I got really stuck trying to apply a function to a piece of code that I created using different string functions. To make things really easy, this is a wee example: x<-c(1:10) script<-"x, trim = 0, na.rm = FALSE" ##script created by a number of paste() and rep() steps mean(script) ##function that I want to apply:
2007 Jun 13
3
Awk and Vilno
In clinical trial data preparation and many other data situations, the statistical programmer needs to merge and re-merge multiple input files countless times. A syntax for merging files that is clear and concise is very important for the statistical programmer's productivity. Here is how Vilno does it: inlist dataset1 dataset2 dataset3 ; joinby variable1 variable2 where ( var3<=var4 ) ;
2008 Oct 15
0
[LLVMdev] MINGW Compiler error.
...elease mode, > which is controlled by NDEBUG). I just tried with plain "./configure --enable-optimized" and was getting the same. But if I did " ./configure --enable-optimized -- disable-assertions" I get the other error. > >>> 1379: note: can >>> didates are: bool llvm::operator==(uint64_t, const llvm::APInt&) >>> make[1]: *** [/c/Users/Greybird/Desktop/llvm/llvm-2.4/lib/VMCore/ >>> Release/BasicBl >>> ock.o] Error 1 >>> make[1]: Leaving directory `/c/Users/Greybird/Desktop/llvm/llvm-2.4/ >>> lib/V...