Re: Gnome-network compile dies
- From: John Kennedy <jk csuchico edu>
- To: "James M. Cape" <jcape jcinteractive com>
- Cc: GNOME list <gnome-list gnome org>
- Subject: Re: Gnome-network compile dies
- Date: Thu, 4 Feb 1999 11:25:34 -0800
On Thu, Feb 04, 1999 at 09:08:59AM +0000, James M. Cape wrote:
> As part of the never ending series of compile problems I'm having for
> the express purpose of exasperating the developers, I present the
> following: ...
> gnome-ppp-chat.c:109: storage size of `iov' isn't known ...
I patched mine as you see below. Probably not portable to other
architectures, but works for i686-pc-linux-gnu.
--- ./gnome-ppp/gnome-ppp-chat/gnome-ppp-chat.c.~1~ Sun Jan 31 13:55:20 1999
+++ ./gnome-ppp/gnome-ppp-chat/gnome-ppp-chat.c Tue Feb 2 21:14:00 1999
@@ -26,6 +26,7 @@
#include <sys/stat.h>
#include <sys/socket.h>
#include <sys/un.h>
+#include <sys/uio.h>
#include "config.h"
--- ./gnome-ppp/libgnome_ppp/pppd.c.~1~ Sun Jan 31 13:55:21 1999
+++ ./gnome-ppp/libgnome_ppp/pppd.c Tue Feb 2 21:23:41 1999
@@ -29,6 +29,7 @@
#include <sys/stat.h>
#include <sys/socket.h>
#include <sys/un.h>
+#include <sys/uio.h>
#include "config.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]