pan-users
[Top][All Lists]
Advanced

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

Re: [Pan-users] Virtuell newsgroups and concurrent connections


From: Christel & Dr. Frank Biendara
Subject: Re: [Pan-users] Virtuell newsgroups and concurrent connections
Date: Fri, 25 Apr 2003 01:18:54 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.3; MultiZilla v1.4.0.3I) Gecko/20030327 Debian/1.3-4

Hello,

so I try to compile this babe but I get an error I cannot solve. The ./configure command tals about a Gnet Problem:

The gnet-configure script installed by Gnet cannot be found...

I see the Gnet package on my apt-get list and I can find the libs but I don't have a gnet-configure file on my system.

What can I do to solve the problem?

Thanks in advance

Frank








Charles Kerr schrieb:
On Tue, Apr 22, 2003 at 12:30:19AM +0200, Christel & Dr. Frank Biendara wrote:

Charles Kerr schrieb:

Four is a GNKSA limit.  To go higher you need to change
DEFAULT_MAX_PER_SERVER in server-ui.c and recompile.

I'm a Linux newbie and at the moment I use Debian and it's famous packetmanagement system. So I don't compile. It would be great if you can add this feature in the server preferences in one of the next releases.

Cheers Frank


Hi Frank,

As I said, four is a GNKSA limit, so releasing a version of Pan with
a higher number would go against Pan's GNKSA `Seal of Approval'.
If you want to go higher, you'll need to build a copy of Pan yourself.

IIRC, this is the patch you need to make:

Index: server-ui.c
===================================================================
RCS file: /cvs/gnome/pan/pan/server-ui.c,v
retrieving revision 1.36
diff -u -u -r1.36 server-ui.c
--- server-ui.c 28 Mar 2003 16:24:42 -0000      1.36
+++ server-ui.c 22 Apr 2003 14:39:10 -0000
@@ -263,7 +263,7 @@
        GtkWidget * l;
        ServerEditDialog * d;
        int row;
-       const int DEFAULT_MAX_PER_SERVER = 4;
+       const int DEFAULT_MAX_PER_SERVER = 8;

        d = g_new0 (ServerEditDialog, 1);

cheers,
Charles







reply via email to

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