Displaying 2 results from an estimated 2 matches for "rlgen".
Did you mean:
rgen
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.framework/Versi...
2008 Feb 24
1
Install / Build fail on OSX Server 10.5.2
...mit -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, then :
bash-3.2# rake
(in /private/var/root/superredcloth)
ragel ext/superredcloth_scan/superredcloth_scan.rl | rlgen-cd -G2 -o
ext/superredcloth_scan/superredcloth_scan.c
rake aborted!
Command failed with status (1): [ragel
ext/superredcloth_scan/superredcloth...]
/private/var/root/superredcloth/rakefile:122
(See full trace by running task with --trace)
Failed too, so I tried with --trace, but I don''t...