Re: [CMake] Visual Studio rebuilding ZERO_CHECK

2012-06-13 Thread Nicky Perian
This might help. Anyway worth a try.


http://stackoverflow.com/questions/10972324/vs2010-c-solution-last-built-state
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] VS2010 Enable Managed Incremental Build

2012-06-11 Thread Nicky Perian
I don't know. I'll see if I can find one.

On Mon, Jun 11, 2012 at 3:09 PM, Bill Hoffman wrote:

> On 6/10/2012 9:02 PM, Nicky Perian wrote:
>
>> Is there a CMAKE variable to cause this to be set in the VS2010
>> solution? If so, what is it?
>> If not, is it a doable feature?
>>
>> Graphic of VS2010 showing where set
>> https://dl.dropbox.com/u/**7833186/Enable_Managed_**Incremental_Build.JPG<https://dl.dropbox.com/u/7833186/Enable_Managed_Incremental_Build.JPG>
>>
>>
>>  What is the command line option to turn that on?
>
> -Bill
>
>
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

[CMake] VS2010 Enable Managed Incremental Build

2012-06-10 Thread Nicky Perian
Is there a CMAKE variable to cause this to be set in the VS2010 solution?
If so, what is it?
If not, is it a doable feature?

Graphic of VS2010 showing where set
https://dl.dropbox.com/u/7833186/Enable_Managed_Incremental_Build.JPG
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Cmake hangs on testing -- Check for working C compiler using: Visual Studio 10

2012-02-18 Thread Nicky Perian
Now I don't know what is happening. This is no longer working. Back to
hanging up.

On Sun, Feb 19, 2012 at 7:59 AM, Nicky Perian  wrote:

> Mantis == 0011968: cmake uses wrong project-guid entry (Visual Studio
> 2010): "ProjectGUID"
>
> This is marked minor. The solution is in deed minor. The steps to the
> solution are anything but.
>
> Find in Files "ProjectGUID" Replace "ProjectGuid" in
> /CMakeFiles/*.*
>
> Rerun your generator and the solutions is made.
>
> Should be able to build your solution
>
>
>
> On Sun, Feb 19, 2012 at 2:53 AM, Nicky Perian wrote:
>
>> This hang happened after installing Visual Studio 10 Service Pack 1.
>>
>> Is there a known workaround for this?
>>
>>
>>
>
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Cmake hangs on testing -- Check for working C compiler using: Visual Studio 10

2012-02-18 Thread Nicky Perian
Mantis == 0011968: cmake uses wrong project-guid entry (Visual Studio
2010): "ProjectGUID"

This is marked minor. The solution is in deed minor. The steps to the
solution are anything but.

Find in Files "ProjectGUID" Replace "ProjectGuid" in
/CMakeFiles/*.*

Rerun your generator and the solutions is made.

Should be able to build your solution


On Sun, Feb 19, 2012 at 2:53 AM, Nicky Perian  wrote:

> This hang happened after installing Visual Studio 10 Service Pack 1.
>
> Is there a known workaround for this?
>
>
>
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

[CMake] Cmake hangs on testing -- Check for working C compiler using: Visual Studio 10

2012-02-18 Thread Nicky Perian
This hang happened after installing Visual Studio 10 Service Pack 1.

Is there a known workaround for this?
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] What can cause cmake (2.8.4 and 7) to fail after upgrade of Visual Studio 10 Express to Professional? stackoverflow question. posting here

2012-02-12 Thread Nicky Perian
Solved by uninstalling all versions of Visual Studio and reinstalling
Visual Studio 10 Professional.

On Sun, Feb 12, 2012 at 4:03 PM, Nicky Perian  wrote:

>
>
> C:\Users\\lindenhg\3p\hacd-k-wip\buil>cmake -G"Visual Studio 10"
> ../Source
>
> -- Check for working C compiler using: Visual Studio 10
>
> Gets to here, hangs, and I ctrl-c out.
>
> An nmake project will complete including the test above.
>
> After ctrl-c out, I can cd to
> C:\Users\\lindenhg\3p\hacd-k-wip\buil\CMakeFiles\CMakeTmp>
>
> Then, cl testCCompiler.c and the program compiles against the cl.exe in
> Visual Studio 10/vc/bin with no hiccups.
>
> Uninstalled and reinstalled cmake.
>
> Before with express only cmake gave no problems.
>
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

[CMake] What can cause cmake (2.8.4 and 7) to fail after upgrade of Visual Studio 10 Express to Professional? stackoverflow question. posting here

2012-02-12 Thread Nicky Perian
C:\Users\\lindenhg\3p\hacd-k-wip\buil>cmake -G"Visual Studio 10"
../Source

-- Check for working C compiler using: Visual Studio 10

Gets to here, hangs, and I ctrl-c out.

An nmake project will complete including the test above.

After ctrl-c out, I can cd to
C:\Users\\lindenhg\3p\hacd-k-wip\buil\CMakeFiles\CMakeTmp>

Then, cl testCCompiler.c and the program compiles against the cl.exe in
Visual Studio 10/vc/bin with no hiccups.

Uninstalled and reinstalled cmake.

Before with express only cmake gave no problems.
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] SET (CPACK_PACKAGE_INSTALL_REGISTRY_KEY)

2010-09-22 Thread Nicky Perian
What do you hope to achieve by setting this value?

Trying to have Cpack see the currently installed NSIS program.
Stopped setting CPACK_PACKAGE_INSTALL_REGISTRY_KEY and still have the same 
error.  Cpack cannot find the installed and in path Unicode\makensis.exe





From: David Cole 
To: Nicky Perian 
Cc: cmake@cmake.org
Sent: Mon, September 20, 2010 12:32:48 PM
Subject: Re: [CMake] SET (CPACK_PACKAGE_INSTALL_REGISTRY_KEY)

Why are you trying to set "CPACK_PACKAGE_INSTALL_REGISTRY_KEY "?

What do you hope to achieve by setting this value?

My suggestion is NOT to set it.
Or to set it to something like "My Software Package Name".

There is no reason you should be trying to set it to 
HKEY_LOCAL_MACHINE/SOFTWARE/NSIS/Unicode -- that will not do anything useful 
for 
you.




On Mon, Sep 20, 2010 at 1:14 PM, Nicky Perian  wrote:

Per suggestions; changed SET to below. Cpack still cannot find the registry key.
> SET (CPACK_PACKAGE_INSTALL_REGISTRY_KEY 
>HKEY_LOCAL_MACHINE"/SOFTWARE//NSIS/Unicode")
>
>
>
____
 From: Nicky Perian 
>To: cmake@cmake.org
>Sent: Fri, September 17, 2010 12:59:08 PM
>Subject: SET (CPACK_PACKAGE_INSTALL_REGISTRY_KEY)
>
>
>I have tried many variations to the HKEY_LOCAL_MACHINE setting and am unable 
>to 
>get a run through of Cpack.
>I know it must be something simple I am missing. 
>I need help with this. 
>I am on a windows 7 / 64bit machine. NSIS is unicode and installed in the 32 
>bit 
>program files directory.
>Thanks,
>CMakeLists.txt:
>if (WINDOWS)
># build a CPack driven installer package
>SET (CPACK_GENERATOR "NSIS")
>SET (CPACK_PACKAGE_INSTALL_REGISTRY_KEY  
>HKEY_LOCAL_MACHINE"/SOFTWARE/Wow6432Node/NSIS/Unicode")
>include (InstallRequiredSystemLibraries)
>include (CPack)
>endif (WINDOWS)
>
>
>CPackConfig.cmake: (snip)
>SET(CPACK_BINARY_NSIS "")
>.
>.
>SET(CPACK_CMAKE_GENERATOR "Visual Studio 8 2005")
>.
>.
>SET(CPACK_PACKAGE_INSTALL_REGISTRY_KEY 
>"HKEY_LOCAL_MACHINE"/SOFTWARE/Wow6432Node/NSIS/Unicode"")
>
>
>Output:
>C:\Phoenix\phoenix-work\indra\build-vc80>cpack cpackconfig.cmake
>CPack Error:  Cannot find NSIS registry value. This is usually caused by NSIS 
>not
> being installed. Please install NSIS from http://nsis.sourceforge.net
>CPack Error: Cannot initialize the generator NSIS
>
>
>___
>Powered by www.kitware.com
>
>Visit other Kitware open-source projects at 
>http://www.kitware.com/opensource/opensource.html
>
>Please keep messages on-topic and check the CMake FAQ at: 
>http://www.cmake.org/Wiki/CMake_FAQ
>
>Follow this link to subscribe/unsubscribe:
>http://www.cmake.org/mailman/listinfo/cmake
>



  ___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] SET (CPACK_PACKAGE_INSTALL_REGISTRY_KEY)

2010-09-20 Thread Nicky Perian
Per suggestions; changed SET to below. Cpack still cannot find the registry key.
 SET (CPACK_PACKAGE_INSTALL_REGISTRY_KEY 
HKEY_LOCAL_MACHINE"/SOFTWARE//NSIS/Unicode")



____
From: Nicky Perian 
To: cmake@cmake.org
Sent: Fri, September 17, 2010 12:59:08 PM
Subject: SET (CPACK_PACKAGE_INSTALL_REGISTRY_KEY)


I have tried many variations to the HKEY_LOCAL_MACHINE setting and am unable to 
get a run through of Cpack.
I know it must be something simple I am missing. 
I need help with this. 
I am on a windows 7 / 64bit machine. NSIS is unicode and installed in the 32 
bit 
program files directory.
Thanks,
CMakeLists.txt:
if (WINDOWS)
# build a CPack driven installer package
SET (CPACK_GENERATOR "NSIS")
SET (CPACK_PACKAGE_INSTALL_REGISTRY_KEY 
HKEY_LOCAL_MACHINE"/SOFTWARE/Wow6432Node/NSIS/Unicode")
include (InstallRequiredSystemLibraries)
include (CPack)
endif (WINDOWS)

CPackConfig.cmake: (snip)
SET(CPACK_BINARY_NSIS "")
.
.
SET(CPACK_CMAKE_GENERATOR "Visual Studio 8 2005")
.
.
SET(CPACK_PACKAGE_INSTALL_REGISTRY_KEY 
"HKEY_LOCAL_MACHINE"/SOFTWARE/Wow6432Node/NSIS/Unicode"")

Output:
C:\Phoenix\phoenix-work\indra\build-vc80>cpack cpackconfig.cmake
CPack Error:  Cannot find NSIS registry value. This is usually caused by NSIS 
not
 being installed. Please install NSIS from http://nsis.sourceforge.net
CPack Error: Cannot initialize the generator NSIS



  ___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

[CMake] SET (CPACK_PACKAGE_INSTALL_REGISTRY_KEY)

2010-09-17 Thread Nicky Perian
I have tried many variations to the HKEY_LOCAL_MACHINE setting and am unable to 
get a run through of Cpack.
I know it must be something simple I am missing. 
I need help with this. 
I am on a windows 7 / 64bit machine. NSIS is unicode and installed in the 32 
bit 
program files directory.
Thanks,
CMakeLists.txt:
if (WINDOWS)
# build a CPack driven installer package
SET (CPACK_GENERATOR "NSIS")
SET (CPACK_PACKAGE_INSTALL_REGISTRY_KEY 
HKEY_LOCAL_MACHINE"/SOFTWARE/Wow6432Node/NSIS/Unicode")
include (InstallRequiredSystemLibraries)
include (CPack)
endif (WINDOWS)

CPackConfig.cmake: (snip)
SET(CPACK_BINARY_NSIS "")
.
.
SET(CPACK_CMAKE_GENERATOR "Visual Studio 8 2005")
.
.
SET(CPACK_PACKAGE_INSTALL_REGISTRY_KEY 
"HKEY_LOCAL_MACHINE"/SOFTWARE/Wow6432Node/NSIS/Unicode"")

Output:
C:\Phoenix\phoenix-work\indra\build-vc80>cpack cpackconfig.cmake
CPack Error: Cannot find NSIS registry value. This is usually caused by NSIS not
 being installed. Please install NSIS from http://nsis.sourceforge.net
CPack Error: Cannot initialize the generator NSIS


  ___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake