Re: [CMake] CPack isn't working - getting Internal CMake error

2013-03-04 Thread Steve Andrews
That's it. Making a package works now. I thought it was something trivial, but I didn't know what. Thank you very much! -Steve On Mon, Mar 4, 2013 at 2:06 PM, David Cole wrote: > Sounds like a permissions problem. Did you previously run “sudo make > install” in the same build tree? (And no

Re: [CMake] HTTP Content-Length missing

2013-03-04 Thread Jean-Christophe Fillion-Robin
Submit failed, waiting 5 seconds... > ... >Error when uploading file: /home/solar/project/Testing/** > 20130304-1755/Build.xml >Error message was: The requested URL returned error: 403 >Problems when submitting via HTTP > Errors while running CTest > make[3]: *** [CMak

[CMake] RE: CPack isn't working - getting Internal CMake error

2013-03-04 Thread David Cole
Sounds like a permissions problem. Did you previously run “sudo make install” in the same build tree? (And now you’re trying “make package” without the sudo...?) Or something like that? From: sandrews Sent: ‎March‎ ‎4‎, ‎2013 ‎2‎:‎11‎ ‎PM To: cmake@cmake.org Subject: [CMake] CPack isn't

Re: [CMake] How does cmake find its compiler?

2013-03-04 Thread Alexander Neundorf
On Monday 04 March 2013, Daniel Russel wrote: > I'm not very clear on how cmake chooses which compiler it uses by default. > Specifically, we have a system where a there is an old version of gcc > installed in the system and then a newer version installed elsewhere, but > in the PATH (so running g+

[CMake] CPack isn't working - getting Internal CMake error

2013-03-04 Thread sandrews
Hi CMake experts, I'm trying to create a package with CPack and it's not working, so I'm hoping that someone can help me. I have a reasonably lengthy CMakeLists.txt file, all of which works well. My software finds libraries, makes, installs, etc. At the end, I tacked on the line: include(CPack

Re: [CMake] When will 2.8.11 be released?

2013-03-04 Thread Robert Maynard
Hi, We are currently stabilizing CMake and planning on releasing the first release candidate of 2.8.11 'soon' On Mon, Mar 4, 2013 at 5:50 AM, hce wrote: > Hi, > > When will CMake 2.8.11 be released (Scheduled For Release 2013-01-30)? > > The following bug Target Version is 2.8.11, is it still

Re: [CMake] Visual Studio and Pure C application

2013-03-04 Thread Totte Karlsson
On 2/27/2013 12:50 AM, Rolf Eike Beer wrote: project(simple C) Eike That worked perfect! Thanks, Totte -- 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: ht

[CMake] HTTP Content-Length missing

2013-03-04 Thread Martin Baute
mit failed, waiting 5 seconds... ... Error when uploading file: /home/solar/project/Testing/20130304-1755/Build.xml Error message was: The requested URL returned error: 403 Problems when submitting via HTTP Errors while running CTest make[3]: *** [CMakeFiles/Experimental] Error

[CMake] How does cmake find its compiler?

2013-03-04 Thread Daniel Russel
I'm not very clear on how cmake chooses which compiler it uses by default. Specifically, we have a system where a there is an old version of gcc installed in the system and then a newer version installed elsewhere, but in the PATH (so running g++ or gcc finds the new version). However, cmake use

[CMake] Cmake, Ctest, git pipeline

2013-03-04 Thread Casey Basichis
Hi, I am just getting started with Cmake, Ctest etc. I've been reading a ton of tutorials. I don't have any experience in setting up a dev pipeline. My platform is iOS, practically all the code is C++. I'd like to set up my system to * Do nightly builds and unit tests and valgrind * Check out

Re: [CMake] Error compiling VTK example

2013-03-04 Thread a.c.sant
Strange, from the Nabble group page I can see the output. Anyway, I posted the question here because of this error: It seemed to me something related to CMake. I will post the question in the VTK mailing list too, as you suggested. Thanks! David Doria-2-3 wrote > On Mon, Mar 4, 2013 at 4:48 AM

[CMake] How to add a third party boost, xerces, cppunit library

2013-03-04 Thread Shubham Trivedi
Hi all, I am building a project I would like to add 3 libraries from a different directory to the cmake. Here is the heirarchy: CMake directory: /trunk/src/hcp/CMakelists.txt Boost : /trunk/vendor/boost/libboost_wserialization.a Xerces : /trunk/vendor/xerces/linux/lib/libxerces-c.a Cppunit : /

Re: [CMake] Error compiling VTK example

2013-03-04 Thread David Doria
On Mon, Mar 4, 2013 at 4:48 AM, a.c.sant wrote: > Hi, > > I'm trying to compile a simple VTK example from their web > (ProjectPointPlane) with MingW. I downloaded the example and the > CMakeLists.txt file. When running CMake-gui, I can generate the Makefile > without any errors. However, when I r

Re: [CMake] ExternalProject_Add and globbing

2013-03-04 Thread Luc J. Bourhis
Petr Kmoch wrote > would it help of you changed the command to run 'sh' and have it > execute 'cp lib/*.so /usr/local/lib'? Just a wild idea. A /good/ idea! Thanks. To be complete, for future readers, my actual command is actually like where DESTINATION_LIB is assigned a value with set(...). Then

Re: [CMake] Can we control component package name in 2.8.8?

2013-03-04 Thread Eric Noulard
2013/3/3 hce : > Hi Eric, > >>> That is not a good format of rpm package name. Can we take control the >>> component package name in 2.8.8? > >> Not yet see: >> http://public.kitware.com/Bug/view.php?id=12997 > >> Won't probably be in 2.8.9 either. >> I know it will be useful for many of us, I just

Re: [CMake] ExternalProject_Add and globbing

2013-03-04 Thread Petr Kmoch
Hi Luc, would it help of you changed the command to run 'sh' and have it execute 'cp lib/*.so /usr/local/lib'? Just a wild idea. Petr On Mon, Mar 4, 2013 at 12:50 PM, Luc J. Bourhis wrote: > Hi, > > ExternalProject_Add is a fantastic tool but I have got one issue with it. > Let's say I do the f

[CMake] ExternalProject_Add and globbing

2013-03-04 Thread Luc J. Bourhis
Hi, ExternalProject_Add is a fantastic tool but I have got one issue with it. Let's say I do the following (tested on Linux) The install step fails as if the shell did not see the glob. The exact error reads Thanks for any help - -- Luc J. Bourhis -- View this message in context: ht

[CMake] When will 2.8.11 be released?

2013-03-04 Thread hce
Hi, When will CMake 2.8.11 be released (Scheduled For Release 2013-01-30)? The following bug Target Version is 2.8.11, is it still correct? http://public.kitware.com/Bug/view.php?id=12997 Thank you. Kind regards. Jupiter -- View this message in context: http://cmake.3232098.n2.nabble.com/

Re: [CMake] How Do I Make A Static Library from FORTRAN and CPP sources?

2013-03-04 Thread Petr Kmoch
Hi Peter. How is it "not working?" Also, I believe you shouldn't call enable_language() before calling project(). And since you apparently need Fortran unconditionally, you might simply start your CMakeList like this: cmake_minimum_required(VERSION 2.8) project(MYFORTRANLIB C CXX Fortran) # ..

[CMake] Error compiling VTK example

2013-03-04 Thread a.c.sant
Hi, I'm trying to compile a simple VTK example from their web (ProjectPointPlane) with MingW. I downloaded the example and the CMakeLists.txt file. When running CMake-gui, I can generate the Makefile without any errors. However, when I run mingw32-make.exe from the terminal, I got several errors.