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
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
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
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+
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
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
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
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
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
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
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
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 : /
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
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
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
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
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
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/
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)
# ..
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.
20 matches
Mail list logo