mstorsjo / msvc-wine

Scripts for setting up and running MSVC in Wine on Linux
Other
684 stars 83 forks source link

Installation failed on macOS: Too many levels of symbolic links #66

Closed huangqinjin closed 1 year ago

huangqinjin commented 1 year ago

macOS uses a case-insensitive filesystem.

mstorsjo commented 1 year ago

This issue should be fixed by the commits in https://github.com/mstorsjo/msvc-wine/commits/macos (which also adds a CI setup for this case). If you think those commits look fine, I could push them to the master branch.

huangqinjin commented 1 year ago

@mstorsjo LGTM!

huangqinjin commented 1 year ago

Could you please enable CI on pull request?

mstorsjo commented 1 year ago

@mstorsjo LGTM!

Thanks; I pushed the fix commit to master now. I didn't include the one adding it to CI yet though as I wasn't sure if the changes in #65 can be fixed to work the same on non-Linux (but you can carry it in your branch temporarily to try it out).

(I haven't had time to read up on your responses on #65 yet - sorry about that!)

Could you please enable CI on pull request?

Let's see - I pushed dec92137a36597e35c75d5c602f704e28a252482 now, can you try to rebase on top of that?

huangqinjin commented 1 year ago

As I stated in https://github.com/mstorsjo/msvc-wine/pull/65#issuecomment-1531747302 , using fifo works on macOS. So kindly push the CI changes, than I will rebase on top of it.

mstorsjo commented 1 year ago

As I stated in #65 (comment) , using fifo works on macOS. So kindly push the CI changes, than I will rebase on top of it.

Ok, that's done in c64b8f94ce9a6a2be5f5cdc4ae1e0d6f6503b028 now.

huangqinjin commented 1 year ago

Thanks for the fix!