From kdevelop Fri Nov 12 10:34:15 2004 From: Paul Redmond Date: Fri, 12 Nov 2004 10:34:15 +0000 To: kdevelop Subject: problem/bug ? Message-Id: <1100255655.25239.9.camel () localhost> X-MARC-Message: https://marc.info/?l=kdevelop&m=110025622032053 Had to build a project quickly yesterday, and so got the latest CVS Head version of kdevelop. I added the ccgnu2 library to my project but in haste typed it it wrongly as gnucc2. I may also have added it as a dependency (or somewhere in the wrong place). Point is I went back through the places I had entered gnucc2 and cleared it. Did Distclean and clean project and ./configure automake etc but nothing would stop it trying to build gnucc2. In the end i tracked it down to the occurrence of : AM_CXXFLAGS = -ld -lgnucc2 eminterface_DEPENDENCIES = -ldl -lccgnu2 -lpthread eminterface_LDADD = -ldl in these files: eminterface/debug/src/Makefile:AM_CXXFLAGS = -ld -lgnucc2 eminterface/src/Makefile.in:AM_CXXFLAGS = -ld -lgnucc2 eminterface/src/Makefile.am:AM_CXXFLAGS = -ld -lgnucc2 These don't seem to get cleared by the clean ./configure cycle. Only way i could fix the problem was to delete the clock from the files manually. -- Paul - to unsubscribe from this list send an email to kdevelop-request@kdevelop.org with the following body: unsubscribe »your-email-address«