-
Notifications
You must be signed in to change notification settings - Fork 22
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 MacOS #62
Labels
Comments
This app uses some linux and windows-specific interfaces, and requires a porting effort to work on mac. It's not supported yet. |
Found a way to use it on Mac (I have a M1 MacBook Pro, but I think this may apply to x86_64 as well). It is a slightly modified version of Rangi42/tilemap-studio#21 reply from @mRamiroGonzalez.
To open files from your Mac, just browse the Z: disk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MacOS Monterey 12.3.1 (latest)
Installed dependencies from the linux section of INSTALL.md that I could, but running make after the export to path step fails with this error:
In file included from src/event.cpp:11: src/main-window.h:120:2: error: unknown type name 'Pixmap' Pixmap _icon_pixmap, _icon_mask; ^ 1 error generated. make: *** [tmp/event.o] Error 1
The text was updated successfully, but these errors were encountered: