[bug #17381] Compile errors under DJGPP

2010-07-12 Thread Paul D. Smith
Update of bug #17381 (project make): Status:None => Fixed Fixed Release:None => CVS ___ Reply to this item at:

[bug #17381] Compile errors under DJGPP

2010-07-12 Thread Eli Zaretskii
Update of bug #17381 (project make): Open/Closed:Open => Closed Operating System: MS Windows => MS-DOS ___ Follow-up Comment #3: The MS-DOS build does

[bug #17381] Compile errors under DJGPP

2010-07-12 Thread Paul D. Smith
Update of bug #17381 (project make): Assigned to:None => eliz ___ Follow-up Comment #2: Eli: I don't see this patch in the current CVS version. Is this still needed? Thanks! _

Re: [bug #17381] Compile errors under DJGPP

2006-08-12 Thread Eli Zaretskii
> Date: Tue, 8 Aug 2006 23:03:15 + > From: anonymous <[EMAIL PROTECTED]> > Cc: > > job.c:1898: error: conflicting types for 'child_execute_job' > job.h:79: error: previous declaration of 'child_execute_job' was here > job.c: In function 'child_execute_job': > job.c:1931: error: void value no

[bug #17381] Compile errors under DJGPP

2006-08-12 Thread Eli Zaretskii
Follow-up Comment #1, bug #17381 (project make): The following patch should take care of this: 2006-08-12 Eli Zaretskii <[EMAIL PROTECTED]> * job.h [__MSDOS__]: Use the same prototype for child_execute_job as __EMX__ does. --- job.h~0 2006-02-12 02:16:04.0 +0200 +++ job

[bug #17381] Compile errors under DJGPP

2006-08-08 Thread anonymous
URL: Summary: Compile errors under DJGPP Project: make Submitted by: None Submitted on: Tuesday 08/08/06 at 23:03 UTC Severity: 3 - Normal Item G