--- Manfred Hansen <[EMAIL PROTECTED]> wrote: > Hi, > > i have installed ruby version ruby-1.7.3-2002.10.30 . > Followning changes for files "file.c and dln.c" have i done. > > MAXPATHLEN in file.c > > 1413a1414 > > # define MAXPATHLEN 1024 > > and in file dln.c > 1645c1645 > < > --- > > # define MAXPATHLEN 1024 > > The sources compiled with pmake instead make. >
Defining MAXPATHLEN will make a program compile, but it is not the best way to fix any given program. Moritz has done some work on ruby, please see if the code in the BTS[1] allows ruby to compile and run. [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=110542 ===== James Morrison University of Waterloo Computer Science - Digital Hardware 2B http://hurd.dyndns.org Anyone referring to this as 'Open Source' shall be eaten by a GNU __________________________________________________ Do you Yahoo!? U2 on LAUNCH - Exclusive greatest hits videos http://launch.yahoo.com/u2 _______________________________________________ Help-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-hurd
