unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* pid_t causes compile error in FreeBSD system
@ 2006-04-21  5:17 maya
  0 siblings, 0 replies; only message in thread
From: maya @ 2006-04-21  5:17 UTC (permalink / raw


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 <maya.negeta@gmail.com>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-04-21  5:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-21  5:17 pid_t causes compile error in FreeBSD system maya

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).