search for: superredcloth_common

Displaying 2 results from an estimated 2 matches for "superredcloth_common".

2007 Mar 24
3
Patch for superredcloth to enable textile table headers
...= ( A C :> dotspace ) ; + trdef = ( A C D :> dotspace ) ; tr = ( trdef? "|" %{INLINE(table, tr_open);} td+ ) >X %{INLINE(table, tr_close);} ; trows = ( tr (CRLF >X tr)* ) ; tdef = ( "table" >X A C :> dotspace CRLF ) ; Index: ext/superredcloth_scan/superredcloth_common.rl =================================================================== --- ext/superredcloth_scan/superredcloth_common.rl (revision 163) +++ ext/superredcloth_scan/superredcloth_common.rl (working copy) @@ -29,10 +29,12 @@ C_STYL = ( "{" [^}]+ >A %{ STORE(style) } "}...
2008 Feb 24
1
Install / Build fail on OSX Server 10.5.2
...dcloth_scan/extconf.rb (first_time, not_needed) ** Invoke ext/superredcloth_scan/superredcloth_scan.bundle (first_time) ** Invoke ext/superredcloth_scan/superredcloth_scan.c (first_time) ** Invoke ext/superredcloth_scan/superredcloth_scan.rl (first_time, not_needed) ** Invoke ext/superredcloth_scan/superredcloth_common.rl (first_time, not_needed) ** Invoke ext/superredcloth_scan/superredcloth.h (first_time, not_needed) ** Execute ext/superredcloth_scan/superredcloth_scan.c ragel ext/superredcloth_scan/superredcloth_scan.rl | rlgen-cd -G2 -o ext/superredcloth_scan/superredcloth_scan.c rake aborted! Command failed...