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=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=auYCqp9iuCIckdata8AOTWB3p0pCNkPucizvE923O40=; b=tatYVjAFwZ7xOXj5GAk02Doj6k/FC7CVk4TrHLYwN2KjxxMePefpRPXYpCkxv/zPTd mApkew+em1uTSyzOXg8w3oxUK+yjtps73J3fwQ1hoCYalbfYz9HyKCFN+BjcmyJh928L HOgE5Z09fdpDO3ZUaPW92ykGUk815JOCZN3EtgrkGR2yny5rCFuO9WJiPSSN+gVZIRL9 kmLfBIKFBW04w81nmdzXA4rY1sNagii83gNSJg/yBqMYRmqrVtHdy1acU3xKjW8M19b9 V4a8xEXlppmRhmDZjPrw7IN0ScSNXEPD0jtDs3o4/MrGkTeyaoOhN/NWnkGnBOUG7EG7 7VOQ== MIME-Version: 1.0 X-Received: by 10.107.159.66 with SMTP id i63mr16450250ioe.68.1435527227160; Sun, 28 Jun 2015 14:33:47 -0700 (PDT) In-Reply-To: <55906739.1030400@gmail.com> 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> <55906739 DOT 1030400 AT gmail DOT com> Date: Mon, 29 Jun 2015 00:33:47 +0300 Message-ID: Subject: Re: DJGPP v2.05 From: "Ozkan Sezer (sezeroz AT gmail DOT com)" To: djgpp AT delorie DOT com Content-Type: text/plain; charset=UTF-8 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 On 6/29/15, Frank Sapone (emoaddict15 AT gmail DOT com) wrote: >> 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 Yes I cross-compile on linux, and yes I can both compile against 2.03 and against 2.05 using gcc-3.4.6 or gcc-5.1 (the released version will be compiled against my modified djgpp-2.03) > now? It's nice to be on a more modern compiler as I can see some > warnings with > casting issues that iD missed. > I can look at it (it being q2dos yes?) as time permits. Do you prefer patches or forks + merge requests?