Re: [CMake] CPack, error generating rpm file, error "File must begin with "/": "

2009-06-25 Thread Pascale B
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

Re: [CMake] CPack, error generating rpm file, error "File must begin with "/": "

2009-06-25 Thread Pascale B
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, .

[CMake] CPack, error generating rpm file, error "File must begin with "/": "

2009-06-25 Thread Pascale B
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

Re: [CMake] Installation package

2009-06-10 Thread Pascale B
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

Re: [CMake] Installation package

2009-06-10 Thread Pascale B
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

Re: [CMake] Installation package

2009-06-10 Thread Pascale B
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 > >>

Re: [CMake] Installation package

2009-06-10 Thread Pascale B
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 >

[CMake] Installation package

2009-06-10 Thread Pascale B
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

[CMake] Compiling a project that uses Qt

2009-05-27 Thread Pascale B
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