Skip to content

please help compiling on windows #1192

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

Closed
wants to merge 1 commit into from

Conversation

jmikedupont2
Copy link

Hi all, I had a bunch of errors like

 --> crossbeam-epoch\src\sync\once_lock.rs:1:1
  |
1 | ../../../crossbeam-utils/src/sync/once_lock.rs
  | ^^ expected item

Assuming they are some autoconfig that that failed on windows,
Here are my patches to compile, a hack. let me know if you know how to fix this
thanks,
mike

@taiki-e
Copy link
Member

taiki-e commented Apr 26, 2025

Duplicate of #752

You probably need to enable core.symlinks in git. (e.g., git config --global core.symlinks true)

(If you are using a crate uploaded to crates.io, the symlink should have been converted to a regular file, so I don't think you will have this problem.)

@taiki-e taiki-e closed this Apr 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants