search for: history_end

Displaying 3 results from an estimated 3 matches for "history_end".

2010 Jul 09
1
dash klibc DEBUG more compile trouble
...h/histedit.c:123: warning: implicit declaration of function ?el_end? usr/dash/histedit.c:129: error: ?EL_EDITOR? undeclared (first use in this function) usr/dash/histedit.c:132: warning: implicit declaration of function ?el_source? usr/dash/histedit.c:141: warning: implicit declaration of function ?history_end? usr/dash/histedit.c: In function ?sethistsize?: usr/dash/histedit.c:153: error: ?HistEvent? undeclared (first use in this function) usr/dash/histedit.c:153: error: expected ?;? before ?he? usr/dash/histedit.c:155: error: ?hist? undeclared (first use in this function) usr/dash/histedit.c:159: warni...
2017 Jan 23
2
undefined symbols during linking LLDB 4.0 RC1
..._112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7compareEPKc 0000000000000000 DF *UND* 0000000000000052 GLIBC_2.3 __tls_get_addr 0000000000000000 DF *UND* 00000000000000b8 GLIBC_2.2.5 posix_spawn_file_actions_addopen 0000000000000000 DF *UND* 000000000000003d Base history_end 0000000000000000 DF *UND* 0000000000000086 GLIBC_2.2.5 posix_spawnattr_setsigdefault 0000000000000000 DF *UND* 0000000000000189 GLIBC_2.2.5 mallinfo 0000000000000000 DF *UND* 0000000000000005 Base _ZNSt3__118condition_variable10notify_oneEv 0000000000000000 DO *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++