Aaron Nowack
writes:
> Has anyone been able to get the newest cmake release (2.8.11.2) working
> with Visual Studio 2013 Express RC?
Since yesterday, the newest cmake release is 2.8.12.
--
Powered by www.kitware.com
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.o
Has anyone been able to get the newest cmake release (2.8.11.2) working
with Visual Studio 2013 Express RC? I've been trying yet cmake cannot
identify the C/CXX compilers, "The CXX compiler identification is unknown".
Anyone have any suggestions?
On Tue, Oct 8, 2013 at 6:37 AM, Robert Maynard
wro
The VisualStudio12 Generator file is for Visual Studio 2013. CMake
numbers the Visual Studio Generators based on MSC_VER number, not the
year in the products name.
On Mon, Oct 7, 2013 at 10:13 PM, Doug wrote:
> Interesting that it works for you. Are you definitely using VS2012, not the
> VS201
Interesting that it works for you. Are you definitely using VS2012, not the
VS2013 release candidate?
I believe the issue I'm experiencing is related to:
http://public.kitware.com/Bug/view.php?id=14369
http://msdn.microsoft.com/en-us/library/vstudio/hh162058%28v=vs.120%29.aspx
Ie. In VS2013 the t
I am running CMake 2.8.10.1 on Windows 7 x64 (inside a VM) and have Visual
Studio 2012 Express installed (SP2 level) and I can definitely configure my
project with CMake, open the solution file and build with VS express. Possibly
the differentiating factor is that I also installed the "Windows S
Oh, thank you~
I was just trying the nightly builds in the hopes that they had a fix with
no luck, but you're right, generating a VS2011 project did work.
The 2012 generator is still broken in the nightlies, both for pro and
express though as far as I can tell.
~
Doug.
On Mon, Oct 7, 2013 at 1
Hi,
Anyway, long story short: I'm fairly certain that its currently not
possible to build cmake projects with visual studio express 2012 on
windows 7.
Use CMake 2.8.11 and it will work, there seems to be a fix in there.
Had to use the VS2011 generator but it works. Test in a Windows 7 x64
virtu
I installed visual studio express on a brand new windows 7 machine
yesterday (brand new installed; liteally all it has on it is visual studio
express 12 and cmake), and I encountered similar troubles.
1) As described in this thread, msbuild wasn't found by default:
http://stackoverflow.com/questio
There must have been a problem with my Visual Studio install. I "repaired"
Visual Studio 2012 and everything is working now. (As the machine was
restarting, I realized I still had the same project open in VS 2008, which
may have been the whole problem.) Wish the error messages were more
instruct
Do you have any machines that have more than one Visual Studio Express
installed on it. That is the only differentiator I can think of. That or
I am just stupid and not using CMake right. I have selected Visual Studio
11 (_not_ Win64 or ARM). Other than that, I am doing everything just like
I d
Hello,
Did you start Visual studio 2012 before opening the solution file the first
time? Maybe it wanted to be configured or something first.
We have a bunch of projects and they can all be loaded in visual studio 2012
(express). In case you never managed to open visual studio 2012 projects
gen
I use VS2012 express with CMake and it works just fine. So not sure what the
problem could be.
___
Mike JacksonPrincipal Software Engineer
BlueQuartz SoftwareDayton, Ohio
mike.jack...@bluequartz
On 9/12/2013 11:17 AM, Clark Taylor wrote:
Sorry if this is a duplicate question, but...
I have been using CMake for a project and it works great with Visual
Studio 2008 Express and on Linux. I recently installed VS 2012 Express
on my machine (VS 2008 is still installed), and installed CMake 2.8.
Sorry if this is a duplicate question, but...
I have been using CMake for a project and it works great with Visual Studio
2008 Express and on Linux. I recently installed VS 2012 Express on my
machine (VS 2008 is still installed), and installed CMake 2.8.11.2
(downloaded yesterday) to have VS2012 s
14 matches
Mail list logo