Version: Gideon 3.0.0.a4 -- updated today (using KDE Devel) Installed from: Compiled sources OS: Linux Using a gideon updated today and a kde a few days old I created a new C++ KDE Application Framework (KParts) project and named it test. I made no modifications to either the project or any of the build configuration. I ran Automake, configure, and built the project. When run, an error box comes up telling me "Could not find our part!". Gideon's Application window provides: kdecore (KLibLoader): library-libtestpart.la: No file names libtestpart.la found in paths The only thing which might be a bit odd about my Debian stable/test environment is the following from my profile: QTDIR=/home/kdecvs/qt KDEDIR=/home/kdecvs/kde-cvs/kde KDEHOME=/home/kdecvs/.kde-cvs PATH=$QTDIR/bin:$KDEDIR/bin:$PATH LD_LIBRARY_PATH=$QTDIR/lib:$KDEDIR/lib export QTDIR KDEDIR PATH LD_LIBRARY_PATH (This is where everything is. I'm keeping all the cvs versions in my kdecvs account.) I also got this before updating gideon and that time I attempted to come up with some sort of environment setting to get around it -- unsuccessfully.
Just do a make install (you probably have to use build->install(as root user) ) and you should be fine. Yours, Jonas
Sphere, please close this bug if the previous comment solver your problem.
My bad. Thanks. I will, however, be adding a wishlist item...