Re: gnome-libs CVS 16 NOV 98 report
- From: Miguel de Icaza <miguel nuclecu unam mx>
- To: Philippe Defert cern ch
- CC: gnome-list gnome org
- Subject: Re: gnome-libs CVS 16 NOV 98 report
- Date: Tue, 17 Nov 1998 13:04:28 -0600
Hello Phillipe,
Thanks a lot for the compilation output.
> The test gave more or less the same result on all platforms...
>
> -on hppa1.1-hp-hpux10.20 and alpha-dec-osf4.0b, compilation stopped at:
Do you know how to do file descriptor passing on hppa and dec alpha?
Probably I need a special header file to get the sendmsg to work on
DEC alpha OSF/1 and HP-UX, could you find out which header files I am
missing?
> In sys/socket.h msghdr is only declared if _XOPEN_SOURCE_EXTENDED is
> defined. subshell.c compiles when _XOPEN_SOURCE_EXTENDED is defined.
Would it be ok if I did this?
#ifndef _XOPEN_SOURCE_EXTENDED
#define _XOPEN_SOURCE_EXTENDED 1
#endif
#include <sys/socket.h>
> which was already reported some weeks ago, you should not use a "," as
> a separator for the sed s command as on HP one of the flag contains
> "-Wl,-E" which confuses the sed command. You should use a "^" or any
> other strange character.
I have commited a fix for this.
Miguel.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]