traverso-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Traverso-devel] out of source builds


From: Remon
Subject: Re: [Traverso-devel] out of source builds
Date: Mon, 19 Nov 2007 16:21:53 +0100
User-agent: KMail/1.9.6 (enterprise 0.20070907.709405)

> Thanks Remon,

You're welcome!

> For PCH, I would guess its the following clause in
> traverso/src/CMakeLists.txt :
>
>     ADD_PRECOMPILED_HEADER(precompiled_headers precompile.h)
>
> I would try and change it to:
>
>     ADD_PRECOMPILED_HEADER(precompiled_headers
> ${CMAKE_SOURCE_DIR}/src/precompile.h)

OK, will try that, thanks!

>
> I will test everything ASAP.

OK, cool! 

Forgot to say, please make sure you have no CMakeCache in your source dir, 
else the out of source build wont work (obviously) !


Remon

>
> Paul
>
> 2007/11/19, Remon <address@hidden>:
> > Hi,
> >
> > Paul asked me if out of source builds support could be added, and
> > supplied a
> > patch.
> >
> > I'm not entirely sure, but I think I've found yet another solution to
> > support
> > out of source builds, please test if you like to use out of source
> > builds....
> >
> > Thanks,
> >
> > Remon
> >
> > P.S.
> > Out of source builds goes like this:
> >
> > $ cd /to/your/favorite/build/directory/
> > $ cmake /path/to/traverso/source
> > (optionally you could then run $ ccmake . to edit whatever parameter, and
> > don't set pch to ON since it won't work with out of source builds)
> > $ make
> >
> > The traverso binary now lives in /your/favorite/build/directory/bin
> > and all the build files live in /your/favorite/build/directory/
> > So the source dir is kept clean and mean :)
> >
> >
> > _______________________________________________
> > Traverso-devel mailing list
> > address@hidden
> > http://lists.nongnu.org/mailman/listinfo/traverso-devel






reply via email to

[Prev in Thread] Current Thread [Next in Thread]