Advertisement
Guest User

Untitled

a guest
Feb 24th, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 8.22 KB | None | 0 0
  1.  
  2.  
  3. Making all for app Cenon...
  4.  Creating Cenon.app/....
  5.  Compiling file Cenon_main.m ...
  6.  Compiling file apContour.m ...
  7.  Compiling file App.m ...
  8.  Compiling file GridPanel.m ...
  9.  Compiling file WorkingAreaPanel.m ...
  10.  Compiling file IntersectionPanel.m ...
  11.  Compiling file TilePanel.m ...
  12.  Compiling file TileObject.m ...
  13.  Compiling file DocView.m ...
  14. DocView.m: In function ‘-[DocView importASCII:sort:]:
  15. DocView.m:1113:5: warning: passing argument 1 of ‘sortUsingFunction:context:’ from incompatible pointer type [-Wincompatible-pointer-types]
  16.      [textArray sortUsingFunction:sortPosition context:&sort];
  17.      ^
  18. DocView.m:1113:5: note: expected ‘NSComparisonResult (*)(struct objc_object *, struct objc_object *, void *) {aka enum _NSComparisonResult (*)(struct objc_object *, struct objc_object *, void *)}’ but argument is of type ‘NSInteger (*)(struct objc_object *, struct objc_object *, void *) {aka long int (*)(struct objc_object *, struct objc_object *, void *)}
  19. DocView.m: In function ‘-[DocView moveObject:::]:
  20. DocView.m:2268:42: warning: variable ‘delta_scroll’ set but not used [-Wunused-but-set-variable]
  21.      NSPoint  pt, pt_last, pt_old, delta, delta_scroll, drawOffset, snapPoint;
  22.                                           ^
  23. DocView.m: In function ‘-[DocView mouseDown:]:
  24. DocView.m:2845:24: warning: variable ‘control’ set but not used [-Wunused-but-set-variable]
  25.      BOOL        shift, control, gotHit = NO, compositeAll = NO, editable = NO;
  26.                         ^
  27. DocView.m: In function ‘-[DocView dragMagnify:]:
  28. DocView.m:3363:30: warning: variable ‘shift’ set but not used [-Wunused-but-set-variable]
  29.      BOOL        mustContain, shift, canScroll, oldRegionSet = NO;
  30.                               ^
  31. DocView.m:3363:17: warning: variable ‘mustContain’ set but not used [-Wunused-but-set-variable]
  32.      BOOL        mustContain, shift, canScroll, oldRegionSet = NO;
  33.                  ^
  34.  Compiling file dvDrag.m ...
  35.  Compiling file dvGrid.m ...
  36.  Compiling file dvHiddenArea.m ...
  37.  Compiling file dvPasteboard.m ...
  38.  Compiling file dvTile.m ...
  39.  Compiling file dvUndo.m ...
  40.  Compiling file Document.m ...
  41. Document.m: In function ‘+[Document newFromFile:]:
  42. Document.m:245:22: warning: variable ‘directoryContainingDocument’ set but not used [-Wunused-but-set-variable]
  43.      NSString        *directoryContainingDocument = nil;
  44.                       ^
  45. Document.m: In function ‘-[Document printDocument:]:
  46. Document.m:1890:48: warning: unused variable ‘pageBounds’ [-Wunused-variable]
  47.      NSRect              visibleRect, oldFrame, pageBounds = [printInfo imageablePageBounds];
  48.                                                 ^
  49. Document.m:1888:26: warning: unused variable ‘pi’ [-Wunused-variable]
  50.      NSPrintInfo         *pi;
  51.                           ^
  52. Document.m:1887:26: warning: unused variable ‘pp’ [-Wunused-variable]
  53.      NSPrintPanel        *pp;
  54.                           ^
  55.  
  56.  Compiling file DocWindow.m ...
  57.  Compiling file FlippedView.m ...
  58.  Compiling file TileScrollView.m ...
  59. TileScrollView.m: In function ‘-[TileScrollView zoomIn:]:
  60. TileScrollView.m:96:9: warning: ‘NSCollectionViewItem’ may not respond to ‘-tag’
  61.          if (Diff((VFloat)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001)
  62.          ^
  63. TileScrollView.m:96:9: warning: (Messages without a matching method signature
  64. TileScrollView.m:96:9: warning: will be assumed to return ‘id’ and accept
  65. TileScrollView.m:96:9: warning:...’ as arguments.)
  66. TileScrollView.m:96:9: error: pointer value used where a floating point value was expected
  67. TileScrollView.m:96:9: warning: ‘NSCollectionViewItem’ may not respond to ‘-tag’
  68. TileScrollView.m:96:9: error: pointer value used where a floating point value was expected
  69. TileScrollView.m:96:9: warning: ‘NSCollectionViewItem’ may not respond to ‘-tag’
  70. TileScrollView.m:96:9: error: pointer value used where a floating point value was expected
  71. TileScrollView.m:103:5: warning: ‘NSCollectionViewItem’ may not respond to ‘-tag’
  72.      scaleFactor = [[resPopupListButton itemAtIndex:row] tag] / 100.0;
  73.      ^
  74. TileScrollView.m:103:62: error: invalid operands to binary / (have ‘id’ and ‘double’)
  75.      scaleFactor = [[resPopupListButton itemAtIndex:row] tag] / 100.0;
  76.                                                               ^
  77. TileScrollView.m: In function ‘-[TileScrollView zoomOut:]:
  78. TileScrollView.m:122:9: warning: ‘NSCollectionViewItem’ may not respond to ‘-tag’
  79.          if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001)
  80.          ^
  81. TileScrollView.m:122:9: error: pointer value used where a floating point value was expected
  82. TileScrollView.m:122:9: warning: ‘NSCollectionViewItem’ may not respond to ‘-tag’
  83. TileScrollView.m:122:9: error: pointer value used where a floating point value was expected
  84. TileScrollView.m:122:9: warning: ‘NSCollectionViewItem’ may not respond to ‘-tag’
  85. TileScrollView.m:122:9: error: pointer value used where a floating point value was expected
  86. TileScrollView.m:128:5: warning: ‘NSCollectionViewItem’ may not respond to ‘-tag’
  87.      scaleFactor = (VFloat)[[resPopupListButton itemAtIndex:row] tag] / 100.0;
  88.      ^
  89. TileScrollView.m:128:5: error: pointer value used where a floating point value was expected
  90. TileScrollView.m: In function ‘-[TileScrollView magnifyRegion:]:
  91. TileScrollView.m:174:9: warning: ‘NSCollectionViewItem’ may not respond to ‘-tag’
  92.          if (Diff((VFloat)[[resPopupListButton itemAtIndex:row] tag] / 100.0, oldScaleFactor) < 0.001)
  93.          ^
  94. TileScrollView.m:174:9: error: pointer value used where a floating point value was expected
  95. TileScrollView.m:174:9: warning: ‘NSCollectionViewItem’ may not respond to ‘-tag’
  96. TileScrollView.m:174:9: error: pointer value used where a floating point value was expected
  97. TileScrollView.m:174:9: warning: ‘NSCollectionViewItem’ may not respond to ‘-tag’
  98. TileScrollView.m:174:9: error: pointer value used where a floating point value was expected
  99. TileScrollView.m:183:9: warning: ‘NSCollectionViewItem’ may not respond to ‘-tag’
  100.          scaleFactor = [[resPopupListButton itemAtIndex:row] tag] / 100.0;
  101.          ^
  102. TileScrollView.m:183:66: error: invalid operands to binary / (have ‘id’ and ‘double’)
  103.          scaleFactor = [[resPopupListButton itemAtIndex:row] tag] / 100.0;
  104.                                                                   ^
  105. TileScrollView.m:189:5: warning: ‘NSCollectionViewItem’ may not respond to ‘-tag’
  106.      scaleFactor = [[resPopupListButton itemAtIndex:row] tag] / 100.0;
  107.      ^
  108. TileScrollView.m:189:62: error: invalid operands to binary / (have ‘id’ and ‘double’)
  109.      scaleFactor = [[resPopupListButton itemAtIndex:row] tag] / 100.0;
  110.                                                               ^
  111. TileScrollView.m: In function ‘-[TileScrollView scaleTo:]:
  112. TileScrollView.m:232:13: warning: ‘NSCollectionViewItem’ may not respond to ‘-tag’
  113.              if (Diff((float)[[resPopupListButton itemAtIndex:row] tag] / 100.0, scaleFactor) < 0.001)
  114.              ^
  115. TileScrollView.m:232:13: error: pointer value used where a floating point value was expected
  116. TileScrollView.m:232:13: warning: ‘NSCollectionViewItem’ may not respond to ‘-tag’
  117. TileScrollView.m:232:13: error: pointer value used where a floating point value was expected
  118. TileScrollView.m:232:13: warning: ‘NSCollectionViewItem’ may not respond to ‘-tag’
  119. TileScrollView.m:232:13: error: pointer value used where a floating point value was expected
  120. /usr/share/GNUstep/Makefiles//rules.make:479: recipe for target 'obj/Cenon.obj/TileScrollView.m.o' failed
  121. make[3]: *** [obj/Cenon.obj/TileScrollView.m.o] Error 1
  122. /usr/share/GNUstep/Makefiles//Instance/application.make:145: recipe for target 'internal-app-run-compile-submake' failed
  123. make[2]: *** [internal-app-run-compile-submake] Error 2
  124. /usr/share/GNUstep/Makefiles//Master/rules.make:311: recipe for target 'Cenon.all.app.variables' failed
  125. make[1]: *** [Cenon.all.app.variables] Error 2
  126. /usr/share/GNUstep/Makefiles//Master/application.make:38: recipe for target 'internal-all' failed
  127. make: *** [internal-all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement