daily pastebin goal
37%
SHARE
TWEET

Untitled

a guest Dec 14th, 2016 62 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Last login: Tue Dec 13 23:49:52 on ttys004
  2. Amaurys-MacBook-Pro:~ amauryregofilho$ wget http://webpages.charter.net/tux/ncmatrix/ncmatrix-1.0.zip
  3. -bash: wget: command not found
  4. Amaurys-MacBook-Pro:~ amauryregofilho$ brew install weget
  5. Error: No available formula with the name "weget"
  6. ==> Searching for similarly named formulae...
  7. Error: No similarly named formulae found.
  8. ==> Searching taps...
  9. Error: No formulae found in taps.
  10. Amaurys-MacBook-Pro:~ amauryregofilho$ brew install wget
  11. ==> Downloading https://homebrew.bintray.com/bottles/wget-1.18.sierra.bottle.tar.gz
  12. ######################################################################## 100.0%
  13. ==> Pouring wget-1.18.sierra.bottle.tar.gz
  14. 🍺  /usr/local/Cellar/wget/1.18: 9 files, 1.6M
  15. Amaurys-MacBook-Pro:~ amauryregofilho$ wget http://webpages.charter.net/tux/ncmatrix/ncmatrix-1.0.zip
  16. --2016-12-14 19:06:33--  http://webpages.charter.net/tux/ncmatrix/ncmatrix-1.0.zip
  17. Resolving webpages.charter.net... 209.225.8.65
  18. Connecting to webpages.charter.net|209.225.8.65|:80... connected.
  19. HTTP request sent, awaiting response... 200 OK
  20. Length: 94597 (92K) [application/zip]
  21. Saving to: ‘ncmatrix-1.0.zip’
  22.  
  23. ncmatrix-1.0.zip                              100%[==============================================================================================>]  92.38K   200KB/s    in 0.5s    
  24.  
  25. 2016-12-14 19:06:34 (200 KB/s) - ‘ncmatrix-1.0.zip’ saved [94597/94597]
  26.  
  27. Amaurys-MacBook-Pro:~ amauryregofilho$ unzip ncmatrix-1.0.zip && cd ncmatrix-1.0  
  28. Archive:  ncmatrix-1.0.zip
  29.    creating: ncmatrix-1.0/
  30.   inflating: ncmatrix-1.0/NEWS      
  31.   inflating: ncmatrix-1.0/TODO      
  32.   inflating: ncmatrix-1.0/aclocal.m4  
  33.   inflating: ncmatrix-1.0/README    
  34.   inflating: ncmatrix-1.0/configure  
  35.   inflating: ncmatrix-1.0/configure.in  
  36.   inflating: ncmatrix-1.0/ncmatrix.1  
  37.   inflating: ncmatrix-1.0/config.guess  
  38.   inflating: ncmatrix-1.0/install-sh  
  39.   inflating: ncmatrix-1.0/matrix.fnt  
  40.   inflating: ncmatrix-1.0/config.sub  
  41.   inflating: ncmatrix-1.0/missing    
  42.   inflating: ncmatrix-1.0/mkinstalldirs  
  43.   inflating: ncmatrix-1.0/Makefile.am  
  44.  extracting: ncmatrix-1.0/Makefile.bak  
  45.   inflating: ncmatrix-1.0/mtx.pcf    
  46.   inflating: ncmatrix-1.0/config.h.in  
  47.  extracting: ncmatrix-1.0/matrix.psf.gz  
  48.  extracting: ncmatrix-1.0/stamp-h.in  
  49.   inflating: ncmatrix-1.0/AUTHORS    
  50.   inflating: ncmatrix-1.0/INSTALL    
  51.   inflating: ncmatrix-1.0/ChangeLog  
  52.   inflating: ncmatrix-1.0/acconfig.h  
  53.   inflating: ncmatrix-1.0/COPYING    
  54.   inflating: ncmatrix-1.0/ncmatrix.spec.in  
  55.   inflating: ncmatrix-1.0/Makefile.in  
  56.   inflating: ncmatrix-1.0/ncmatrix.c  
  57. Amaurys-MacBook-Pro:ncmatrix-1.0 amauryregofilho$ cat INSTALL | less
  58. Amaurys-MacBook-Pro:ncmatrix-1.0 amauryregofilho$ make
  59. make: *** No targets specified and no makefile found.  Stop.
  60. Amaurys-MacBook-Pro:ncmatrix-1.0 amauryregofilho$ su
  61. Password:
  62. sh-3.2# ./configure  
  63. creating cache ./config.cache
  64. checking for a BSD compatible install... /usr/bin/install -c
  65. checking whether build environment is sane... yes
  66. checking whether make sets ${MAKE}... yes
  67. checking for working aclocal-1.4... missing
  68. checking for working autoconf... missing
  69. checking for working automake-1.4... missing
  70. checking for working autoheader... missing
  71. checking for working makeinfo... found
  72. checking for gcc... gcc
  73. checking whether the C compiler (gcc  ) works... yes
  74. checking whether the C compiler (gcc  ) is a cross-compiler... no
  75. checking whether we are using GNU C... yes
  76. checking whether gcc accepts -g... yes
  77. checking for a BSD compatible install... /usr/bin/install -c
  78. checking whether make sets ${MAKE}... (cached) yes
  79. checking for main in -lncurses... yes
  80. checking how to run the C preprocessor... gcc -E
  81. checking for ANSI C header files... yes
  82. checking for fcntl.h... yes
  83. checking for sys/ioctl.h... yes
  84. checking for unistd.h... yes
  85. checking for termios.h... yes
  86. checking for termio.h... no
  87. checking return type of signal handlers... void
  88. checking for putenv... yes
  89. checking for curses.h... yes
  90. checking for ncurses.h... yes
  91. checking for tgetent in -lncurses... yes
  92. Using ncurses as the termcap library
  93. checking for use_default_colors in -lncurses... yes
  94. checking for resizeterm in -lncurses... yes
  95. checking for wresize in -lncurses... yes
  96. checking for consolechars... no
  97. checking for setfont... no
  98. configure: warning:
  99.  
  100. *** neither the consolechars nor the setfont program was not found.  You
  101. *** will not be able to see the characters in the matrix font in the
  102. *** console without this program (it may still work in xterms). If you are
  103. *** using Linux, the package containing this program is usually called
  104. *** kbd, kbd-utils, or console-utils
  105.  
  106. checking for /usr/lib/kbd/consolefonts... no
  107. checking for /usr/share/consolefonts... no
  108. configure: warning:  
  109.  
  110. *** You do not appear to have a consolefonts directory in a standard location
  111. *** (/usr/lib/kbd or /usr/share), even though you appear to have the
  112. *** consolechars and/or setfont command.  The matrix font for the console
  113. *** will not be installed.  This means you will not be able to use the
  114. *** matrix console font (and the -l command line switch) unless the font
  115. *** is located in your current directory when you run ncmatrix.
  116.  
  117. checking for mkfontdir... no
  118. checking for /usr/lib/X11/fonts/misc... no
  119. checking for /usr/X11R6/lib/X11/fonts/misc... no
  120. configure: warning:  
  121.  
  122. *** You do not appear to have an X window fonts directory in the standard
  123. *** locations (/usr/lib/X11/fonts/misc or /usr/X11R6/lib/X11/fonts/misc). The
  124. *** mtx.pcf font will not be installed.  This means you will probably not
  125. *** be able to use the mtx fonts in your x terminals, and hence be unable
  126. *** to use the -x command line switch.  Sorry about that...
  127.  
  128. updating cache ./config.cache
  129. creating ./config.status
  130. creating Makefile
  131. creating ncmatrix.spec
  132. creating config.h
  133. sh-3.2# make check    
  134. gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2 -Wall -Wno-comment -c ncmatrix.c
  135. ncmatrix.c:1045:22: warning: unused variable 'start' [-Wunused-variable]
  136.    int i = 0, j = 0, start = 0;
  137.                      ^
  138. 1 warning generated.
  139. gcc  -g -O2 -Wall -Wno-comment  -o ncmatrix  ncmatrix.o  -lncurses  -lncurses
  140. sh-3.2#
RAW Paste Data
Top