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

Support for windows (Clang or MSVC) build #768

Open
Doug-Milne opened this issue Jun 6, 2024 · 2 comments
Open

Support for windows (Clang or MSVC) build #768

Doug-Milne opened this issue Jun 6, 2024 · 2 comments

Comments

@Doug-Milne
Copy link

We are evaluating the use of CEL-CPP for use in a windows based application. The codelabs readme and various #ifdefs seem to indicate that it should build with Visual Studio but we found a number of small (and obvious) problems trying to build the codelabs on windows.

Once we resolved the smaller issues we noticed a significant number of C++20 related issues using the Microsoft compiler. We were able to build it using Clang on windows and we are using that for our prototyping.

Are there any regular builds using windows (CLang or MSVC)?

It looks like the last release was over a year ago, is there an intention to support a windows build with official releases?

@jcking
Copy link
Collaborator

jcking commented Jun 6, 2024

The intention is to eventually support GCC, Clang, and MSVC. GCC and Clang are regularly tested on Linux. Clang on Windows and MSVC not so much, though we probably will eventually.

@Doug-Milne
Copy link
Author

It looks like the project is open to contributions, do you see an issue with our team providing fixes for Windows specific issues (assuming that we arrange for the CLA)?

What's the criteria for an official release (I'm asking because it's been a long time since the last one)?

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