Results 17 comments of Dan Malec

Issue #158 has some notes on the core problem and a dmg (please see comment: https://github.com/jrincayc/ucblogo-code/issues/158#issuecomment-1436071882) built using the updated GitHub pipeline (which configures wxWidgets to not have a link...

I can replicate closely enough on OSX 10.15.7 I suspect I'm seeing the same underlying issue. If I go to *System Preferences* -> *Keyboard* -> *Text* and toggle the *Use...

I'm seeing the same behaviors above, I have a proposed PR https://github.com/jrincayc/ucblogo-code/pull/58 The code change looks like it addresses the issue with populating the clipboard (at least on OSX Catalina...

Interesting... I can replicate the behavior you are seeing with 6.2.2 on Windows. If I install 6.2 on Windows, it works as expected. The fix for the issue on MacOS...

I think we can definitely cleanup stuff like `UCBLogo.app`, `helpfiles/ALL_NAMES`, etc. With the caveat that I haven't used autotools on a daily basis in a while and so am rusty...

Agreed, particularly this heuristic: > If configure built it, then distclean should delete it. My plan is to get a sense of what is built by `autoreconf` vs what is...

Based on a quick scan, it does look like the new constants are all present in wxWidgets 3.0.5, so I think we can update in preparation for 3.2 without breaking...

That specific error is due to not having `autoconf-archive` installed and can be resolved by adding it to `apk add` command. But it looks like there are some additional things...