Whew! You have to be FAST to do that! susan@ubuntu:~/wineasio$ sudo make gcc -c -I. -I/usr/include -I/usr/include -I/usr/include/wine -I/usr/include/wine/windows -m32 -g -O2 -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -o asio.o asio.c In file included from asio.c:32: /usr/local/include/wine/windows/windef.h:234:19: error: winnt.h: No such file or directory In file included from asio.c:32: /usr/local/include/wine/windows/windef.h:238: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WPARAM’ /usr/local/include/wine/windows/windef.h:239: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘LPARAM’ /usr/local/include/wine/windows/windef.h:240: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘LRESULT’ /usr/local/include/wine/windows/windef.h:264: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token /usr/local/include/wine/windows/windef.h:280: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘HMODULE’ /usr/local/include/wine/windows/windef.h:281: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘HGDIOBJ’ /usr/local/include/wine/windows/windef.h:282: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘HGLOBAL’ /usr/local/include/wine/windows/windef.h:283: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘HLOCAL’ /usr/local/include/wine/windows/windef.h:284: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘GLOBALHANDLE’ /usr/local/include/wine/windows/windef.h:285: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘LOCALHANDLE’ /usr/local/include/wine/windows/windef.h:286: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘HCURSOR’ /usr/local/include/wine/windows/windef.h:290: error: expected declaration specifiers or ‘...’ before ‘*’ token /usr/local/include/wine/windows/windef.h:290: error: ‘INT_PTR’ declared as function returning a function /usr/local/include/wine/windows/windef.h:291: error: ‘NEARPROC’ declared as function returning a function /usr/local/include/wine/windows/windef.h:292: error: ‘PROC’ declared as function returning a function /usr/local/include/wine/windows/windef.h:326: error: expected specifier-qualifier-list before ‘LONG’ /usr/local/include/wine/windows/windef.h:335: error: expected specifier-qualifier-list before ‘LONG’ /usr/local/include/wine/windows/windef.h:341: error: expected specifier-qualifier-list before ‘LONG’ /usr/local/include/wine/windows/windef.h:353: error: expected specifier-qualifier-list before ‘SHORT’ /usr/local/include/wine/windows/windef.h:372: error: expected specifier-qualifier-list before ‘LONG’ /usr/local/include/wine/windows/windef.h:381: error: expected specifier-qualifier-list before ‘LONG’ In file included from asio.c:33: /usr/local/include/wine/windows/winbase.h:22:22: error: winerror.h: No such file or directory In file included from asio.c:33: -----Original Message----- >From: billstei <wineforum-user@xxxxxxxxxx> >Sent: Apr 14, 2008 2:32 PM >To: wine-users@xxxxxxxxxx >Subject: Re: wine asio > >It may help to look at the *first* error that occurs, and you say this is the "end of the error messages" so I'm guessing we don't know yet what tripped up the compilation initially. You might try hitting Ctrl-C to stop, the second things go bad, and investigate that message. > >Bill > >P.S. Does anyone else here see the strange chars by the quotes in the post above, or is that just my fonts? > > > > >