Skip to content
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

Mac Build #9

Merged
merged 5 commits into from
Mar 31, 2023
Merged

Mac Build #9

merged 5 commits into from
Mar 31, 2023

Conversation

konsumer
Copy link
Contributor

@konsumer konsumer commented Mar 31, 2023

Related to #8 and #7

This doesn't totally fix it, but it gets it to build.

  • it's macosx not macos
  • the checkout of webui you were using didn't have apple support
  • made sure passC comes before the compile. Not sure if this is needed, but should be slightly more "correct"

After this, it will build without error, but it still pops up a blank window, which might be related to API changes (see #7)

So, I think we can merge that PR and add these minor changes (maybe only switch to macosx) and it should work better, everywhere.

@konsumer
Copy link
Contributor Author

konsumer commented Mar 31, 2023

I also tested on a x86_64 mac. Same issue with blank window/no wait, but it's building ok there, too.

@konsumer
Copy link
Contributor Author

konsumer commented Mar 31, 2023

I tried forking @hassandraga's branch and making the small changes, and it built, but still had the same issue, so there may be more to it.

@neroist
Copy link
Contributor

neroist commented Mar 31, 2023

Thank you for this! I don't have a mac so I haven't been able to test webui on macos.

@neroist neroist merged commit 4d1f0bd into webui-dev:main Mar 31, 2023
@konsumer
Copy link
Contributor Author

Looking at upstream C lib, it has same problem with Macs (wait seems to be returning immediately) so I am going to try to fix things there, too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants