Advertisement
Guest User

Untitled

a guest
Apr 28th, 2017
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.54 KB | None | 0 0
  1. root@kali:~/Tools/vnc/vnc-4_1_1-unixsrc/common/rfb# vim CConnection.cxx
  2. root@kali:~/Tools/vnc/vnc-4_1_1-unixsrc/common/rfb# cd ../../unix/
  3. root@kali:~/Tools/vnc/vnc-4_1_1-unixsrc/unix# ./configure
  4. creating cache ./config.cache
  5. configuring common...
  6. creating cache ./config.cache
  7. checking for gcc... gcc
  8. checking whether the C compiler (gcc ) works... yes
  9. checking whether the C compiler (gcc ) is a cross-compiler... no
  10. checking whether we are using GNU C... yes
  11. checking whether gcc accepts -g... (cached) no
  12. checking for c++... c++
  13. checking whether the C++ compiler (c++ ) works... yes
  14. checking whether the C++ compiler (c++ ) is a cross-compiler... no
  15. checking whether we are using GNU C++... yes
  16. checking whether c++ accepts -g... (cached) no
  17. checking for ranlib... ranlib
  18. checking whether make sets ${MAKE}... yes
  19. checking how to run the C++ preprocessor... c++ -E
  20. checking for X... no
  21. configuring zlib...
  22. Checking for gcc...
  23. Building static library libz.a version 1.1.4 with gcc.
  24. Checking for unistd.h... Yes.
  25. Checking for errno.h... Yes.
  26. Checking for mmap support... Yes.
  27. ...done configuring zlib
  28. checking for vsnprintf... yes
  29. checking for socklen_t... yes
  30. updating cache ./config.cache
  31. creating ./config.status
  32. creating Makefile
  33. creating rdr/Makefile
  34. creating network/Makefile
  35. creating Xregion/Makefile
  36. creating rfb/Makefile
  37. ...done configuring common
  38. checking for gcc... gcc
  39. checking whether the C compiler (gcc ) works... yes
  40. checking whether the C compiler (gcc ) is a cross-compiler... no
  41. checking whether we are using GNU C... yes
  42. checking whether gcc accepts -g... (cached) no
  43. checking for c++... c++
  44. checking whether the C++ compiler (c++ ) works... yes
  45. checking whether the C++ compiler (c++ ) is a cross-compiler... no
  46. checking whether we are using GNU C++... yes
  47. checking whether c++ accepts -g... (cached) no
  48. checking for ranlib... ranlib
  49. checking whether make sets ${MAKE}... yes
  50. checking how to run the C++ preprocessor... c++ -E
  51. checking for X... no
  52. updating cache ./config.cache
  53. creating ./config.status
  54. creating Makefile
  55. creating tx/Makefile
  56. creating x0vncserver/Makefile
  57. creating vncviewer/Makefile
  58. creating vncconfig/Makefile
  59. creating vncpasswd/Makefile
  60. root@kali:~/Tools/vnc/vnc-4_1_1-unixsrc/unix# make
  61. make[1]: Entering directory '/root/Tools/vnc/vnc-4_1_1-unixsrc/common'
  62. make[2]: Entering directory '/root/Tools/vnc/vnc-4_1_1-unixsrc/common/zlib'
  63. gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c -o example.o example.c
  64. gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c -o adler32.o adler32.c
  65. gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c -o compress.o compress.c
  66. gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c -o crc32.o crc32.c
  67. gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c -o gzio.o gzio.c
  68. gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c -o uncompr.o uncompr.c
  69. gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c -o deflate.o deflate.c
  70. gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c -o trees.o trees.c
  71. gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c -o zutil.o zutil.c
  72. gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c -o inflate.o inflate.c
  73. gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c -o infblock.o infblock.c
  74. gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c -o inftrees.o inftrees.c
  75. gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c -o infcodes.o infcodes.c
  76. gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c -o infutil.o infutil.c
  77. gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c -o inffast.o inffast.c
  78. ar rc libz.a adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o zutil.o inflate.o infblock.o inftrees.o infcodes.o infutil.o inffast.o
  79. gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -o example example.o -L. -lz
  80. gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -c -o minigzip.o minigzip.c
  81. gcc -O3 -DHAVE_UNISTD_H -DUSE_MMAP -o minigzip minigzip.o -L. -lz
  82. make[2]: Leaving directory '/root/Tools/vnc/vnc-4_1_1-unixsrc/common/zlib'
  83. make[2]: Entering directory '/root/Tools/vnc/vnc-4_1_1-unixsrc/common/rdr'
  84. c++ -DX_DISPLAY_MISSING=1 -I.. -I../zlib -O2 -Wall -c Exception.cxx
  85. c++ -DX_DISPLAY_MISSING=1 -I.. -I../zlib -O2 -Wall -c FdInStream.cxx
  86. c++ -DX_DISPLAY_MISSING=1 -I.. -I../zlib -O2 -Wall -c FdOutStream.cxx
  87. c++ -DX_DISPLAY_MISSING=1 -I.. -I../zlib -O2 -Wall -c InStream.cxx
  88. c++ -DX_DISPLAY_MISSING=1 -I.. -I../zlib -O2 -Wall -c RandomStream.cxx
  89. c++ -DX_DISPLAY_MISSING=1 -I.. -I../zlib -O2 -Wall -c ZlibInStream.cxx
  90. c++ -DX_DISPLAY_MISSING=1 -I.. -I../zlib -O2 -Wall -c ZlibOutStream.cxx
  91. c++ -DX_DISPLAY_MISSING=1 -I.. -I../zlib -O2 -Wall -c HexInStream.cxx
  92. c++ -DX_DISPLAY_MISSING=1 -I.. -I../zlib -O2 -Wall -c HexOutStream.cxx
  93. rm -f librdr.a
  94. ar cq librdr.a Exception.o FdInStream.o FdOutStream.o InStream.o RandomStream.o ZlibInStream.o ZlibOutStream.o HexInStream.o HexOutStream.o
  95. ranlib librdr.a
  96. make[2]: Leaving directory '/root/Tools/vnc/vnc-4_1_1-unixsrc/common/rdr'
  97. make[2]: Entering directory '/root/Tools/vnc/vnc-4_1_1-unixsrc/common/network'
  98. c++ -DX_DISPLAY_MISSING=1 -I.. -DVNC_SOCKLEN_T=socklen_t -O2 -Wall -c TcpSocket.cxx
  99. TcpSocket.cxx: In static member function ‘static network::TcpFilter::Pattern network::TcpFilter::parsePattern(const char*)’:
  100. TcpSocket.cxx:421:35: error: ‘atoi’ was not declared in this scope
  101. pattern.mask = atoi(mask.buf);
  102. ^
  103. Makefile:53: recipe for target 'TcpSocket.o' failed
  104. make[2]: *** [TcpSocket.o] Error 1
  105. make[2]: Leaving directory '/root/Tools/vnc/vnc-4_1_1-unixsrc/common/network'
  106. Makefile:8: recipe for target 'all' failed
  107. make[1]: *** [all] Error 1
  108. make[1]: Leaving directory '/root/Tools/vnc/vnc-4_1_1-unixsrc/common'
  109. Makefile:10: recipe for target 'all' failed
  110. make: *** [all] Error 1
  111. root@kali:~/Tools/vnc/vnc-4_1_1-unixsrc/unix#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement