search for: acs_map

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

2003 Jan 29
2
acs_map
I'm having trouble compiling wine on a newish box. The problem is a missing symbol 'acs_map' cropping up in dlls/ttydrv/graphics.o. The symbol is not directly in the relevant source file so it seems to be from a macro or typedef but extensive grepping has not identified the source. I suspect the problem is a package missing in the distro (dRock 1.6.0) but have not been able to identif...
2007 Nov 12
7
[Bug 1391] New: Problem compiling openssh 4.7p1
...39; /usr/lib/libncurses.so.5: undefined reference to `_nc_flush' /usr/lib/libncurses.so.5: undefined reference to `raw' /usr/lib/libncurses.so.5: undefined reference to `putp' /usr/lib/libncurses.so.5: undefined reference to `has_ic' /usr/lib/libncurses.so.5: undefined reference to `acs_map' /usr/lib/libncurses.so.5: undefined reference to `_nc_safe_strcpy' /usr/lib/libncurses.so.5: undefined reference to `curs_set' /usr/lib/libncurses.so.5: undefined reference to `_nc_update_screensize' /usr/lib/libncurses.so.5: undefined reference to `setupterm' /usr/lib/libncurs...
2017 Jan 23
2
undefined symbols during linking LLDB 4.0 RC1
...0000000000000000 DF *UND* 0000000000000136 Base el_init 0000000000000000 DF *UND* 0000000000000012 GLIBC_2.2.5 time 0000000000000000 DF *UND* 0000000000000006 Base _ZNSt3__114__shared_count12__add_sharedEv 0000000000000000 DO *UND* 0000000000000400 Base acs_map 0000000000000000 DF *UND* 000000000000015b GLIBC_2.2.5 fputs 0000000000000000 DF *UND* 00000000000000a8 Base _ZNKSt3__16locale9use_facetERNS0_2idE 0000000000000000 DF *UND* 000000000000003c GLIBC_2.2.5 strncmp 0000000000000000 DF *UND* 00000000000000ff Base _ZN...
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++