Mixing Kdevelop CVS with KDE3.0.2 release

Daniel Engelschalt daniel.engelschalt at gmx.net
Thu Jul 25 17:09:04 UTC 2002


[...]
> In file included from projectconfigurationdlg.h:15,
>                  from projectconfigurationdlg.cpp:12:
> projectconfigurationdlgbase.h:14: configdefinitions.h: No such file or 
> directory
> projectconfigurationdlg.cpp:26: warning: file does not end in newline
> make[3]: *** [projectconfigurationdlg.lo] Error 1
> make[3]: Leaving directory `/root/kde3src/kdevelop/parts/trollproject'
> 
> What is the problem???
in projectconfigurationdlgbase.ui you have
<includes>
    <include location="local" impldecl="in
declaration">configdefinitions.h</include>
</includes>

it seems that this file hasn't been included. Jakob ?

>> just do the following for installing the cvs version in another
directory:
>> configure all the cvs stuff with:
>> ./configure --prefix=[directory where you want the cvs-version to go],
>> e.g. --prefix=/opt/kdecvs
>
> I'll try that but How can I explain gideon that it should use the latest 
> kdelibs but ALL my other KDE applications should use KDE3.0.2????
> This is the real point isn't it?
as i said: ./configure --prefix=[directory where you want the cvs-version to
go] or
(hope i remember it right :)
--with-kde-dir=
or --with-kde-libs=
    --with-kde-include=

just try ./configure --help for additional options.

bye,
daniel







More information about the KDevelop-devel mailing list