emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CVS emacs: "nmake bootstrap" failure


From: Eli Zaretskii
Subject: Re: CVS emacs: "nmake bootstrap" failure
Date: Mon, 10 Apr 2006 23:13:06 +0300

> Date: Mon, 10 Apr 2006 13:30:04 +0530
> From: "Dhruva Krishnamurthy" <address@hidden>
> Cc: address@hidden
> 
> Sorry for the incomplete information. It fails using MSVC on W2K. I
> have no problems with MinGW (GCC) though!

MSVC is not a Posix compliant compiler, so it's a small wonder it
doesn't know about pid_t.

> On 4/10/06, Dhruva Krishnamurthy <address@hidden> wrote:
> > Hi,
> >  In the Lisp_Process structure, there is a reference to "pid_t". There
> > is no header file which specifies the primitive data type of "pid_t"
> > (aka: typedef int pid_t;). This causes the build to fail (on W2K).

Please try again, I think I fixed this.

(In the future, please always show the exact error message(s) from the
compiler, as it can be quite frustrating to look for the offending
lines in all the numerous source files.)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]