Martin,

I've just had the same problem.  Sorry!  I've tracked it down to a 
regexp in lib/time.rb.  Looks like I've broken \x escapes in Regexps 
with my patch for \u.  I'll try to fix that ASAP.
	
	David

Martin Duerst wrote:
> I just tried to compile and install the latest SVG revision, 13837.
> 'make' works just fine, but then I get a problem with 'make install':
> 
> duerst@Tanzawa /cygdrive/d/ruby/trunk
> $ make install
> [snip]
> Generating RDoc documentation
> ./miniruby.exe  ./runruby.rb --extout=.ext -- "./bin/rdoc" --all --ri --op ".ext/rdoc" "."
> /cygdrive/d/ruby/trunk/lib/rdoc/rdoc.rb:20: -- control frame ----------
> c:0007 p:---- s:0019 b:0019 l:000018 d:000018 CFUNC  :require
> c:0006 p:0094 s:0015 b:0015 l:000014 d:000014 TOP    /cygdrive/d/ruby/trunk/lib/rdoc/rdoc.rb:20
> c:0005 p:---- s:0013 b:0013 l:000012 d:000012 FINISH :new
> c:0004 p:---- s:0011 b:0011 l:000010 d:000010 CFUNC  :require
> c:0003 p:0023 s:0007 b:0007 l:000006 d:000006 TOP    ./bin/rdoc:60
> c:0002 p:---- s:0003 b:0003 l:000002 d:000002 FINISH :inherited
> c:0001 p:---- s:0001 b:-001 l:000000 d:000000 ------
> ---------------------------
> DBG> : "/cygdrive/d/ruby/trunk/lib/rdoc/rdoc.rb:20:in `<top (required)>'"
> DBG> : "./bin/rdoc:60:in `require'"
> DBG> : "./bin/rdoc:60:in `<main>'"
> [BUG] Segmentation fault
> ruby 1.9.0 (2007-11-08) [i386-cygwin]
> 
> make: *** [rdoc] Aborted (core dumped)
> 
> Any help/advice highly appreciated.
> 
> Regards,    Martin.
> 
> 
> 
> #-#-#  Martin J. Du"rst, Assoc. Professor, Aoyama Gakuin University
> #-#-#  http://www.sw.it.aoyama.ac.jp       mailto:duerst / it.aoyama.ac.jp     
> 
>