On Mon, 2 Jan 2012 15:21:39 -0500
Baho Utot <baho-utot(a)columbus.rr.com> wrote:
On Monday 02 January 2012 03:06:52 pm Darrell Anderson wrote:
The undefined reference to "KexiDB::"
implies a class or namespace
(still
learning terminology!), but in which *.cpp or *.h file?
cd to the source directory then grep -r "KexiDB::" *
I'd rather grep
"Parser::~Parser()" since namespaces can be delimited
by something like
namespace KexiDB {
Parser::~Parser() {
// the function
}
}
which wouldn't be detected by your grep command.
See if you get a hit.
---------------------------------------------------------------------
To unsubscribe, e-mail:
trinity-devel-unsubscribe(a)lists.pearsoncomputing.net For additional
commands, e-mail: trinity-devel-help(a)lists.pearsoncomputing.net Read
list messsages on the Web archive:
http://trinity-devel.pearsoncomputing.net/ Please remember not to
top-post:
http://trinity.pearsoncomputing.net/mailing_lists/#top-posting