-
Notifications
You must be signed in to change notification settings - Fork 50
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] Support Windows compilation #100
Comments
Hi, this is your first issue in the Apache TsFile project. Thanks for your report. Welcome to join the community! |
Hi, Chris is working on it and I think it almost finished. |
Chris almost finished the job, so do we still need to support visual studio compilation? |
I had issues with the build not working with Visual Studio ... so I wen't back to MinGW ... but that's now finished. So don't expect any updates on that PR ;-) I think the next thing where we will need to work on, is having unit-tests being run by the maven build, but that's a new topic then. |
I enabled the Windows runners to also run the cpp ... ran into a tiny compilation problem on them ... fixed that ... now we should be ready to go. |
The TsFile-CPP can only be comiled on unix currently.
Compilation on Windows should be supported.
The text was updated successfully, but these errors were encountered: