Make Problem iwth SVN Kdevelop
Bernd Pol
bernd.pol at online.de
Mon May 15 22:24:24 UTC 2006
Alexander Saal schrieb am 13.05.2006 15:34:
> hi @ll,
>
> i get the svn modul of kdevelop:
> svn co svn://anonsvn.kde.org/home/kde/branches/kdevelop/3.4 kdevelop
>
> if i try make, i get the fowlling error:
>
> scripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor
> -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST
> -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT
>
> vcs_form.lo -MD -MP -MF ".deps/vcs_form.Tpo" -c -o vcs_form.lo vcs_form.cpp; \
> then mv -f ".deps/vcs_form.Tpo" ".deps/vcs_form.Plo"; else
> rm -f ".deps/vcs_form.Tpo"; exit 1; fi
> make[4]: *** Keine Regel vorhanden, um das
> Target »../../src/profileengine/lib/libprofileengine.la«,
> benötigt von »libkdevappwizard.la«, zu erstellen. Schluss.
Same problem here. Happens only in fresh compiles and is easy to overcome.
cd to src/profileengine and issue make there. This will compile
libprofileengine.la
Then resume make in the top level directory. KDevelop will now compile
smoothly.
Something seems to be wrong with the compilation order in current 3.4
svn. Could someone please have a look at this.
Bernd
More information about the KDevelop-devel
mailing list