Displaying 2 results from an estimated 2 matches for "enablecommnotification16".
2001 Oct 13
3
ttyS0 access
...here is no ttyS0 devices but links to /dev/tts/0 and /dev/tts/1
I realy don't remember how was until last week, but I think about users and perms to devices.
I try to chmod a+rw for /dev/tts/0 and tts/1 but does not work.
In the bash where I call the wine messages apears like that:
fixme:comm:EnableCommNotification16 no handle for cid = ffffffff!
fixme:comm:EscapeCommFunction16 no cid=65535 found!
fixme:comm:CloseComm16 no cid=-1 found!
fixme:comm:EscapeCommFunction16 no cid=65535 found!
fixme:comm:EscapeCommFunction16 no cid=65535 found!
fixme:comm:FlushComm16 no cid=-1 found!
fixme:comm:WriteComm16 no handle...
2010 Jun 20
4
I can compile old wine from download page, but not from git?
...- when I use git like this:
git clone git://source.winehq.org/git/wine.git wine-git
cd wine-git
git-reset wine-0.9.53
git checkout -f
./configure && make depend && make
I get:
In file included from comm16.c:66:
win.h:37: error: field obj has incomplete type
comm16.c: In function EnableCommNotification16:
comm16.c:1092: warning: implicit declaration of function WIN_Handle32
comm16.c:1092: warning: assignment makes pointer from integer without a cast
make[2]: *** [comm16.o] BBd 1
make[2]: Opuszczenie katalogu `/home/james/wine-git/dlls/user32'
make[1]: *** [user32] BBd 2
make[1]: Opuszczenie kat...