console not finding plugins (was: Re: patch for xchat to compile on the Hurd)

2005-02-08 Thread Alfred M. Szmidt
(Why did you reply to the xchat thread? Please open up a new thread with a meaningful subject next time) Or just rename the subject line like I just did (and you could have done that instead of continuing with the same subject) > how do I tell the console program where they are? It s

Re: patch for xchat to compile on the Hurd

2005-02-08 Thread Michael Banck
(Why did you reply to the xchat thread? Please open up a new thread with a meaningful subject next time) On Tue, Feb 08, 2005 at 09:05:52PM +0100, jls wrote: > After having installed the base system, the next problem occured: > the console cannot fine die drivers vga etc. altough there are files i

Re: patch for xchat to compile on the Hurd

2005-02-08 Thread jls
Hi, After having installed the base system, the next problem occured: the console cannot fine die drivers vga etc. altough there are files in /gnu/lib/hurd/console/ : generic_speaker.so.0.3 pc_kbd.so.0.3vga.so.0.3 ncursesw.so.0.3 pc_mouse.so.0.3 how do I tell the console program wher

Re: patch for xchat to compile on the Hurd

2005-02-07 Thread Alfred M. Szmidt
--- xchat-2.4.1.orig/plugins/python/python.c 2004-10-18 14:12:21.0 = +0200 +++ xchat-2.4.1/plugins/python/python.c 2005-02-07 22:30:40.0 +0100 @@ -327,12 +327,18 @@ Util_BuildList(char *word[]) static void Util_Autoload() { -char oldcwd[PATH_MAX]

Re: patch for xchat to compile on the Hurd

2005-02-07 Thread Christopher Bodenstein
On Tue, Jan 25, 2005 at 12:26:00PM +0100, Ludovic Court?s wrote: > Hi, > Hello Ludovic, Thanks for your comments. Here is a new patch: --- xchat-2.4.1.orig/plugins/python/python.c2004-10-18 14:12:21.0 +0200 +++ xchat-2.4.1/plugins/python/python.c 2005-02-07 22:30:40.0 +0100

Re: patch for xchat to compile on the Hurd

2005-01-25 Thread Ludovic Courtès
Hi, Today, 3 hours, 9 minutes, 14 seconds ago, Christopher Bodenstein wrote: > --- xchat-2.4.1/plugins/python/python.c 2004-10-18 14:12:21.0 > +0200 > +++ xchat-2.4.1/plugins/python/python.c 2005-01-23 15:23:03.0 > +0100 > @@ -327,11 +327,14 @@ Util_BuildList(char *wo

patch for xchat to compile on the Hurd

2005-01-25 Thread Christopher Bodenstein
Good morning :) Here is a small patch to be able to compile xchat on the Hurd. Since I don't personaly use python plugins in xchat, I'm not sure it really works, so it'd be nice if someone using such plugins could try it ;) Have a nice day, Best regards, Chris --- xchat-2.4.1/plugins/python/py