Closed GoogleCodeExporter closed 9 years ago
For luvit.io I used the following patch to work around this.
Original comment by brandon....@gmail.com
on 10 Jun 2012 at 5:17
Attachments:
I improved the patch a bit.
Original comment by brandon....@gmail.com
on 10 Jun 2012 at 7:30
Attachments:
Good patch. Code looks correct to me; you may wish to ask around to see if
other Visual Studio compiler versions are similarly broken, e.g. VM2005, 2003,
etc. That done I recommend that you submit your patch to this project for
review.
The use case for downgrading this to a warning (or providing an option that
downgrades it to a warning) is when the gyp author does not control the whole
source repository and there are source files in different directories with the
same name. This is the case here at VMware, and I'm sure lots of other sites.
Original comment by steve.ha...@gmail.com
on 29 Jun 2012 at 12:24
Hi there.
In gyp r1947 and later, you can opt out this validation with
'--no-duplicate-basename-check' GYP option. With this change, let me close
this issue as Fixed.
See the following threads about the discussion behind r1947.
https://groups.google.com/d/msg/gyp-developer/DP6ZWsDkW4o/e2IFn8-5lAYJ
https://groups.google.com/d/msg/gyp-developer/qQ7RxD7yCUg/GRn7AbUtygAJ
Hopefully this validation will be retired gradually (opt-in -> opt-out ->
removed), but I'm not sure when it will happen though.
Original comment by yukawa@chromium.org
on 25 Jun 2014 at 2:10
Original issue reported on code.google.com by
steve.ha...@gmail.com
on 4 May 2012 at 11:21