X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=GhYlkh2Et2dl9kL1TcEuj7s9bOb7qC4frxxiXkPytjE=; b=tEQgf29XU625w8OQ9wgl2mZaIH2Zt38gCKrwcEIObYloWE1YvDIghlFN2HPudhpf31 OtVb4TrxmFxzWZck6tU99jqdBw4ABOW2jBTUZhjTPyUNAjARW/fsEJ1OieGBwnHfDZww gAyUuq4wdfg1n2e3ydI+nlNCeldCIj4bj7IwhgR5CQTBXrDIOeoHAXOtt6ucsWNdcIKn 7K3CqmTg9Oeuz0DX3+vQ71B3440kOa5JySM5GT4KYU3QmKypXzCsBSUfrmmc50JFSP5g y11pGkdSPRP0h/53nmaIyNFNspmVVXiKqxLpeQaNJzGAsm4lM8TNr34ntX0VtNi0ffZu KX2g== X-Received: by 10.170.176.87 with SMTP id s84mr15131750ykd.46.1435526970548; Sun, 28 Jun 2015 14:29:30 -0700 (PDT) Message-ID: <55906739.1030400@gmail.com> Date: Sun, 28 Jun 2015 17:29:29 -0400 From: "Frank Sapone (emoaddict15 AT gmail DOT com)" User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: DJGPP v2.05 References: <558D18CE DOT 3070004 AT iki DOT fi> <558ED38D DOT 1020602 AT iki DOT fi> <8709a9e4-a90f-447e-8191-4deb6886f894 AT googlegroups DOT com> <559056B9 DOT 9080307 AT gmail DOT com> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com > Here is a better solution: attached errnos.patch rearranges errnos > generation so that the generated djgpp.err and djgpp/syserr.c can > be used for all djgpp-2.03/2.04/2.05. The generated inc/sys/djgpp.err > and src/djgpp/syserr.c are also attached. I applied this solution to > uhexen2 today, and the watt32 author said that he applied the patch > for the next version of the library. > > (remember that you need to recompile your util/dj_err.exe if you want > to regenerate yourself, and you need to recompile the library.) > > -- > O.S. Thanks for this. I assume you're now cross compiling HoT with 2.05 now? It's nice to be on a more modern compiler as I can see some warnings with casting issues that iD missed. Frank