-
Type: Bug
-
Resolution: Done
-
Priority: Minor - P4
-
None
-
Affects Version/s: 2.6.1
-
Component/s: Build
-
None
-
Windows
-
Server 2.7.2
Hi,
I have downloaded the source code of Mongo 2.6.1 and I tried to compile it under VS2010. Here is how I downloaded the code:
git clone git://github.com/mongodb/mongo.git
cd mongo
git checkout r2.6.1
I then opened a VS 2010 command prompt and executed the following commands:
cd src
msbuild vs2010_mongodb.sln /p:Configuration=Win2008PlusRelease /p:Platform=x64 > out.txt
The compilation failed. See the attached log file. Note that I was able to compile it with scons. But, since what I wanted to do was to use the VS profiler against Mongo to understand a performance degradation of the aggregation framework, this does not help me. It needs to be compilable in VS for the profiler to be usable.
Regards,
Maxime