Can't compile with kdevelop ARG!
Andrew Nelson
nelsonab at pobox.com
Tue Apr 30 17:51:11 BST 2002
I'm having a bear of a time getting an app to compile. ANY ideas are
appreciated
here is a sample of the errors:
nelsonab at mo:~/projects/cvs/kbooks> automake
./Makefile.am:5: EXTRA_DIST multiply defined in condition TRUE
EXTRA_DIST (User, where = 5) =
{
TRUE => kbooks.kdevprj AUTHORS COPYING ChangeLog INSTALL README TODO
kbooks.lsm
}
however the above error does not occour if I were to make the app, instead I
get the following....
c++ -O2 -fno-exceptions -fno-check-new -o kbooks kbooksaccountview.o
kbooksregistereditor.o kbooksnewaccountdialog.o kbookslistdialog.o
kbookslist.o kbooksaccount.o kbookstransaction.o kbooksview.o kbooksdoc.o
kbooks.o main.o -L/usr/X11R6/lib -L/usr/lib/qt3/lib -L/opt/kde3/lib
/opt/kde3/lib/libkio.so -L/opt/kde3//lib
-L/usr/lib/gcc-lib/i486-suse-linux/2.95.3 -L/usr/i486-suse-linux/lib
/opt/kde3/lib/libkdesu.so -lresolv -lutil /usr/lib/libfam.so
/opt/kde3/lib/libkdeui.so /opt/kde3/lib/libkdefx.so -lresolv -lXrender
/opt/kde3/lib/libkdecore.so /opt/kde3/lib/libDCOP.so -ldl -lresolv -lXinerama
-lstdc++ -lc -lgcc -lqt-mt -lpng -lz -lm -lXext -lX11 -lresolv -lSM -lICE
-lpthread -lresolv -Wl,--rpath -Wl,/opt/kde3/lib -Wl,--rpath
-Wl,/opt/kde3/lib -Wl,--rpath -Wl,/usr/lib/qt3/lib -Wl,--rpath
-Wl,/usr/X11R6/lib
kbooksaccountview.o: In function
`KBooksAccountView::KBooksAccountView(KBooksMetaAccount *, QWidget *, char
const *)':
kbooksaccountview.o(.text+0x2a): undefined reference to
`KBooksAccountView::QPaintDevice virtual table'
kbooksaccountview.o(.text+0x31): undefined reference to `KBooksAccountView
virtual table'
kbooksregistereditor.o: In function
`KBooksRegisterSplit::KBooksRegisterSplit(KBooksTransactionSplit *, int,
KBooksRegister *, char const *)':
kbooksregistereditor.o(.text+0x28): undefined reference to
`KBooksRegisterSplit::QPaintDevice virtual table'
kbooksregistereditor.o(.text+0x2f): undefined reference to
`KBooksRegisterSplit virtual table'
kbooksregistereditor.o: In function
`KBooksRegisterSplit::~KBooksRegisterSplit(void)':
kbooksregistereditor.o(.text+0x38f): undefined reference to
`KBooksRegisterSplit::QPaintDevice virtual table'
kbooksregistereditor.o(.text+0x396): undefined reference to
`KBooksRegisterSplit virtual table'
And that's just a snippet. I've searched high and low on google and it's
becomming fruitless. Has anyone else had the same problem?? how have you
fixed it??
Thanks in advance.
Andrew
-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop
mailing list