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

Windows Support #35

Closed
wants to merge 1 commit into from
Closed

Windows Support #35

wants to merge 1 commit into from

Conversation

marpaia
Copy link

@marpaia marpaia commented Aug 24, 2016

I had to make a few changes to CMakeLists.txt in order to get libgraphqlparser to build and install on Windows 10. I haven't explicitly tested this on *nix, but the travis tests are passing, so that's promising.

@ghost
Copy link

ghost commented Aug 24, 2016

Thank you for your pull request. As you may know, we require contributors to sign our Contributor License Agreement, and we don't seem to have you on file and listed as active anymore. In order for us to review and merge your code, please email [email protected] with your details so we can update your status.

@marpaia
Copy link
Author

marpaia commented Aug 24, 2016

I think something is wrong with the CLA. I used to work at Facebook, so my CLA should definitely be on file. This is what I see when I go to the CLA web form:

cla

@fredemmott
Copy link

In order for us to review and merge your code, please email [email protected] with your details so we can update your status.

We revoke employee CLAs when you become an ex-employee, as you have changed from contributing on behalf of your employer to contributing individually

FILE(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/c)
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR})

ADD_LIBRARY(graphqlparser SHARED
ADD_LIBRARY(graphqlparser
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it really necessary to build as a different flavor of library for Windows? I think this might break the Python/Go examples.

@marpaia
Copy link
Author

marpaia commented Sep 10, 2016

Hey, I switched gears to using https://github.com/graphql-go/graphql. This is a cool project, so I'd love to come back to using it one of these days, but I'm going to close this for now in interest of keeping the PR list clean and if I have a chance to invest time in doing this right, I'll re-open.

@marpaia marpaia closed this Sep 10, 2016
cgrinker added a commit to OffByOneStudios/libgraphqlparser that referenced this pull request May 23, 2017
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

Successfully merging this pull request may close these issues.

3 participants