Displaying 3 results from an estimated 3 matches for "superredcloth_scan".
2008 Feb 24
1
Install / Build fail on OSX Server 10.5.2
...o: can''t open input file: /var/tmp//cc3JKHGQ.out (No such file or
directory)
make: *** [superredcloth_inline.o] Error 1
Gem files will remain installed in
/Library/Ruby/Gems/1.8/gems/superredcloth-1.160 for inspection.
Results logged to
/Library/Ruby/Gems/1.8/gems/superredcloth-1.160/ext/superredcloth_scan/gem_make.out
The ulimit -S -s unlimited is impossible -> -S don''t exists for OSX, and
with ulimit -s I can only go up to 32MB, unlimited is impossible. (the
default value for -s is 8192)
I tried an other method : I have installed ragel and checked out the
trunk of superredcloth, th...
2007 Dec 11
2
Build issues on Leopard
Hello,
I''m having some issues building r190 on Leopard (10.5.1):
$ rake
(in /Users/johan/temp/superredcloth)
ragel superredcloth_scan.rl | rlgen-cd -G2 -o superredcloth_scan.c
ragel superredcloth_inline.rl | rlgen-cd -G2 -o superredcloth_inline.c
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
extconf.rb
checking for main() in -lc... yes
creating Makefile
make
gcc -I. -I.
-I/System/Library/Frameworks/Ruby.fram...
2007 Mar 24
3
Patch for superredcloth to enable textile table headers
...<td>3</td>
+ </tr>
+ </table>
+---
+in: |
{background:#ddd}. |S|Target|Complete|App|Milestone|
|!/i/g.gif!|11/18/04|11/18/04|070|XML spec complete|
|!/i/g.gif!|11/29/04|11/29/04|011|XML spec complete (KH is on schedule)|
Index: ext/superredcloth_scan/superredcloth_scan.rl
===================================================================
--- ext/superredcloth_scan/superredcloth_scan.rl (revision 163)
+++ ext/superredcloth_scan/superredcloth_scan.rl (working copy)
@@ -37,9 +37,9 @@
# tables
para = ( default+ ) -- CRLF ;...