emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: process.c failure


From: Kim F. Storm
Subject: Re: process.c failure
Date: 17 Sep 2003 23:40:46 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Dave Love <address@hidden> writes:

> This is current HEAD source.  (I'm puzzled what this stuff is for.)

It adds functions that are required for writing some network server
processes in elisp.

In any case, I'm sorry for the bugs -- and thanks for reporting them.
I just committed fixes for the problems you reported.  Pls. try again.


> 
> Debian:
> 
> gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I. 
> -I/net/pxfs5/home/fx/esrc/src -D_BSD_SOURCE -I/usr/X11R6/include -g -O2 
> /net/pxfs5/home/fx/esrc/src/process.c
> /net/pxfs5/home/fx/esrc/src/process.c: In function `Fnetwork_interface_info':
> /net/pxfs5/home/fx/esrc/src/process.c:3517: error: incompatible type for 
> argument 1 of `Fmake_vector'
> /net/pxfs5/home/fx/esrc/src/process.c:3524: error: request for member `i' in 
> something not a structure or union
> make: *** [process.o] Error 1
> 
> Tru64 5.1b:
> 
> gcc -c -D_OSF_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I. 
> -I/dl/sr/homes/px/fx/esrc/src -D_OSF_SOURCE -g -O2 
> /dl/sr/homes/px/fx/esrc/src/process.c
> /dl/sr/homes/px/fx/esrc/src/process.c: In function `Fnetwork_interface_info':
> /dl/sr/homes/px/fx/esrc/src/process.c:3534: error: structure has no member 
> named `ifr_netmask'
> /dl/sr/homes/px/fx/esrc/src/process.c:3534: error: structure has no member 
> named `ifr_netmask'
> 
> Irix 6.5.19:
> 
> cc-1565 cc: ERROR File = /home/fx/esrc/src/process.c, Line = 3534
>   The struct "ifreq" has no field "ifr_netmask".
> 
>         elt = conv_sockaddr_to_lisp (&rq.ifr_netmask, sizeof 
> (rq.ifr_netmask));
>                                          ^
> 
> cc-1565 cc: ERROR File = /home/fx/esrc/src/process.c, Line = 3534
>   The struct "ifreq" has no field "ifr_netmask".
> 
>         elt = conv_sockaddr_to_lisp (&rq.ifr_netmask, sizeof 
> (rq.ifr_netmask));
>                                                                  ^
> 
> 
> Also anything without net/if.h will lose, as I discovered with a
> config.h that didn't get regenerated correctly for some reason.
> 
> 
> _______________________________________________
> Emacs-pretest-bug mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/emacs-pretest-bug
> 
> 

-- 
Kim F. Storm  http://www.cua.dk





reply via email to

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