Advertisement
ponce

micropolis

Feb 7th, 2018
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.07 KB | None | 0 0
  1. cd src/tcl && make MAKEFLAGS=
  2. make[1]: Entering directory '/tmp/sbopkg.XL9Tti/micropolis/src/tcl'
  3. gcc -O2 -fPIC -I. -DTCL_LIBRARY=\"/usr/local/lib/tcl\" -DIS_LINUX -c -o regexp.o regexp.c
  4. gcc -O2 -fPIC -I. -DTCL_LIBRARY=\"/usr/local/lib/tcl\" -DIS_LINUX -c -o tclassem.o tclassem.c
  5. gcc -O2 -fPIC -I. -DTCL_LIBRARY=\"/usr/local/lib/tcl\" -DIS_LINUX -c -o tclbasic.o tclbasic.c
  6. gcc -O2 -fPIC -I. -DTCL_LIBRARY=\"/usr/local/lib/tcl\" -DIS_LINUX -c -o tclckall.o tclckall.c
  7. gcc -O2 -fPIC -I. -DTCL_LIBRARY=\"/usr/local/lib/tcl\" -DIS_LINUX -c -o tclcmdah.o tclcmdah.c
  8. tclcmdah.c: In function ‘Tcl_FormatCmd’:
  9. tclcmdah.c:889:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  10. int tmp = (int)oneWordValue;
  11. ^
  12. gcc -O2 -fPIC -I. -DTCL_LIBRARY=\"/usr/local/lib/tcl\" -DIS_LINUX -c -o tclcmdil.o tclcmdil.c
  13. gcc -O2 -fPIC -I. -DTCL_LIBRARY=\"/usr/local/lib/tcl\" -DIS_LINUX -c -o tclcmdmz.o tclcmdmz.c
  14. gcc -O2 -fPIC -I. -DTCL_LIBRARY=\"/usr/local/lib/tcl\" -DIS_LINUX -c -o tclexpr.o tclexpr.c
  15. gcc -O2 -fPIC -I. -DTCL_LIBRARY=\"/usr/local/lib/tcl\" -DIS_LINUX -c -o tclget.o tclget.c
  16. gcc -O2 -fPIC -I. -DTCL_LIBRARY=\"/usr/local/lib/tcl\" -DIS_LINUX -c -o tclhash.o tclhash.c
  17. gcc -O2 -fPIC -I. -DTCL_LIBRARY=\"/usr/local/lib/tcl\" -DIS_LINUX -c -o tclhist.o tclhist.c
  18. gcc -O2 -fPIC -I. -DTCL_LIBRARY=\"/usr/local/lib/tcl\" -DIS_LINUX -c -o tclparse.o tclparse.c
  19. gcc -O2 -fPIC -I. -DTCL_LIBRARY=\"/usr/local/lib/tcl\" -DIS_LINUX -c -o tclproc.o tclproc.c
  20. gcc -O2 -fPIC -I. -DTCL_LIBRARY=\"/usr/local/lib/tcl\" -DIS_LINUX -c -o tclutil.o tclutil.c
  21. gcc -O2 -fPIC -I. -DTCL_LIBRARY=\"/usr/local/lib/tcl\" -DIS_LINUX -c -o tclvar.o tclvar.c
  22. gcc -O2 -fPIC -I. -DTCL_LIBRARY=\"/usr/local/lib/tcl\" -DIS_LINUX -c -o panic.o panic.c
  23. gcc -O2 -fPIC -I. -DTCL_LIBRARY=\"/usr/local/lib/tcl\" -DIS_LINUX -c -o tclenv.o tclenv.c
  24. tclenv.c: In function ‘unsetenv_tcl’:
  25. tclenv.c:298:2: warning: ‘return’ with no value, in function returning non-void
  26. return;
  27. ^~~~~~
  28. tclenv.c:281:1: note: declared here
  29. unsetenv_tcl(name)
  30. ^~~~~~~~~~~~
  31. gcc -O2 -fPIC -I. -DTCL_LIBRARY=\"/usr/local/lib/tcl\" -DIS_LINUX -c -o tclglob.o tclglob.c
  32. gcc -O2 -fPIC -I. -DTCL_LIBRARY=\"/usr/local/lib/tcl\" -DIS_LINUX -c -o tclunxaz.o tclunxaz.c
  33. gcc -O2 -fPIC -I. -DTCL_LIBRARY=\"/usr/local/lib/tcl\" -DIS_LINUX -c -o tclunxst.o tclunxst.c
  34. gcc -O2 -fPIC -I. -DTCL_LIBRARY=\"/usr/local/lib/tcl\" -DIS_LINUX -c -o tclunxut.o tclunxut.c
  35. rm -f libtcl.a
  36. ar cr libtcl.a regexp.o tclassem.o tclbasic.o tclckall.o tclcmdah.o tclcmdil.o tclcmdmz.o tclexpr.o tclget.o tclhash.o tclhist.o tclparse.o tclproc.o tclutil.o tclvar.o panic.o tclenv.o tclglob.o tclunxaz.o tclunxst.o tclunxut.o
  37. ranlib libtcl.a
  38. make[1]: Leaving directory '/tmp/sbopkg.XL9Tti/micropolis/src/tcl'
  39. cd src/tk && make MAKEFLAGS=
  40. make[1]: Entering directory '/tmp/sbopkg.XL9Tti/micropolis/src/tk'
  41. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o main.o main.c
  42. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tk3d.o tk3d.c
  43. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tkargv.o tkargv.c
  44. tkargv.c: In function ‘Tk_ParseArgv’:
  45. tkargv.c:181:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  46. *((int *) infoPtr->dst) = (int) infoPtr->src;
  47. ^
  48. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tkatom.o tkatom.c
  49. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tkbind.o tkbind.c
  50. tkbind.c: In function ‘FindSequence’:
  51. tkbind.c:1194:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  52. patPtr->detail = (int) Tcl_GetHashValue(hPtr);
  53. ^
  54. tkbind.c:1307:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  55. patPtr->detail = (int) Tcl_GetHashValue(hPtr);
  56. ^
  57. tkbind.c: In function ‘MatchPatterns’:
  58. tkbind.c:1661:5: warning: ‘XKeycodeToKeysym’ is deprecated [-Wdeprecated-declarations]
  59. keysym = XKeycodeToKeysym(dispPtr->display, *codePtr, 0);
  60. ^~~~~~
  61. In file included from tkconfig.h:54:0,
  62. from tkbind.c:21:
  63. /usr/include/X11/Xlib.h:1687:15: note: declared here
  64. extern KeySym XKeycodeToKeysym(
  65. ^~~~~~~~~~~~~~~~
  66. tkbind.c: In function ‘ExpandPercents’:
  67. tkbind.c:2077:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  68. number = (int) eventPtr->xany.display;
  69. ^
  70. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tkbitmap.o tkbitmap.c
  71. tkbitmap.c: In function ‘Tk_GetBitmapFromData’:
  72. tkbitmap.c:437:12: warning: type defaults to ‘int’ in declaration of ‘autoNumber’ [-Wimplicit-int]
  73. static autoNumber = 0;
  74. ^~~~~~~~~~
  75. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tkcmds.o tkcmds.c
  76. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tkcolor.o tkcolor.c
  77. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tkconfig.o tkconfig.c
  78. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tkcursor.o tkcursor.c
  79. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tkerror.o tkerror.c
  80. tkerror.c:26:8: warning: type defaults to ‘int’ in declaration of ‘initialized’ [-Wimplicit-int]
  81. static initialized = 0;
  82. ^~~~~~~~~~~
  83. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tkevent.o tkevent.c
  84. tkevent.c: In function ‘Tk_HandleEvent’:
  85. tkevent.c:682:3: warning: implicit declaration of function ‘TkWmProtocolEventProc’; did you mean ‘TkFocusEventProc’? [-Wimplicit-function-declaration]
  86. TkWmProtocolEventProc(winPtr, eventPtr);
  87. ^~~~~~~~~~~~~~~~~~~~~
  88. TkFocusEventProc
  89. tkevent.c: In function ‘Tk_CreateTimerHandler’:
  90. tkevent.c:956:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  91. timerPtr->token = (Tk_TimerToken) id;
  92. ^
  93. tkevent.c: In function ‘Tk_CreateMicroTimerHandler’:
  94. tkevent.c:1034:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  95. timerPtr->token = (Tk_TimerToken) id;
  96. ^
  97. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tkfont.o tkfont.c
  98. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tkget.o tkget.c
  99. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tkgc.o tkgc.c
  100. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tkgeo.o tkgeo.c
  101. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tkgrab.o tkgrab.c
  102. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tkoption.o tkoption.c
  103. tkoption.c: In function ‘ReadOptionFile’:
  104. tkoption.c:875:9: warning: implicit declaration of function ‘read’; did you mean ‘fread’? [-Wimplicit-function-declaration]
  105. if (read(fileId, buffer, (int) statBuf.st_size) != statBuf.st_size) {
  106. ^~~~
  107. fread
  108. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tkpack.o tkpack.c
  109. tkpack.c:98:8: warning: type defaults to ‘int’ in declaration of ‘initialized’ [-Wimplicit-int]
  110. static initialized = 0;
  111. ^~~~~~~~~~~
  112. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tkpixmap.o tkpixmap.c
  113. tkpixmap.c: In function ‘Tk_GetPixmapFromData’:
  114. tkpixmap.c:519:12: warning: type defaults to ‘int’ in declaration of ‘autoNumber’ [-Wimplicit-int]
  115. static autoNumber = 0;
  116. ^~~~~~~~~~
  117. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tkplace.o tkplace.c
  118. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tkpresrv.o tkpresrv.c
  119. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tkselect.o tkselect.c
  120. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tksend.o tksend.c
  121. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tkshare.o tkshare.c
  122. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tkwindow.o tkwindow.c
  123. tkwindow.c:58:8: warning: type defaults to ‘int’ in declaration of ‘initialized’ [-Wimplicit-int]
  124. static initialized = 0;
  125. ^~~~~~~~~~~
  126. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tkwm.o tkwm.c
  127. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tkrawtcp.o tkrawtcp.c
  128. tkrawtcp.c: In function ‘HandleSocket’:
  129. tkrawtcp.c:658:3: warning: implicit declaration of function ‘TkBindError’; did you mean ‘Tk_BindEvent’? [-Wimplicit-function-declaration]
  130. TkBindError(interp);
  131. ^~~~~~~~~~~
  132. Tk_BindEvent
  133. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tkbutton.o tkbutton.c
  134. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tkentry.o tkentry.c
  135. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tkframe.o tkframe.c
  136. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tklist.o tklist.c
  137. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tkmenu.o tkmenu.c
  138. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tkmnbut.o tkmnbut.c
  139. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tkmsg.o tkmsg.c
  140. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tkscale.o tkscale.c
  141. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tkscrbar.o tkscrbar.c
  142. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tkcanvas.o tkcanvas.c
  143. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tkcvarc.o tkcvarc.c
  144. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tkcvbmap.o tkcvbmap.c
  145. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tkcvline.o tkcvline.c
  146. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tkcvpoly.o tkcvpoly.c
  147. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tkcvtext.o tkcvtext.c
  148. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tkcvwind.o tkcvwind.c
  149. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tkrectov.o tkrectov.c
  150. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tktrig.o tktrig.c
  151. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tktext.o tktext.c
  152. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tktxbtre.o tktxbtre.c
  153. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tktxdisp.o tktxdisp.c
  154. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tktxidx.o tktxidx.c
  155. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX -c -o tktxtag.o tktxtag.c
  156. rm -f libtk.a
  157. ar cr libtk.a tk3d.o tkargv.o tkatom.o tkbind.o tkbitmap.o tkcmds.o tkcolor.o tkconfig.o tkcursor.o tkerror.o tkevent.o tkfont.o tkget.o tkgc.o tkgeo.o tkgrab.o tkoption.o tkpack.o tkpixmap.o tkplace.o tkpresrv.o tkselect.o tksend.o tkshare.o tkwindow.o tkwm.o tkrawtcp.o tkbutton.o tkentry.o tkframe.o tklist.o tkmenu.o tkmnbut.o tkmsg.o tkscale.o tkscrbar.o tkcanvas.o tkcvarc.o tkcvbmap.o tkcvline.o tkcvpoly.o tkcvtext.o tkcvwind.o tkrectov.o tktrig.o tktext.o tktxbtre.o tktxdisp.o tktxidx.o tktxtag.o
  158. ranlib libtk.a
  159. gcc -I. -I/usr/include/X11 -I../tcl -O2 -fPIC -DTK_VERSION=\"2.3\" -DUSE_XPM3 -DIS_LINUX main.o libtk.a ../tcl/libtcl.a -L/usr/X11R6/lib -lX11 -lXpm -lm -o wish
  160. make[1]: Leaving directory '/tmp/sbopkg.XL9Tti/micropolis/src/tk'
  161. cd src/tclx && make MAKEFLAGS=
  162. make[1]: Entering directory '/tmp/sbopkg.XL9Tti/micropolis/src/tclx'
  163. cp ../tcl/libtcl.a .
  164. rm -f ucbsrc/made.tmp ossupp/made.tmp src/made.tmp
  165. cd ucbsrc; make - all
  166. make[2]: Entering directory '/tmp/sbopkg.XL9Tti/micropolis/src/tclx/ucbsrc'
  167. rm -f tclbasic.c
  168. sed -f tclbasic.sed <../../tcl/tclbasic.c >tclbasic.c
  169. cc -O2 -fPIC -DIS_LINUX -I../../tcl -DTCL_HAVE_SETLINEBUF -DTCL_32_BIT_RANDOM -DTCL_POSIX_SIG -DTCL_TM_GMTOFF -c -o tclbasic.o tclbasic.c
  170. tclbasic.c: In function ‘Tcl_Eval’:
  171. tclbasic.c:711:18: warning: implicit declaration of function ‘Tcl_CheckForSignal’ [-Wimplicit-function-declaration]
  172. result = Tcl_CheckForSignal (interp, result);
  173. ^~~~~~~~~~~~~~~~~~
  174. rm -f tclexpr.c
  175. sed -f tclexpr.sed <../../tcl/tclexpr.c >tclexpr.c
  176. cc -O2 -fPIC -DIS_LINUX -I../../tcl -DTCL_HAVE_SETLINEBUF -DTCL_32_BIT_RANDOM -DTCL_POSIX_SIG -DTCL_TM_GMTOFF -c -o tclexpr.o tclexpr.c
  177. tclexpr.c: In function ‘Tcl_ExprString’:
  178. tclexpr.c:1321:6: warning: implicit declaration of function ‘Tcl_ReturnDouble’; did you mean ‘Tcl_GetDouble’? [-Wimplicit-function-declaration]
  179. Tcl_ReturnDouble (interp, value.doubleValue);
  180. ^~~~~~~~~~~~~~~~
  181. Tcl_GetDouble
  182. ar d ../libtcl.a tclbasic.o tclexpr.o
  183. ar cr ../libtcl.a tclbasic.o tclexpr.o
  184. touch made.tmp
  185. make[2]: Leaving directory '/tmp/sbopkg.XL9Tti/micropolis/src/tclx/ucbsrc'
  186. cd ossupp; make - all
  187. make[2]: Entering directory '/tmp/sbopkg.XL9Tti/micropolis/src/tclx/ossupp'
  188. #ar cr ../libtcl.a
  189. touch made.tmp
  190. make[2]: Leaving directory '/tmp/sbopkg.XL9Tti/micropolis/src/tclx/ossupp'
  191. cd tclsrc; make - all
  192. make[2]: Entering directory '/tmp/sbopkg.XL9Tti/micropolis/src/tclx/tclsrc'
  193. cat array.tcl assign.tcl edprocs.tcl forfile.tcl forrec.tcl globrec.tcl help.tcl packages.tcl pushd.tcl setfuncs.tcl showproc.tcl strfile.tcl compat.tcl convlib.tcl profrep.tcl | egrep -v '^#$|^# *|^#-|^#=|^ *#' > ../tcllib/tcl.tlb
  194. touch made.tmp
  195. make[2]: Leaving directory '/tmp/sbopkg.XL9Tti/micropolis/src/tclx/tclsrc'
  196. cd src; make - all
  197. make[2]: Entering directory '/tmp/sbopkg.XL9Tti/micropolis/src/tclx/src'
  198. cc -c -O2 -fPIC -DIS_LINUX -I../../tcl -DTCL_HAVE_SETLINEBUF -DTCL_32_BIT_RANDOM -DTCL_POSIX_SIG -DTCL_TM_GMTOFF main.c
  199. cc -O2 -fPIC -DIS_LINUX -I../../tcl -DTCL_HAVE_SETLINEBUF -DTCL_32_BIT_RANDOM -DTCL_POSIX_SIG -DTCL_TM_GMTOFF -c -o tclxbsrc.o tclxbsrc.c
  200. cc -O2 -fPIC -DIS_LINUX -I../../tcl -DTCL_HAVE_SETLINEBUF -DTCL_32_BIT_RANDOM -DTCL_POSIX_SIG -DTCL_TM_GMTOFF -c -o tclxcclk.o tclxcclk.c
  201. cc -O2 -fPIC -DIS_LINUX -I../../tcl -DTCL_HAVE_SETLINEBUF -DTCL_32_BIT_RANDOM -DTCL_POSIX_SIG -DTCL_TM_GMTOFF -c -o tclxchmd.o tclxchmd.c
  202. cc -O2 -fPIC -DIS_LINUX -I../../tcl -DTCL_HAVE_SETLINEBUF -DTCL_32_BIT_RANDOM -DTCL_POSIX_SIG -DTCL_TM_GMTOFF -c -o tclxclck.o tclxclck.c
  203. cc -O2 -fPIC -DIS_LINUX -I../../tcl -DTCL_HAVE_SETLINEBUF -DTCL_32_BIT_RANDOM -DTCL_POSIX_SIG -DTCL_TM_GMTOFF -c -o tclxclp.o tclxclp.c
  204. cc -O2 -fPIC -DIS_LINUX -I../../tcl -DTCL_HAVE_SETLINEBUF -DTCL_32_BIT_RANDOM -DTCL_POSIX_SIG -DTCL_TM_GMTOFF -c -o tclxcret.o tclxcret.c
  205. cc -O2 -fPIC -DIS_LINUX -I../../tcl -DTCL_HAVE_SETLINEBUF -DTCL_32_BIT_RANDOM -DTCL_POSIX_SIG -DTCL_TM_GMTOFF -c -o tclxdebg.o tclxdebg.c
  206. cc -O2 -fPIC -DIS_LINUX -I../../tcl -DTCL_HAVE_SETLINEBUF -DTCL_32_BIT_RANDOM -DTCL_POSIX_SIG -DTCL_TM_GMTOFF -c -o tclxdup.o tclxdup.c
  207. cc -O2 -fPIC -DIS_LINUX -I../../tcl -DTCL_HAVE_SETLINEBUF -DTCL_32_BIT_RANDOM -DTCL_POSIX_SIG -DTCL_TM_GMTOFF -c -o tclxfcmd.o tclxfcmd.c
  208. cc -O2 -fPIC -DIS_LINUX -I../../tcl -DTCL_HAVE_SETLINEBUF -DTCL_32_BIT_RANDOM -DTCL_POSIX_SIG -DTCL_TM_GMTOFF -c -o tclxfctl.o tclxfctl.c
  209. cc -O2 -fPIC -DIS_LINUX -I../../tcl -DTCL_HAVE_SETLINEBUF -DTCL_32_BIT_RANDOM -DTCL_POSIX_SIG -DTCL_TM_GMTOFF -c -o tclxfmat.o tclxfmat.c
  210. tclxfmat.c: In function ‘ReturnFPMathError’:
  211. tclxfmat.c:125:13: error: ‘DOMAIN’ undeclared (first use in this function); did you mean ‘EAGAIN’?
  212. case DOMAIN:
  213. ^~~~~~
  214. EAGAIN
  215. tclxfmat.c:125:13: note: each undeclared identifier is reported only once for each function it appears in
  216. tclxfmat.c:128:13: error: ‘SING’ undeclared (first use in this function); did you mean ‘NSIG’?
  217. case SING:
  218. ^~~~
  219. NSIG
  220. tclxfmat.c:131:13: error: ‘OVERFLOW’ undeclared (first use in this function); did you mean ‘EOVERFLOW’?
  221. case OVERFLOW:
  222. ^~~~~~~~
  223. EOVERFLOW
  224. tclxfmat.c:134:13: error: ‘UNDERFLOW’ undeclared (first use in this function); did you mean ‘OVERFLOW’?
  225. case UNDERFLOW:
  226. ^~~~~~~~~
  227. OVERFLOW
  228. tclxfmat.c:137:13: error: ‘TLOSS’ undeclared (first use in this function)
  229. case TLOSS:
  230. ^~~~~
  231. tclxfmat.c:138:13: error: ‘PLOSS’ undeclared (first use in this function); did you mean ‘TLOSS’?
  232. case PLOSS:
  233. ^~~~~
  234. TLOSS
  235. make[2]: *** [<builtin>: tclxfmat.o] Error 1
  236. make[2]: Leaving directory '/tmp/sbopkg.XL9Tti/micropolis/src/tclx/src'
  237. make[1]: *** [makefile:51: TCLX_MAKES] Error 2
  238. make[1]: Leaving directory '/tmp/sbopkg.XL9Tti/micropolis/src/tclx'
  239. make: *** [Makefile:46: tclx] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement