----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55543/#review164375 -----------------------------------------------------------
Ship it! So many MSVC problems. - Andrew Schwartzmeyer On Jan. 29, 2017, 7:21 a.m., Alex Clemmer wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/55543/ > ----------------------------------------------------------- > > (Updated Jan. 29, 2017, 7:21 a.m.) > > > Review request for mesos, Andrew Schwartzmeyer, Daniel Pravat, and Joseph Wu. > > > Bugs: MESOS-6720 > https://issues.apache.org/jira/browse/MESOS-6720 > > > Repository: mesos > > > Description > ------- > > Before building Mesos on a Windows machine, it is necessary to set > `%PreferredToolArchitecture%` to the value `x64`. This is necessary to > work around (at least) two bugs in the MSVC backend: in particular, the > linker can sometimes take hours or days to link `mesos-x.x.x.lib`, and > the build system occasionally finds it self spuriously unable to find > file `mesos-x.x.x.lib` to link against. > > These issues are well-known and documented (e.g., in the official Mesos > "getting started" document), but it is better to simply refuse to build > Mesos at all on Windows unless that environment variable is set. > > This commit will introduce such a check. > > > Diffs > ----- > > cmake/CompilationConfigure.cmake 560935b81603dc58c167918d36e2ae0a4060673d > > Diff: https://reviews.apache.org/r/55543/diff/ > > > Testing > ------- > > > Thanks, > > Alex Clemmer > >
