X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.224.189.78 with SMTP id dd14mr5752792qab.0.1362900395080; Sat, 09 Mar 2013 23:26:35 -0800 (PST) X-Received: by 10.49.85.35 with SMTP id e3mr532929qez.7.1362900395041; Sat, 09 Mar 2013 23:26:35 -0800 (PST) Newsgroups: comp.os.msdos.djgpp Date: Sat, 9 Mar 2013 23:26:34 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=188.65.69.248; posting-account=UxQE-woAAAAPmt0rmqPWOuM9d1MUvmg8 NNTP-Posting-Host: 188.65.69.248 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Building Wine under DJGPP From: napoleon80386 AT gmail DOT com Injection-Date: Sun, 10 Mar 2013 07:26:35 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 2748 Lines: 32 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id r2A7j2I5000420 Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Hi George, >Who is WE? Maksim Soifer and I >So you try to compile version 1.5.24 of Wine with DJGPP? Yes, he wanted to compile it >Which version is he working on? As far as I could make out he is using HX from Japheth. I worked with wine-980315, now I transferred to older versions (0.0.2 compiles and runs a bit, now trying 0.1.0). My aim was to make useful Windows emulator for DOS. In the beginning I expanded HX-DOS, later I decided that it would be easier to implement all nesessary POSIX API and compile existing emulator. >As mentioned above you said you wanted to use DJGPP. Older versions of Nano-X >had been ported to several DOS C compilers before. I rewrote the makefiles and >made a VESA, mouse and keyboard driver so it would work with DJGPP. But the >current version of Wine needs the Xlib extensions and these are not available >with Nano-X/NXlib. EMX has two versions: for DOS and OS/2. In OS/2 EMX uses virtual DOS machine. Also, in OS/2 was ported XFree86 (google for "xfree86 os/2"). It is set of OS/2 executables, OS/2 dlls, C/C++ include files and libraries (.a). Last two are suitable for DOS also, no linking errors connected with X. So I has got X. >I think it could be possible to compile a very old version of Wine with djgpp. >But that is miles apart from the current Wine. I think old versions of Wine are not worse than HX-DOS, maybe even better. I will create new topic to get help for implementation of two nesessary functions (mmap and modify_ldt).