Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.10 KB | None | 0 0
  1. --- make ---
  2.  
  3. Making all in Source ...
  4. Making all in subprojects of bundle libgnustep-back-018...
  5. Making all for subproject gsc...
  6. Compiling file gscolors.c ...
  7. Compiling file GSContext.m ...
  8. Compiling file GSGState.m ...
  9. GSGState.m: In function '-[GSGState(Ops) GSSetFillColorspace:]':
  10. GSGState.m:301: warning: invalid receiver type 'void *'
  11. GSGState.m: In function '-[GSGState(Ops) GSSetStrokeColorspace:]':
  12. GSGState.m:312: warning: invalid receiver type 'void *'
  13. Compiling file GSStreamContext.m ...
  14. Compiling file GSStreamGState.m ...
  15. Compiling file GSFunction.m ...
  16. Compiling file externs.m ...
  17. Linking subproject gsc ...
  18. Making all for subproject x11...
  19. Compiling file context.c ...
  20. Compiling file convert.c ...
  21. Compiling file raster.c ...
  22. Compiling file scale.c ...
  23. Compiling file xdnd.c ...
  24. Compiling file xutil.c ...
  25. Compiling file XGServer.m ...
  26. Compiling file XGServerEvent.m ...
  27. Compiling file XGServerWindow.m ...
  28. Compiling file XGDragView.m ...
  29. Compiling file XIMInputServer.m ...
  30. Compiling file XWindowBuffer.m ...
  31. Compiling file XGGLFormat.m ...
  32. Compiling file XGGLContext.m ...
  33. Linking subproject x11 ...
  34. Making all for subproject art...
  35. Compiling file ARTContext.m ...
  36. Compiling file ARTGState.m ...
  37. Compiling file blit-main.m ...
  38. In file included from blit-main.m:267:
  39. blit.m: In function 'b5g6r5_run_opaque':
  40. blit.m:321: warning: cast from pointer to integer of different size
  41. In file included from blit-main.m:304:
  42. blit.m: In function 'b5g5r5a1_run_opaque':
  43. blit.m:321: warning: cast from pointer to integer of different size
  44. Compiling file ftfont.m ...
  45. Compiling file FTFontEnumerator.m ...
  46. Compiling file FTFaceInfo.m ...
  47. Compiling file image.m ...
  48. Compiling file composite.m ...
  49. Compiling file path.m ...
  50. Compiling file shfill.m ...
  51. Compiling file ReadRect.m ...
  52. Linking subproject art ...
  53. Making all for bundle libgnustep-back-018...
  54. Creating libgnustep-back-018.bundle/....
  55. Compiling file GSBackend.m ...
  56. Linking bundle libgnustep-back-018 ...
  57. Creating libgnustep-back-018.bundle/Resources...
  58. Copying localized resources into the bundle wrapper...
  59. Copying resources from subprojects into the bundle wrapper...
  60. Creating stamp file...
  61. Creating libgnustep-back-018.bundle/Resources/Info-gnustep.plist...
  62. Making all in Tools ...
  63. rm -f XGCommonFont.m
  64. ln -s ../Source/xlib/XGCommonFont.m .
  65. rm -f xdnd.c
  66. ln -s ../Source/x11/xdnd.c .
  67. Making all for tool gpbs...
  68. Compiling file xdnd.c ...
  69. Compiling file gpbs.m ...
  70. gpbs.m: In function 'ihandler':
  71. gpbs.m:1134: warning: array subscript has type 'char'
  72. Compiling file xpbs.m ...
  73. Linking tool gpbs ...
  74. Making all in Fonts ...
  75. gmake[1]: Nothing to be done for `all'.
  76.  
  77.  
  78. --- installl ----
  79.  
  80. Making all in Source ...
  81. Making all in subprojects of bundle libgnustep-back-018...
  82. Making all for subproject gsc...
  83. gmake[5]: Nothing to be done for `internal-subproject-compile'.
  84. Making all for subproject x11...
  85. gmake[5]: Nothing to be done for `internal-subproject-compile'.
  86. Making all for subproject art...
  87. gmake[5]: Nothing to be done for `internal-subproject-compile'.
  88. Making all for bundle libgnustep-back-018...
  89. gmake[4]: Nothing to be done for `internal-bundle-compile'.
  90. Copying localized resources into the bundle wrapper...
  91. Copying resources from subprojects into the bundle wrapper...
  92. Making all in Tools ...
  93. rm -f XGCommonFont.m
  94. ln -s ../Source/xlib/XGCommonFont.m .
  95. rm -f xdnd.c
  96. ln -s ../Source/x11/xdnd.c .
  97. Making all for tool gpbs...
  98. gmake[4]: Nothing to be done for `internal-tool-compile'.
  99. Making all in Fonts ...
  100. gmake[1]: Nothing to be done for `all'.
  101. Making install in Source ...
  102. Making install in subprojects of bundle libgnustep-back-018...
  103. Making install for subproject gsc...
  104. gmake[3]: Nothing to be done for `internal-subproject-install'.
  105. Making install for subproject x11...
  106. gmake[3]: Nothing to be done for `internal-subproject-install'.
  107. Making install for subproject art...
  108. gmake[3]: Nothing to be done for `internal-subproject-install'.
  109. Making install for bundle libgnustep-back-018...
  110. Installing bundle directory...
  111. Making install in Tools ...
  112. Making install for tool gpbs...
  113. Installing tool gpbs...
  114. if [ ! -f /usr/GNUstep/Local/Library/Documentation/man ]; then \
  115. /usr/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/GNUstep/Local/Library/Documentation/man; \
  116. fi; \
  117. if [ ! -f /usr/GNUstep/Local/Library/Documentation/man/man1 ]; then \
  118. /usr/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/GNUstep/Local/Library/Documentation/man/man1; \
  119. fi; \
  120. for file in gpbs.1 __done; do \
  121. if [ $file != __done ]; then \
  122. /usr/bin/install -c -p -m 644 $file /usr/GNUstep/Local/Library/Documentation/man/man1/$file; \
  123. which gzip && rm -f /usr/GNUstep/Local/Library/Documentation/man/man1/$file.gz \
  124. && gzip -9 /usr/GNUstep/Local/Library/Documentation/man/man1/$file; \
  125. fi; \
  126. done;
  127. /usr/bin/gzip
  128. Making install in Fonts ...
  129. mkdir -p /usr/GNUstep/Local/Library/Fonts
  130. for file in Helvetica.nfont; do \
  131. (tar cfX - /usr/GNUstep/System/Library/Makefiles/tar-exclude-list $file) | (cd /usr/GNUstep/Local/Library/Fonts; tar xf -) ;\
  132. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement