[CMake] One last try

2010-06-21 Thread Gerry Weaver
Hello All, I've been using cmake for many years. I must admit that I have always been somewhat bothered by the complexity of it, but it hasn't really become an issue until now. When Microsoft Visual Studio 2008 came out, I upgraded in order to get some new apis I needed. When I tried a cmake

Re: [CMake] One last try

2010-06-21 Thread Bo Thorsen
Den 21-06-2010 09:02, Gerry Weaver skrev: [...] 1. Is cmake supposed to support Visual Studio 2008 out of the box? I have been using cmake and VS2008 for a while without any problems on XP, Vista and Windows 7. There must be something really odd in your setup. When upgrading to 2008, did

Re: [CMake] One last try

2010-06-21 Thread Michael Jackson
What are the problems that you are are having? What errors does cmake produce? I use cmake with vs2008 every day on win 7 and win xp sp3 without any problems. - Mike Jackson www.bluequartz.net Principal Software Engineer mike.jack...@bluequartz.net BlueQuartz

Re: [CMake] One last try

2010-06-21 Thread Bill Hoffman
On 6/21/2010 3:02 AM, Gerry Weaver wrote: Hello All, ... 1. Is cmake supposed to support Visual Studio 2008 out of the box? 2. If not, is there support for Visual Studio 2010? 3. If not, is there a patch or fix for either of the above? cmake 2.8.1 msvc 2008 winxp sp4 Nmake Makefiles 1.

Re: [CMake] One last try

2010-06-21 Thread John Drescher
1. Is cmake supposed to support Visual Studio 2008 out of the box? Yes and it works well. I use this combination every day for the last 2 years. John ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [CMake] One last try

2010-06-21 Thread Gerry Weaver
@cmake.org Sent: Mon, 21 Jun 2010 08:12:49 -0500 Subject: Re: [CMake] One last try On 6/21/2010 3:02 AM, Gerry Weaver wrote: Hello All, ... 1. Is cmake supposed to support Visual Studio 2008 out of the box? 2. If not, is there support for Visual Studio 2010? 3. If not, is there a patch

Re: [CMake] One last try

2010-06-21 Thread John Drescher
On Mon, Jun 21, 2010 at 9:59 AM, Gerry Weaver ger...@compvia.com wrote: Hello All, Thank you for your replies. The cmake command fails when trying to compile the test file. It says it cannot find kernel32.lib. I can compile and link without cmake just fine. Any ideas? Thanks, -G Try

Re: [CMake] One last try

2010-06-21 Thread Bill Hoffman
On 6/21/2010 9:59 AM, Gerry Weaver wrote: Hello All, Thank you for your replies. The cmake command fails when trying to compile the test file. It says it cannot find kernel32.lib. I can compile and link without cmake just fine. Any ideas? Did you run this exact command line: cl foo.cxx

Re: [CMake] One last try

2010-06-21 Thread Gerry Weaver
Hello All, I think I have found the issue. When I ran cmake-gui (I never have before), it had a dll issue. When I copied the dll from another system, everything started working. I'm not sure what happened here as this was a fresh windoze install, but it seems to work now. It's odd that only