[Bug 60036] New: Generated library not found when running project
Sphere
sphere1952 at attbi.com
Thu Jun 19 04:46:02 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=60036
Summary: Generated library not found when running project
Product: kdevelop
Version: unspecified
Platform: Compiled Sources
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: kdevelop-devel at kdevelop.org
ReportedBy: sphere1952 at attbi.com
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.
More information about the KDevelop-devel
mailing list