Bug 60036 - Generated library not found when running project
Summary: Generated library not found when running project
Status: RESOLVED WORKSFORME
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: git master
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-19 04:45 UTC by Sphere
Modified: 2003-06-19 12:11 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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...