Subject: | PAR on MacOS X gives bus error with Tk |
The following testcase, when compiled with "pp -v tk tk.pl", gives a bus error when the binary is run on MacOS X 10.3. Going back in time, PAR 0.80 was the last version that would make the testcase run on OS X, so something broke between then and 0.81 that remains broken now.
#!/usr/bin/perl
use Tk;
my $mw = MainWindow->new(-title=>'Test Window');
MainLoop;
This bug prevents PAR from building working binaries on the Mac if they use the Perl/Tk toolkit.