编译示例时总是出错
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 30.6k
- Forks
- 2.1k
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 72
Description
编译github 上面下载到的egui示例是,进行编译 总是 提示 error: linking with x86_64-w64-mingw32-gcc failed: exit code: 1
平台是 windows10 rust16.5 尝试了 stable-x86_64-pc-windows-msvc 和 stable-x86_64-pc-windows-gnu ,
gcc 尝试了 mingw64 8.1 以及最先的msys64 . msvc 用的 Microsoft Visual Studio
都出现这个错误
目前.希望获得的帮助
- egui 是否完美的支持在 windows 系统下编译
- 如果支持 能否提供编译环境搭建方面的建议帮助信息.
对于帮助我的人.表示感谢!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source file or failing test is identified. Start by reproducing the egui example build on Windows 10 with Rust 1.65 using the MSVC and GNU targets, then inspect the complete linker output rather than the reported exit code. Done means identifying the environment-specific cause and documenting whether Windows builds are supported and which setup works.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- build-system, desktop
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100