Multiple definition errors
Caleb Tennis
caleb at aei-tech.com
Tue Mar 25 17:28:25 GMT 2003
> I'm getting some odd Multiple Definition errors when I attempt to build
> my application. I've included the error messages below. Can anyone
> tell from the output what might be my problem? Am I using the wrong
> version of Qt?
Do your sources have #include <blah.moc> at the bottom of them? If so, is
build system also linking in other moc files? It looks like you're compiling
in the moc stuff into the C++ file, and linking against another moc.o file.
Caleb
-
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