libgraphqlparser icon indicating copy to clipboard operation
libgraphqlparser copied to clipboard

Add support for building on Windows

Open zsims opened this issue 7 years ago • 7 comments

Per the README.md Linux or Mac OS are listed as requirements. It would be useful to support building on Windoes.

I gave it a try and there's a few errors, but I was able to hack something together.

zsims avatar Oct 21 '16 02:10 zsims

You may find #35 useful. I had some concerns with it in particular, but I'm not opposed to merging a maintainable PR for Windows support in general.

swolchok avatar Oct 24 '16 17:10 swolchok

Great, thanks for the reply. Will see if I can find some time. Is there any CI setup on this repo?

On Tue, Oct 25, 2016, 04:17 Scott Wolchok [email protected] wrote:

You may find #35 https://github.com/graphql/libgraphqlparser/pull/35 useful. I had some concerns with it in particular, but I'm not opposed to merging a maintainable PR for Windows support in general.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/graphql/libgraphqlparser/issues/39#issuecomment-255804935, or mute the thread https://github.com/notifications/unsubscribe-auth/ABrsEIQb23VxJG33dhHVWuGe4e56Zy1yks5q3Og6gaJpZM4Kcywy .

zsims avatar Oct 25 '16 18:10 zsims

Is there any CI setup on this repo?

Travis is supposed to be setup, but it doesn't seem to be working at this precise moment, which is odd.

swolchok avatar Oct 26 '16 18:10 swolchok

FYI you can build everything using the standard tools with mingw-w64.

jeroen avatar Jan 24 '17 23:01 jeroen

Hi, can be the libgraphqlparser.so file be executed in a windows environment? Does this have restrictions about arch and os? I'm not very experimentated with C++

deinok avatar Apr 05 '18 10:04 deinok

Any update on this? I'd like to use this in a Qt application that needs to work on Linux/Mac/Windows

dakejahl avatar Oct 30 '19 16:10 dakejahl

I am trying to ping you guys in order to shade some light on this. Is there any possibility to get it for Windows environment? As I see accoriding to documnetation still not. It seems there were some efforts from individuals but no one in success.

Sergio1C avatar Jul 07 '23 15:07 Sergio1C