emacs-devel
[Top][All Lists]
Advanced

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

address@hidden: pid_t causes compile error in FreeBSD system]


From: Richard Stallman
Subject: address@hidden: pid_t causes compile error in FreeBSD system]
Date: Fri, 21 Apr 2006 17:04:54 -0400

He seems to be using the latest sources, so I hope someone can fix this.

------- Start of forwarded message -------
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com;
        
h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition;
        
b=rZdNzo1AJYdUdeR2AeJndHFiNSLyPplohWV9Go7Xn+6iQ9RkhXXEdJPe7QnnMcPht+fjXp8aC3/kb8m8IM8WLwbrCkf+Qj01SLzk0RWB4mMPHaRNSdqg1IRCI03l0iKWzCw09mnPPjGFrO/ZzvjUlSStYeR8YMjrqmO6PgkAf1o=
Date: Fri, 21 Apr 2006 14:17:39 +0900
From: maya <address@hidden>
To: address@hidden
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Disposition: inline
Subject: pid_t causes compile error in FreeBSD system
X-Spam-Status: No, score=0.0 required=5.0 tests=RCVD_BY_IP autolearn=failed 
        version=3.0.4

http://cvs.savannah.gnu.org/viewcvs/emacs/src/process.h?root=emacs#rev1.33
This change causes compile error in FreeBSD system.
Compiler cannot find pid_t.

I guess
===
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
===
is necessary for the source which includes "process.h."
I applied avobe change to xdisp.c and print.c,
and this problem was solved.

% uname -srm
FreeBSD 5.4-RELEASE-p13 i386
% gcc -v
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.4.2 [FreeBSD] 20040728

If this issue was already known, please ignore this message.

- --
| NAGATA Shinya <address@hidden>


_______________________________________________
bug-gnu-emacs mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-gnu-emacs
------- End of forwarded message -------




reply via email to

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