jrincayc / ucblogo-code

Berkeley Logo interpreter
https://people.eecs.berkeley.edu/~bh/logo.html
GNU General Public License v3.0
187 stars 34 forks source link

Numerous build warnings #132

Closed pmetzger closed 1 year ago

pmetzger commented 2 years ago

The enclosed messages are on MacOS Monterey and wxWidgets 3.2 (which is about to be released.

buildmsg.txt

dmalec commented 2 years ago

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 the existing build.

Thinking out loud a bit - I wonder if it's worth reserving this issue for fixing the deprecation warnings with wxWidgets 3.2 and fixing the other warnings under issue #20 .

pmetzger commented 2 years ago

Thinking out loud a bit - I wonder if it's worth reserving this issue for fixing the deprecation warnings with wxWidgets 3.2 and fixing the other warnings under issue https://github.com/jrincayc/ucblogo-code/issues/20 .

No opinion. I am sure either way things will be fine.

jrincayc commented 1 year ago

@dmalec Thank you for fixing this, @pmetzger thank you for reporting this.