Advertisement
mogorva

wine-staging compile fails

Jan 27th, 2015
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.08 KB | None | 0 0
  1. In file included from ntoskrnl.c:34:0:
  2. ../../include/winternl.h:816:14: error: nested redefinition of ‘enum _TIMER_TYPE’
  3. typedef enum _TIMER_TYPE {
  4. ^
  5. ../../include/winternl.h:816:14: error: redeclaration of ‘enum _TIMER_TYPE’
  6. In file included from ntoskrnl.c:32:0:
  7. ../../include/ntdef.h:31:14: note: originally defined here
  8. typedef enum _TIMER_TYPE {
  9. ^
  10. In file included from ntoskrnl.c:34:0:
  11. ../../include/winternl.h:817:5: error: redeclaration of enumerator ‘NotificationTimer’
  12. NotificationTimer,
  13. ^
  14. In file included from ntoskrnl.c:32:0:
  15. ../../include/ntdef.h:32:5: note: previous definition of ‘NotificationTimer’ was here
  16. NotificationTimer,
  17. ^
  18. In file included from ntoskrnl.c:34:0:
  19. ../../include/winternl.h:818:5: error: redeclaration of enumerator ‘SynchronizationTimer’
  20. SynchronizationTimer
  21. ^
  22. In file included from ntoskrnl.c:32:0:
  23. ../../include/ntdef.h:33:5: note: previous definition of ‘SynchronizationTimer’ was here
  24. SynchronizationTimer
  25. ^
  26. In file included from ntoskrnl.c:34:0:
  27. ../../include/winternl.h:1765:14: error: nested redefinition of ‘enum _EVENT_TYPE’
  28. typedef enum _EVENT_TYPE {
  29. ^
  30. ../../include/winternl.h:1765:14: error: redeclaration of ‘enum _EVENT_TYPE’
  31. In file included from ntoskrnl.c:32:0:
  32. ../../include/ntdef.h:26:14: note: originally defined here
  33. typedef enum _EVENT_TYPE {
  34. ^
  35. In file included from ntoskrnl.c:34:0:
  36. ../../include/winternl.h:1766:3: error: redeclaration of enumerator ‘NotificationEvent’
  37. NotificationEvent,
  38. ^
  39. In file included from ntoskrnl.c:32:0:
  40. ../../include/ntdef.h:27:5: note: previous definition of ‘NotificationEvent’ was here
  41. NotificationEvent,
  42. ^
  43. In file included from ntoskrnl.c:34:0:
  44. ../../include/winternl.h:1767:3: error: redeclaration of enumerator ‘SynchronizationEvent’
  45. SynchronizationEvent
  46. ^
  47. In file included from ntoskrnl.c:32:0:
  48. ../../include/ntdef.h:28:5: note: previous definition of ‘SynchronizationEvent’ was here
  49. SynchronizationEvent
  50. ^
  51. Makefile:167: recipe for target 'ntoskrnl.o' failed
  52. make[1]: *** [ntoskrnl.o] Error 1
  53. make[1]: Leaving directory '/home/gyebro/sources/test/wine-staging/dlls/ntoskrnl.exe'
  54. Makefile:10850: recipe for target 'dlls/ntoskrnl.exe' failed
  55. make: *** [dlls/ntoskrnl.exe] Error 2
  56. make: *** Waiting for unfinished jobs....
  57. ccache gcc -c -o wcstring.o wcstring.c -I. -I../../include -D__WINESRC__ -D_NTSYSTEM_ -D_REENTRANT -fPIC -Wall \
  58. -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers \
  59. -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith \
  60. -Wlogical-op -gdwarf-2 -gstrict-dwarf -fno-omit-frame-pointer -g -gdwarf-2 -O2
  61. ../../tools/wrc/wrc -o version.res --nostdinc -I. -I../../include -D__WINESRC__ -D_NTSYSTEM_ version.rc
  62. ../../tools/winegcc/winegcc -o msxml3.dll.fake -B../../tools/winebuild -fasynchronous-unwind-tables -shared msxml3.spec \
  63. attribute.o bsc.o cdata.o comment.o dispex.o docfrag.o doctype.o domdoc.o domimpl.o element.o \
  64. entityref.o factory.o httprequest.o main.o mxnamespace.o mxwriter.o node.o nodelist.o nodemap.o \
  65. parseerror.o pi.o saxreader.o schema.o selection.o stylesheet.o text.o uuid.o xdr.o xmldoc.o \
  66. xmlelem.o xmlparser.o xmlview.o xslpattern.tab.o xslpattern.yy.o schemas.res version.res \
  67. msxml3_v1_t.res xmlparser_r.res -luuid -lurlmon -lshlwapi -loleaut32 -lole32 -luser32 -ladvapi32 \
  68. -lwine ../../libs/port/libwine_port.a -lxml2
  69. ../../tools/winegcc/winegcc -o ntdll.dll.so -B../../tools/winebuild -fasynchronous-unwind-tables -shared ntdll.spec \
  70. -nodefaultlibs -Wl,--image-base,0x7bc00000 actctx.o atom.o cdrom.o critsection.o debugbuffer.o \
  71. debugtools.o directory.o env.o error.o exception.o file.o handletable.o heap.o large_int.o \
  72. loader.o loadorder.o misc.o nt.o om.o path.o printf.o process.o reg.o relay.o resource.o rtl.o \
  73. rtlbitmap.o rtlstr.o sec.o serial.o server.o signal_arm.o signal_arm64.o signal_i386.o \
  74. signal_powerpc.o signal_x86_64.o string.o sync.o tape.o thread.o threadpool.o time.o version.o \
  75. virtual.o wcstring.o version.res -lwinecrt0 -lwine ../../libs/port/libwine_port.a -lpthread \
  76.  
  77. ../../tools/winegcc/winegcc -o ntdll.dll.fake -B../../tools/winebuild -fasynchronous-unwind-tables -shared ntdll.spec \
  78. -nodefaultlibs -Wl,--image-base,0x7bc00000 actctx.o atom.o cdrom.o critsection.o debugbuffer.o \
  79. debugtools.o directory.o env.o error.o exception.o file.o handletable.o heap.o large_int.o \
  80. loader.o loadorder.o misc.o nt.o om.o path.o printf.o process.o reg.o relay.o resource.o rtl.o \
  81. rtlbitmap.o rtlstr.o sec.o serial.o server.o signal_arm.o signal_arm64.o signal_i386.o \
  82. signal_powerpc.o signal_x86_64.o string.o sync.o tape.o thread.o threadpool.o time.o version.o \
  83. virtual.o wcstring.o version.res -lwinecrt0 -lwine ../../libs/port/libwine_port.a -lpthread \
  84.  
  85. make[1]: Leaving directory '/home/gyebro/sources/test/wine-staging/dlls/msxml3'
  86. make[1]: Leaving directory '/home/gyebro/sources/test/wine-staging/dlls/ntdll'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement