trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: March 2011

Re: [trinity-devel] kdebase FTBFS with cmake

From: Darrell Anderson <humanreadable@...>
Date: Tue, 8 Mar 2011 11:28:01 -0800 (PST)
Cmake will use the svn sources on my hard drive but actually build the package in $TMP?

Darrell


--- On Tue, 3/8/11, Serghei Amelian <serghei@...> wrote:

> From: Serghei Amelian <serghei@...>
> Subject: Re: [trinity-devel] kdebase FTBFS with cmake
> To: trinity-devel@...
> Date: Tuesday, March 8, 2011, 1:14 PM
> On Tuesday 08 March 2011 21:09:46
> Darrell Anderson wrote:
> > When I build the packages, my build script copies all
> of the source files
> > from my svn storage location on my hard drive to $TMP,
> which is located at
> > /dev/shm (ram disk).
> >
> > I do not build the packages in the svn source tree on
> the hard drive.
> >
> > If you are saying that I cannot build the package from
> with the copied
> > source files at $TMP, then I need some tutoring how to
> modify the build
> > scripts accordingly. The wiki provides no such
> details.
> >
> > The process I am using is the same one I used to
> successfully build all the
> > packages under automake.
> 
> You using in-source mode. For out-of-source follow this
> example:
> 
> mkdir /dev/shm/kdebase
> cd /dev/shm/kdebase
> cmake /path/to/source [ARGUMENTS]
> 
> You don't need to copy sources to ramdisk.
> 
> -- 
> Serghei
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: trinity-devel-unsubscribe@...
> For additional commands, e-mail: trinity-devel-help@...
> Read list messsages on the Web archive: http://trinity-devel.pearsoncomputing.net/
> Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
> 
>