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 bill.hoff...@kitware.comwrote:

 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.JPGhttps://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

[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] 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
build-dir/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 nickyper...@gmail.com 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
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 nickyper...@gmail.com 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
 build-dir/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 nickyper...@gmail.comwrote:

 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] 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 david.c...@kitware.com
To: Nicky Perian nickyper...@yahoo.com
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 nickyper...@yahoo.com 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 nickyper...@yahoo.com
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-vc80cpack 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 nickyper...@yahoo.com
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-vc80cpack 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-vc80cpack 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