Return to BSD News archive
Path: euryale.cc.adfa.oz.au!platinum.sge.net!como.dpie.gov.au!news.gan.net.au!act.news.telstra.net!vic.news.telstra.net!news.mira.net.au!pumpkin.pangea.ca!nntp.mbnet.mb.ca!news.bc.net!news.maxwell.syr.edu!cpk-news-hub1.bbnplanet.com!news.bbnplanet.com!EU.net!blackbush.xlink.net!news-ge.switch.ch!serra.unipi.it!news.caspur.it!news1.mclink.it!usenet From: afn23397@afn.org (Danilo Paliani) Newsgroups: comp.emulators.ms-windows.wine,comp.unix.bsd.freebsd.misc Subject: Re: Wine970616 make problem under FreeBSD 2.2.1 Date: 1 Jul 1997 06:52:09 GMT Organization: fake.net Lines: 48 Message-ID: <5pa9ep$kec@news1.mclink.it> References: <cjqjo5.idh.ln@dolphin.neosoft.com> <ktdro5.o81.ln@dolphin.neosoft.com> <5oufis$ij0@rznews.rrze.uni-erlangen.de> <cn2zpsdf0oq.fsf@demokrit.fm.unit.no> <3te1p5.p6.ln@dolphin.neosoft.com> NNTP-Posting-Host: pgw-013.mclink.it Mime-Version: 1.0 Content-Type: Text/Plain; charset=ISO-8859-1 X-Newsreader: WinVN 0.99.8 (x86 32bit) Xref: euryale.cc.adfa.oz.au comp.emulators.ms-windows.wine:8473 comp.unix.bsd.freebsd.misc:43757 In article <3te1p5.p6.ln@dolphin.neosoft.com>, conrads@neosoft.com says... > >In article <cn2zpsdf0oq.fsf@demokrit.fm.unit.no>, >Steinar Hamre <steinarh@fm.unit.no> wrote: >>msmeissn@cip.informatik.uni-erlangen.de (Marcus Meißner) writes: >> >>> In article <ktdro5.o81.ln@dolphin.neosoft.com>, >>> Conrad Sabatier <conrads@neosoft.com> wrote: >>> >In article <5omcrt$l7r@rznews.rrze.uni-erlangen.de>, >>> >Marcus Meißner <msmeissn@cip.informatik.uni-erlangen.de> wrote: >>> >>In article <5ok4vj$6qr$1@dismay.ucs.indiana.edu>, >>> >>John Fieber <jfieber@indiana.edu> wrote: >>> >>>In article <cjqjo5.idh.ln@dolphin.neosoft.com>, >>> >>> conrads@neosoft.com (Conrad Sabatier) writes: >>> >>> >>> >>>> ./comm.c:801: `TIOCINQ' undeclared (first use this function) >>> >>>> *** Error code 1 >>> >>>> >>> >>>> I can't find a definition for TIOCINQ anywhere on my system. I do have >>> >>>> TIOCOUTQ. >>> >>> TIOCINQ (after the linux kernel sources) return the number of characters >>> readable on the specified filedescriptor (belonging to a terminal or a >>> network connection). >>> >>> Probably that BSD has an equivalent for it, which we can use. >> >>On a linuxbox: >>/usr/include/asm/ioctls.h:#define TIOCINQ FIONREAD >> >>I looks like bouth most BSD and SYSV-variants has FIONREAD defined. So >>that might be a better choice... > >Cool. I defined TIOCINQ in terms of FIONREAD. Fixed *that* error. > >Now, on to the others... :-) One other error occured during processing of mmsystem.c , just add #include <errno.h> to avoid it . I compiled now succesfully with a result of a 17 Mb of binaries ! Just type "stripe wine" to get a reasonably executable around 1,6 Mb . I have tried to execute some application in 16 bit mode and works fine , but still unable to execute any 32bit code (including the classic application of win95 ) . BYE