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: Build with VS2014 #72

Closed
wilhelmberg opened this issue Nov 2, 2014 · 3 comments
Closed

Windows: Build with VS2014 #72

wilhelmberg opened this issue Nov 2, 2014 · 3 comments
Labels

Comments

@wilhelmberg
Copy link
Contributor

@springmeyer @brianreavis

I'm starting on migrating to VS2014/MSBuild14 right now.
Which branch should I work on? gdal-1.11.1?

Thinking about other projects using node-gdal, that are not yet up to VS2014, it might be useful to introduce a switch somewhere to build with VS2013 as default and with VS 2014 only if a special flag is passed.
What do you think?

@wilhelmberg
Copy link
Contributor Author

Local compile is successfull, all 459 tests pass.

I've created a new branch (vc140) based on gdal-1.11.1.

I've created a new branch because I just realized that we need to compile against our own node.lib and the changes might be bigger than I thought.

@springmeyer
Copy link
Collaborator

Yes: we will need to compile and link against our own node devel headers/lib. Need to think about this more. Locally you can do this by passing --nodedir flag but ideally I can also come up with a node-pre-gyp solution to also be able to install from binaries and choose wither 2013 or 2014. Going to be. Tricky...

@springmeyer
Copy link
Collaborator

done in #77

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants