On Tue, 25 Jul 2006 21:53:42 +0900 Carsten Haitzler (The Rasterman)
<[EMAIL PROTECTED]> wrote:

> On Tue, 25 Jul 2006 08:25:12 -0400 "Gorman, Mitch" <[EMAIL PROTECTED]>
> babbled:
> > 
> > -----Original Message-----
> > Behalf Of David Seikel Sent: Monday, July 24, 2006 8:35 PM To:
> > 
> > > Another useful thing to try if all else is failing is to
> > > completely remove E17 from your system and install it from
> > > scratch.  Parts of E17 conditionally compile support for other
> > > parts if they find them.  If these other parts are installed
> > > later in the build order, then the conditional support will end
> > > up being for the old version.  The build orders given are usually
> > > for just the minimal components required to run E17, and doesn't
> > > take into account the build order of optional parts.
> >
> > Well, that's an easy one... explicitly do a 'make clean' before you
> > do the 'make && make install'.... or, better yet, before you
> > actually do the update from cvs, do a 'make distclean'.  That'll
> > put the directory (and sub-directories) back into a pristine,
> > just-checked-out-from-cvs state.  Then you're guaranteed not to
> > have anything at all lingering from the previous checkout.
> 
> those people who don't do
> 
> make clean distclean
> 
> before a
> 
> cvs update -dP
> 
> and then
> 
> ./autogen.sh
> make && sudo make install
> 
> are asking for trouble :)

make clean distclean is all well and good, but I was talking about "if
all else is failing".  Remember this is pre alpha software we are
talking about, a distclean on everything is not guaranteed to work, let
alone clean everything.  The only thing that is guaranteed to remove
all traces of a previous compile is to nuke it all and start from
scratch, the easiest way to do that is to install to some place
like /opt/e17, where it wont get mingled with unrelated stuff.

On the other hand, this is pre alpha software, telling everything to
install in /opt/e17 doesn't always work either.  B-)

Attachment: signature.asc
Description: PGP signature

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to