Comment 5 for bug 1005329

Revision history for this message
Erik Schnetter (schnetter) wrote :

I found the solution -- things are working for me on Mac OSX again (at least somewhat):

ERROR: 36 tests were run,
15 failed (2 expected failures).
17 tests were skipped.

I need to build llvm 3.1 by myself, as described in the pocl install instructions (--enable-shared, and REQUIRE_RTTI). I then need to configure pocl without --disable-icd.

That's deceptively simple; I don't understand why I didn't find this out before. Maybe something else changed, maybe I had leftover bits from previous attempts that caused problems.

My source tree differs from the pocl source tree mostly by having removed all -U__APPLE__, plus the changes (described elsewhere) to cl_platform.h, plus some unrelated changes because some of my patches have been applied in a slightly modified form.