Skip to content

Commit

Permalink
Added a warning about VS 2013 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
tritao committed Apr 30, 2014
1 parent e896068 commit ec6147f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ LLVM `r202563` / Git mirror revision `c9bf74fdc543c2da90f334e0bf8e34b128c8a615`.

Clang `r202562` / Git mirror revision `30577e6c4f5ba66b8dc832ed9955b1a7475f788a`.

It has been reported that running the solution upgrade process under VS 2013 breaks the build due
to an incompatibility of .NET versions between projects (4.5 and 4.0). If you experience this
problem you can change the targetted .NET version of the projects to be the same or just do not
run the upgrade process after generation.

## Compiling on Mac OS X (experimental)

1. Clone CppSharp to `<CppSharp>`
Expand Down

7 comments on commit ec6147f

@tritao
Copy link
Collaborator Author

@tritao tritao commented on ec6147f Apr 30, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity CppSharp :: OSX-Make Build 412 is now running

@tritao
Copy link
Collaborator Author

@tritao tritao commented on ec6147f Apr 30, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity CppSharp :: VS2012 Build 1079 is now running

@tritao
Copy link
Collaborator Author

@tritao tritao commented on ec6147f Apr 30, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity CppSharp :: VS2012 Build 1079 outcome was FAILURE
Summary: Compilation error: build\vs2012\projects\CppSharp.Parser.vcxproj (new); compilation error: build\vs2012\CppSharp.sln (new); compilation error: build\vs2012\projects\CppSharp.CppParser.vcxproj (new) Build time: 0:0:0

@tritao
Copy link
Collaborator Author

@tritao tritao commented on ec6147f Apr 30, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity CppSharp :: VS2012_NewParser Build 63 is now running

@tritao
Copy link
Collaborator Author

@tritao tritao commented on ec6147f Apr 30, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity CppSharp :: VS2012_NewParser Build 63 outcome was FAILURE
Summary: Compilation error: build\vs2012\projects\CppSharp.CppParser.vcxproj; compilation error: build\vs2012\CppSharp.sln; compilation error: build\vs2012\projects\CppSharp.Parser.vcxproj Build time: 0:0:0

@tritao
Copy link
Collaborator Author

@tritao tritao commented on ec6147f May 4, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity CppSharp :: OSX-Make Build 419 is now running

@tritao
Copy link
Collaborator Author

@tritao tritao commented on ec6147f May 4, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity CppSharp :: OSX-Make Build 419 outcome was SUCCESS
Summary: Running Build time: 0:0:0

Please sign in to comment.