Re: [Planner Dev] Building under FC2?



Interesting...  Once I'd updated to FC2, I tried to re-run autogen.sh in
place (after a CVS update), and things were failing left and right.  So,
I blew away the entire project and did a fresh pull from CVS.  I edited
the autogen.sh to change 1.7 to 1.8, and everything started working.


On Mon, 2004-05-24 at 10:15, lincoln phipps openmutual net wrote:
> Charles Tryon wrote:
> > Has anyone else out there tried to build Planner under a Fedora Core2
> > environment?  I just updated my main development system at home from FC1
> > to FC2, did a CVS pull from the Planner repository, and it blew up in my
> > face, mostly with problems around the automake 1.7/1.8 version, and
> > various other dependent packages.  (I have to admit, I wasn't following
> > that thread too closely.  Guess I'll have to catch up now...)
> > 
> > Has anyone else tried this, or found a way to get a build environment up
> > and running without completely hacking their RPM dependencies?
> 
> For me on my Mandrake system (I got 1.4 and 1.7 installed in
> parallel with automake/aclocal being linked to the 1.4 version)
> what I did was to temporarily reset the soft link for /usr/bin/aclocal
> to point at /usr/bin/aclocal-1.7 and similar with /usr/bin/automake
> to /usr/bin/automake-1.7
> 
> Alternatively you can edit ./planner/autogen.sh and around line
> 18 and 19 you should see the automake and aclocal - tweak these
> to suit ;)
> 
> AFAIK Richard has reverted that file anyway so a clean CVS
> copy should have the reverted values i.e. .
> 
> ....
> : ${AUTOMAKE=automake-1.7}
> : ${ACLOCAL=aclocal-1.7}
> ....
> 
> Rgds,
> Lincoln
> (I'm a little lost on this Automake 1.4 v. 1.7 stuff so your
> mileage may vary).
> 
> 





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