Advertisement
zopiac

Untitled

May 1st, 2011
548
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. gcc -m32 -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_NTSYSTEM_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes -Wwrite-strings -Wtype-limits -Wpointer-arith -g -O2 -o nt.o nt.c
  2. In file included from nt.c:59:0:
  3. ../../include/ddk/wdm.h:429:11: error: duplicate member ‘u’
  4. make[2]: *** [nt.o] Error 1
  5. make[2]: Leaving directory `~/wine-1.1.34/dlls/ntdll'
  6. make[1]: *** [ntdll] Error 2
  7. make[1]: Leaving directory `~/wine-1.1.34/dlls'
  8. make: *** [dlls] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement