Building snapshots
John Birch
jbb at kdevelop.org
Mon Oct 30 22:08:26 GMT 2000
On Monday 30 October 2000 09:39, you wrote:
> Mark Polsen wrote:
> > Hi All,
> >
> > Has anyone had luck building the latest 1.X snapshots. I'm running KDE2
> > on Mandrake 7.2. I'm not sure if it has something to do with the
> > directory paths not being setup correctly.
> >
> > Thanks,
> > Mark
>
> Mandrake 7.2 seems only to deliver kde 1.1.2 libraries for compatibility
> and the whole KDE stuff is mixed up. You can´t build KDevelop 1.2 with
> it anymore. You should install KDE 1.1.2 libs and KDevelop separately by
> compiling it yourself and set the following var´s:
>
> KDEDIR=/your 1.1.2 dir
> LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/your 1.1.2dir
> PATH=$PATH:$KDEDIR/bin
>
> that should do it, otherwise contact Mandrake what a mess they´re doing.
Strange - the compat includes in mdk 7.2 end up in
/usr/lib/kde1-compat/include/ by default.
What happens if you use the --with-extra-includes=DIR switch in the
configure? Probably won't work...
Otherwise hack the acinclude.m4.in and add the directory so the headers (and
libs?) can be found.
jbb
More information about the KDevelop
mailing list