trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: January 2012

Re: [trinity-devel] "undefined reference to" error

From: /dev/ammo42 <mickeytintincolle@...>
Date: Mon, 2 Jan 2012 21:26:00 +0100
On Mon, 2 Jan 2012 15:21:39 -0500
Baho Utot <baho-utot@...> 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@... For additional
> commands, e-mail: trinity-devel-help@... 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
>