Hi,

I'm using Buildr to build several modules of c++ code. I'm using ruby 1.8.7 (p22) and all the latest gems. I compiled ruby on my machine.

I'm seeing segmentation faults (that may or may not have happened with ruby 1.8.6) which seem to be related to [EMAIL PROTECTED] being a FileList. When I replace
    @prerequisites = FileList[]
with
    @prerequisites = []

everything works.

Do you think you can help me investigate this?

Thank you,
Ittay

--
--
Ittay Dror <[EMAIL PROTECTED]>


_______________________________________________
Rake-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rake-devel

Reply via email to