Open plicease opened 7 years ago
I have excellent news. I finally figured out how to install Mac OSX into a virtual box running on a Linux host. This means I can, at last, do some serious debugging on Mac once again. For posterity, I list the procedure:
As to the bug, I suspect that once upon a time I modified the makefile for those tests to execute them using tcc -run
. I need to update my alien module for what I presume are some breaking changes in the makefile(s). Thanks for bringing this to my attention!
C::Blocks is broken in bleadperl (see https://rt.perl.org/Ticket/Display.html?id=132252#txn-1526921).
It would be nice if you could get Alien::TinyCCx working on OS X so that I can debug C::Blocks.
The current CPAN version fails on OS X with this error (observed by myself and from the cpantesters matrix):
From git, it builds for me, but I get test failures:
https://gist.github.com/plicease/0445fbafce72d4c4a8044ce1b7973f2b
(gistified for its length).
I see a similar error when trying to install C::Blocks after forcing a Alien::TinyCCx install :)
Alien::TinyCC works on OS X for what it is worth. As always, happy to debug and try things as necessary.