mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 16:25:55 +03:00
[GH-ISSUE #932] [BUG] Error building on Windows #341
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#341
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @EvanAnderson on GitHub (Jul 15, 2024).
Original GitHub issue: https://github.com/lldap/lldap/issues/932
Describe the bug
Doing a
cargo buildon Windows 10 x64 running Rust 1.79 x86_64-pc-windows-msvc returns an error:To Reproduce
Execute
cargo buildon WindowsExpected behavior
The build to succeed.
Workaround
Commented-out lines 239 - 242 of configration.rs.
@nitnelave commented on GitHub (Jul 17, 2024):
Well met from HN ;)
Ah, I thought that
if cfg!would do the right thing, but no, we need a conditional compilation, something likeDo you think you can make a PR for that?