search for: wmove

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

Did you mean: move
2019 Nov 22
2
Potential problem with -Wunreachable-code
...ing-option -Wno-unknown-pragmas -Wno-logical-op-parentheses -Wno-tautological-undefined-compare -Wno-tautological-unsigned-zero-compare -Wno-tautological-unsigned-enum-zero-compare -Wno-expansion-to-defined -Wno-format-security -Wnarrowing -Warray-bounds-pointer-arithmetic -Wduplicate-method-match -Wmove -Wunreachable-code -Wno-return-std-move -ftemplate-depth=512 -Wpessimizing-move -gline-tables-only -fprofile-instr-generate -fcoverage-mapping -Og -std=c++14 -Wno-reorder -Wno-literal-suffix -Wcomma -fPIC Thanks, Ian.
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
...e 0000000000000000 DF *UND* 0000000000000089 Base el_push 0000000000000000 DO *UND* 0000000000000010 Base _ZNSt3__17codecvtIcc11__mbstate_tE2idE 0000000000000000 DF *UND* 0000000000000024 GLIBC_2.2.5 fileno 0000000000000000 DF *UND* 0000000000000040 Base wmove 0000000000000000 DF *UND* 0000000000000014 Base subwin 0000000000000000 DF *UND* 0000000000000019 GLIBC_2.2.5 fetestexcept 0000000000000000 DF *UND* 00000000000000c0 GLIBC_2.2.5 round 0000000000000000 DF *UND* 0000000000000044 Base _ZNKSt3__112basic_stringIcNS_...
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++