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

[Bug]: windows 系统下编译失败? #411

Closed
fashion1840 opened this issue Apr 17, 2024 · 1 comment
Closed

[Bug]: windows 系统下编译失败? #411

fashion1840 opened this issue Apr 17, 2024 · 1 comment

Comments

@fashion1840
Copy link

fashion1840 commented Apr 17, 2024

What happened?

按照”Platforms.md“文档中windows 编译xquic 失败了

windows 10
visual studio 2019
xquic 1.7.1

Steps To Reproduce

使用boringssl 可以正常编译出lib来,按下面的步骤编译xquic工程:

step 3:build xquic
mkdir build
cd build
cmake -DCMAKE_GENERATOR_PLATFORM=x64 -DBUILD_SHARED_LIBS=OFF -DSSL_TYPE="boringssl" -DSSL_PATH="E:\demos\lsquic\boringssl" ..
MSBuild.exe xquic.vcxproj

2024-04-17_155802

2024-04-17_155552

2024-04-17_155656

Relevant log output

No response

@Yanmei-Liu
Copy link
Collaborator

Fixed by PR #413 (merged)

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

No branches or pull requests

2 participants