ascale
> Date: Thu, 25 Jun 2009 16:39:14 +0200
> Subject: Re: [CMake] CPack, error generating rpm file, error "File must begin
> with "/": "
> From: eric.noul...@gmail.com
> To: chos...@hotmail.com
> CC: cmake@cmake.org
>
> 2009/6/25 Pascale B :
&g
File must begin
> with "/": "
> From: eric.noul...@gmail.com
> To: chos...@hotmail.com
> CC: cmake@cmake.org
>
> 2009/6/25 Pascale B :
> > Hi All,
> >
> >I am using CMake, CPack to generate packages. I successfully generated
> > .tar.Z, .
Hi All,
I am using CMake, CPack to generate packages. I successfully generated
.tar.Z, .rpm and .deb files on my local computer. I am now trying to make tests
on a computer that I access with SSH and I am getting an error only for the rpm
file.
The error presents as:
CPack Error: Problem c
hos...@hotmail.com
> CC: cmake@cmake.org
>
> 2009/6/10 Pascale B :
> > Hi,
> >
> >The RPATH solution works locally only, on my computer only when used with
> > the make install command.
>
> That's the expected behavior.
>
> > But now, I s
Subject: Re: [CMake] Installation package
> From: eric.noul...@gmail.com
> To: chos...@hotmail.com
> CC: cmake@cmake.org
>
> 2009/6/10 Pascale B :
> > Hi,
> >
> >The RPATH solution works locally only, on my computer only when used with
> > the make
thieu.malate...@gmail.com
> CC: chos...@hotmail.com; cmake@cmake.org
>
> 2009/6/10 Mathieu Malaterre :
> > On Wed, Jun 10, 2009 at 10:17 AM, Pascale B wrote:
> >> Hi,
> >>
> >>I work on a software that I am porting onto Linux. I used CMake with
> >>
To: mathieu.malate...@gmail.com
> CC: chos...@hotmail.com; cmake@cmake.org
>
> 2009/6/10 Mathieu Malaterre :
> > On Wed, Jun 10, 2009 at 10:17 AM, Pascale B wrote:
> >> Hi,
> >>
> >>I work on a software that I am porting onto Linux. I used CMake with
>
Hi,
I work on a software that I am porting onto Linux. I used CMake with
success and now want to use CPack. I successfully created a package
file with a bin and lib path, both containing the exec file and the .so
libraries needed.
Now here is my problem: when I send this package
Hi,
I have a project developed in visual Studio 2008, in C++. I was asked to
compile it in Linux. I'm completely new to using CMAKE. I have created a
CMakeLists.txt file for my project and was able to build successfully one
library. However my main program needs Qt applications to run. Her