[PD] Gridflow install issue...

vze26m98 vze26m98 at optonline.net
Sat Mar 26 02:10:00 CET 2005


vze26m98 wrote on 3/25/05:

>Installing Gridflow on Linux:

OK- hardwiring the ruby invocations as 'ruby1.8' in the Makefile got
everything running.  The invocation generates the follwoing error
repeatedly, causing the make to fail eventually:

base/source_filter.rb:38: warning: regexp has invalid interval

Line 38 of source_filter.rb is:

37: def parse_methoddecl(line,term)
38:     /^(\w+)\s+(\w+)\s*\((.*)\)\s*#{term}\s*$/.match line or
39:         raise "syntax error #{where}"
40:     rettype,selector,arglist = $1,$2,$3
41:     arglist,minargs,maxargs = parse_arglist arglist
42:     MethodDecl.new(rettype,selector,arglist,minargs,maxargs,where)
43: end


Any reg-experts out there?

Best,

Charles

<vze26m98 at optonline.net>




More information about the Pd-list mailing list