Bug 60036

Summary: Generated library not found when running project
Product: [Applications] kdevelop Reporter: Sphere <sphere1952>
Component: generalAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: NOR    
Version: git master   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Sphere 2003-06-19 04:45:26 UTC
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.
Comment 1 Jonas Jacobi 2003-06-19 08:02:36 UTC
Just do a make install (you probably have to use build->install(as root user) ) and you should be fine.
Yours,
Jonas
Comment 2 Amilcar do Carmo Lucas 2003-06-19 10:30:08 UTC
Sphere, please close this bug if the previous comment solver your problem.
Comment 3 Sphere 2003-06-19 12:11:17 UTC
 
My bad.  Thanks. 
 
I will, however, be adding a wishlist item...