On 6/3/06, carmen <[EMAIL PROTECTED]> wrote: > John Andrews wrote: > > I followed Jordan's steps and the tests all pass now. Thanks Jordan! > > Thanks Jan! > > i get this error as well, with the trunk of acts_as_ferret, and whatever > ferret was installed via gems (0.9.3 i think). watching that install, it > built the C extensions, and the makefile had the systemwide defaults -O2 > -pipe. checked out the trunk of ferret, and it refuses to build the C > extensions due to missing header errors (headers from its own files no > less) but at least thats solves the problem, since the segfault is > clearly coming from the C code somewhere.
You need to run `rake ext` to copy the missing headers to the right place. This won't help you with your segfault though. _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

