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

[CPP]. Compilation Error on Windows Platform: Suggest Replacing pthread.h with std::thread and std::mutex for Cross-Platform Support" #349

Open
hongyan32 opened this issue Dec 28, 2024 · 1 comment

Comments

@hongyan32
Copy link

During the compilation process of the current project on the Windows platform, an error has emerged. It has been found that the project references "pthread.h", which is exclusive to the Unix platform. In order to make the project support cross-platform compatibility, it is recommended that "pthread.h" be substituted with "thread" and "mutex" from the std standard library.

Copy link

Hi, this is your first issue in the Apache TsFile project. Thanks for your report. Welcome to join the community!

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

1 participant