Advertisement
Guest User

Untitled

a guest
May 6th, 2014
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.40 KB | None | 0 0
  1. denis-K50C xf86-video-sis671-sis-671-fix # make
  2. make all-recursive
  3. make[1]: Вход в каталог `/root/sis671/xf86-video-sis671-sis-671-fix'
  4. Making all in src
  5. make[2]: Вход в каталог `/root/sis671/xf86-video-sis671-sis-671-fix/src'
  6. CC init301.lo
  7. init301.c:8195:1: warning: return type defaults to 'int' [enabled by default]
  8. SiS_ModifyVB(struct SiS_Private *SiS_Pr)
  9. ^
  10. CC init.lo
  11. CC initextx.lo
  12. CC sis300_accel.lo
  13. CC sis310_accel.lo
  14. CC sis6326_video.lo
  15. sis6326_video.c: In function 'SIS6326SetupImageVideo':
  16. sis6326_video.c:574:21: warning: assignment from incompatible pointer type [enabled by default]
  17. adapt->PutImage = SIS6326PutImage;
  18. ^
  19. CC sis_accel.lo
  20. CC sis_cursor.lo
  21. CC sis_dac.lo
  22. CC sis_dga.lo
  23. CC sis_driver.lo
  24. sis_driver.c: In function 'SISScreenInit':
  25. sis_driver.c:9526:4: warning: implicit declaration of function 'SISDRIScreenInit' [-Wimplicit-function-declaration]
  26. pSiS->directRenderingEnabled = SISDRIScreenInit(pScreen);
  27. ^
  28. sis_driver.c:9852:11: warning: implicit declaration of function 'SISDRIFinishScreenInit' [-Wimplicit-function-declaration]
  29. pSiS->directRenderingEnabled = SISDRIFinishScreenInit(pScreen);
  30. ^
  31. sis_driver.c:9866:28: warning: assignment from incompatible pointer type [enabled by default]
  32. pScrn->PointerMoved = SISMFBPointerMoved;
  33. ^
  34. sis_driver.c: In function 'SISAdjustFrame':
  35. sis_driver.c:10555:2: warning: passing argument 1 of 'SISMFBAdjustFrame' makes integer from pointer without a cast [enabled by default]
  36. SISMFBAdjustFrame(arg, x, y, 0);
  37. ^
  38. In file included from sis_driver.c:110:0:
  39. sis_driver.h:929:14: note: expected 'int' but argument is of type 'ScrnInfoPtr'
  40. extern void SISMFBAdjustFrame(int scrnIndex, int x, int y, int flags);
  41. ^
  42. sis_driver.c: In function 'SISCloseScreen':
  43. sis_driver.c:10761:8: warning: implicit declaration of function 'SISDRICloseScreen' [-Wimplicit-function-declaration]
  44. SISDRICloseScreen(pScreen);
  45. ^
  46. sis_driver.c: In function 'SiS_GetSetBIOSScratch':
  47. sis_driver.c:10986:8: warning: passing argument 5 of 'pci_device_map_legacy' from incompatible pointer type [enabled by default]
  48. (void) pci_device_map_legacy(SISPTR(pScrn)->PciInfo, 0, 0x2000, 1, &base); // HA HA HA MAGIC NUMBER
  49. ^
  50. In file included from /usr/include/xorg/xf86Pci.h:108:0,
  51. from sis.h:72,
  52. from sis_driver.c:79:
  53. /usr/include/pciaccess.h:533:5: note: expected 'void **' but argument is of type 'UChar **'
  54. int pci_device_map_legacy(struct pci_device *dev, pciaddr_t base,
  55. ^
  56. CC sis_hwmc.lo
  57. CC sis_memcpy.lo
  58. CC sis_mergedfb.lo
  59. sis_mergedfb.c: In function 'SISMFBPointerMoved':
  60. sis_mergedfb.c:1530:3: error: too few arguments to function 'miPointerSetPosition'
  61. miPointerSetPosition(inputInfo.pointer, Absolute, &dx, &dy);
  62. ^
  63. In file included from /usr/include/xorg/xf86Cursor.h:6:0,
  64. from sis.h:81,
  65. from sis_mergedfb.c:38:
  66. /usr/include/xorg/mipointer.h:118:1: note: declared here
  67. miPointerSetPosition(DeviceIntPtr pDev, int mode, double *x, double *y,
  68. ^
  69. make[2]: *** [sis_mergedfb.lo] Ошибка 1
  70. make[2]: Выход из каталога `/root/sis671/xf86-video-sis671-sis-671-fix/src'
  71. make[1]: *** [all-recursive] Ошибка 1
  72. make[1]: Выход из каталога `/root/sis671/xf86-video-sis671-sis-671-fix'
  73. make: *** [all] Ошибка 2
  74. denis-K50C xf86-video-sis671-sis-671-fix # make install
  75. Making install in src
  76. make[1]: Вход в каталог `/root/sis671/xf86-video-sis671-sis-671-fix/src'
  77. CC sis_mergedfb.lo
  78. sis_mergedfb.c: In function 'SISMFBPointerMoved':
  79. sis_mergedfb.c:1530:3: error: too few arguments to function 'miPointerSetPosition'
  80. miPointerSetPosition(inputInfo.pointer, Absolute, &dx, &dy);
  81. ^
  82. In file included from /usr/include/xorg/xf86Cursor.h:6:0,
  83. from sis.h:81,
  84. from sis_mergedfb.c:38:
  85. /usr/include/xorg/mipointer.h:118:1: note: declared here
  86. miPointerSetPosition(DeviceIntPtr pDev, int mode, double *x, double *y,
  87. ^
  88. make[1]: *** [sis_mergedfb.lo] Ошибка 1
  89. make[1]: Выход из каталога `/root/sis671/xf86-video-sis671-sis-671-fix/src'
  90. make: *** [install-recursive] Ошибка 1
  91. denis-K50C xf86-video-sis671-sis-671-fix #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement