-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/65957/#review198835
-----------------------------------------------------------


Fix it, then Ship it!





docs/windows.md
Line 17 (original), 17 (patched)
<https://reviews.apache.org/r/65957/#comment279081>

    I don't think "unpaid" can be used in that way. "free of charge" works.



docs/windows.md
Lines 99 (patched)
<https://reviews.apache.org/r/65957/#comment279082>

    Ninja will pick the first compiler that's in your `$PATH`, so it picked GCC 
for me. You should mention that you can fix that by setting CC and CXX 
environmental variables like `$env:CC=$(Get-Command).Source` and 
`$env:CXX=$(Get-Command cl).Source`


- Akash Gupta


On March 7, 2018, 8:58 p.m., Andrew Schwartzmeyer wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/65957/
> -----------------------------------------------------------
> 
> (Updated March 7, 2018, 8:58 p.m.)
> 
> 
> Review request for mesos, Akash Gupta, Benjamin Bannier, Jeff Coffler, Eric 
> Mumau, and Joseph Wu.
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> This notes that Developer Mode is required for non-admin symlinks,
> removes reference to the close JIRA epic, and adds information on how
> to build with Ninja on Windows.
> 
> 
> Diffs
> -----
> 
>   docs/windows.md cf2c7c230ec9fc062b4a4fe721d7669ef646253c 
> 
> 
> Diff: https://reviews.apache.org/r/65957/diff/1/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Andrew Schwartzmeyer
> 
>

Reply via email to