-
Notifications
You must be signed in to change notification settings - Fork 613
Conversation
The gyp/test folder was excluded from the commit.
This is the same fix of Glenn Ruehle of 18/06/2013 on top of the update of gyp (SHA-1: a276d55)
@nethip @jasonsanjose |
Builds fine on OSX for me. @ficristo are you on Windows? Anybody here to build and smoke test the Linux build? I can do it in the evening, if nobody is available. |
@ingorichter I've tested on Windows 7. |
Finally I was able to set a VM with Linux. |
Currently Linux builds are getting spawned from linux-1547 |
I tested on that branch with an updated gyp and seems to works. |
With the last commit I can create the project on linux too. |
@nethip @ingorichter |
LGTM. I would build this branch on VS2010 as well before merging in. Good job @ficristo . Quite a no of changes actually! |
@ficristo I am getting following errors when I am building using VS2013.
|
The |
Thanks @ficristo |
@ficristo After merging your PRs I am getting following linker errors, upon building master.
|
I am on VS 2013. |
@nethip what VS version does the build machine use? Do we have a followup issue that addresses the build failure? |
@ingorichter Build machine is configured with VS2010. I think we need to build this on VS 2010 and see if works. I can ask RE to fire a build to check if it is building fine. VS 2015 build is going fine actually. It is just VS2013 that is failing. |
@nethip perhaps we should update the build machines to use VS2015. Which Xcode version do we use on the build machines? 7.3? |
@ingorichter Sure! We need to inform then RE about it. Mac build machine is configured with 10.9 and XCode 5.0. I think upgrading to VS 2015 is a lot easier. For Mac, the entire system needs to be upgraded. I will ping RE about it. Regarding the build failure. Really weird! If I manually add |
@ingorichter @ficristo I have raised a PR for this at #560 let me know if it looks good. |
This is necessary to support newer compiler (in my case VS2015).
I simply copied the upstream source to the gyp folder but I've excluded the gyp/test folder from the commit.