-
Notifications
You must be signed in to change notification settings - Fork 51
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
Build Fails on Mac OS 12.4 #8
Comments
Changing my wxWidgets CMakeLists.txt to the one provided in issue #7 fails later with this error. |
Changes CMakeLists.txt in /src to this.
This is the new error that I get. Which is the error I was getting before I switched to using this project as a base. So I got nowhere.
Any thoughts/ideas are greatly appreciated. |
Second error is caused by the fact I forgot to put And that is caused by the fact I absolutely loathe video tutorials, my attention span just cannot handle them. Anyway; excellent work, great tutorial in all. Thank you. |
Downloading and doing
cmake --build build
after the configure command provides a memset_s undeclared error.Downloading wxWidgets and performing
cd ~/wxWidgets && mkdir buildOSX && cd buildOSX && ./configure --enable-debug && make -j3 && cd samples/minimal && make && open minimal.app
builds and launches minimal.app just fine.But even after building it that way I can't seem to figure out how to use it that way.
The text was updated successfully, but these errors were encountered: