ok, thanks.
On Wed, Jul 22, 2009 at 2:35 PM, Conrad Taylor wrote:
> On Wed, Jul 22, 2009 at 4:19 AM, Daniel wrote:
>
>> Hi,
>>
>> I've been compiling macruby from source, svn with tag 0.4
>>
>> One observation I made is that if there's a different bison in my path,
>> such as the one from macpo
On Wed, Jul 22, 2009 at 4:19 AM, Daniel wrote:
> Hi,
>
> I've been compiling macruby from source, svn with tag 0.4
>
> One observation I made is that if there's a different bison in my path,
> such as the one from macports in /opt/local/bin/bison, then macruby will not
> compile.
>
> In Rakefile,
Hi,
I've been compiling macruby from source, svn with tag 0.4
One observation I made is that if there's a different bison in my path, such
as the one from macports in /opt/local/bin/bison, then macruby will not
compile.
In Rakefile, bison is hardcoded to /usr/bin/bison
In the generated ext/ripp