You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that XQuartz 2.7.11 is relatively old (2016). However I'm only aware of MacPorts (its xorg-server port) having an up-to-date version of X11.
With MacPorts' X11 (1.20.8), Perl 5.30.3, Perl/Tk 804.035, I do not observe tests hanging. (Tests will time out after 30 minutes if I remember correctly.)
I think there's a possibility of tests hanging due to usage of $mw->update rather than $mw->idletasks, but that would not appear to be the cause if it is hanging at $mw->Photo().
I am trying to install Tk on macOS 10.15.5 using perlbrew perl version 5.30.1 and XQuartz. According to this post:
So I installed XQuartz from here. Running
perl Makefile.PL; make
in the Tk distribution directory now works fine, butmake test
hangs:And it hangs here until I press CTRL-C. I debugged the problem a little bit more and I can see that line 27 in
PNG/t/basic.t
:is hanging..
The text was updated successfully, but these errors were encountered: