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]: xqc_build.sh is ambiguous, and may cause unexpected compile failures #238

Open
Luffbee opened this issue Sep 1, 2022 · 1 comment
Assignees

Comments

@Luffbee
Copy link

Luffbee commented Sep 1, 2022

What happened?

The name of xqc_build.sh makes people think it's used to build (on any platform).
Worse yet, IT MODIFIES CMakeList.txt even if it fails, which is hard to notice.
Then the modified CMakeList.txt will cause compile failures later even if people find the right way to build.

Steps To Reproduce

run xqc_build.sh first, then follow README to build.

Relevant log output

No response

@Kulsk Kulsk self-assigned this Jul 12, 2023
@nixwl
Copy link

nixwl commented Jan 11, 2024

Hello !
I had run xqc_build.sh first,then follow README to build, after I run xqc_build.sh , shell shows:

use default ssl path: /home/nixwl/desktop/xquic/third_party/boringssl
ssl environment not exists

but when i run ./scripts/xquic_test.sh , i fails, this is the problem:
-- Could NOT find SSL (missing: SSL_LIBRARY_STATIC CRYPTO_LIBRARY_STATIC)

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

3 participants