-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Odd error when testing on MacOS #130
Comments
There are some details of building captured in the wiki: While it's not documentation, you can also see how the test build is generated in the workflow file: In terms of the version of wxWidgets, ucblogo is currently built against 3.0.5 (the latest stable), though, I have built it against 3.1.5 locally and haven't run into any issues. For building on mac for development/testing, I do the following: ➜ make mac
...
➜ ./UCBLogo.app/Contents/MacOS/UCBLogo |
You should probably document Also, are there any tests I can run to check if wxWindows 3.2 works? |
Interesting point on having a BUILDING file - I know there was some discussion about how best to capture the build process last year; but, I can't recall that option being discussed. Fair question on verifying a version of wxWidgets - at this point, that's really a manual process, the automated tests in the repo are focused on the language itself. In general, there are a couple places I've seen wxWidgets fragility. One is around user I/O handoffs between the terminal and the core engine - a decent test might be if A question on wxWidgets 3.2 - where did you find the build / code for that? I had thought the project was only up to 3.1.7 and were hoping to put out the 3.2 release next month (it's loosely on my radar, since that should fix the underlying issue in #72 ). Admittedly, I haven't dug in enough to see if 3.1.7 is functionally the equivalent of the 3.2 release. |
After building on MacOS Monterey, I get:
Clearly there is something more I should be doing, but the README doesn't say what.
BTW, it would also be useful if the README mentioned all the prerequisites that need to be installed (for example, what versions of wxWidgets work? README does not say. I guessed that 3.2 would work but who knows.)
The text was updated successfully, but these errors were encountered: