discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Re: Mblock library API update


From: Johnathan Corgan
Subject: Re: [Discuss-gnuradio] Re: Mblock library API update
Date: Sun, 21 Dec 2008 18:32:06 -0800

On Sun, 2008-12-21 at 21:24 -0500, Michael Dickens wrote:

> Two directories need to have "make clean" issued after "svn up" if  
> you're reusing your build directory: "mblock/src/lib" and "usrp/host/ 
> lib/inband".  These directories contain built sources which are not  
> updated by SVN and thus not rebuilt.  Those built sources include  
> mblock header files which have moved and thus "make" will error out  
> trying to compile them (the built sources, not the header files). - MLD

Thanks for pointing this out; I should have posted something to the list
myself.

In general, it's always a good idea to do a 'make clean' before doing an
SVN update.  Most of the time, you can get away without it; however, as
you pointed out, this was not one of them.  In fact, you should do a
'make uninstall' as well, to delete the installed files that might not
exist after the update.

Also, by using the 'ccache' application, the extra compile time to
rebuild the cleaned directories is dramatically reduced.

-Johnathan






reply via email to

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