public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* gcc4.1.0: error: object missing in reference to
@ 2006-12-05  9:52 Fabian Cenedese
  2006-12-05 13:19 ` John Love-Jensen
  0 siblings, 1 reply; 9+ messages in thread
From: Fabian Cenedese @ 2006-12-05  9:52 UTC (permalink / raw)
  To: gcc-help

Hi

I have a problem I don't know how to solve:

struct SINOSEventLogBuffer
{
...(snip)...
	uint8 m_cData[LOGGER_BUF_SIZE-LOGGER_HEADER_SIZE];
...(snip)...
};

m_uMaxEntrySize = sizeof(SINOSEventLogBuffer::m_cData);

And that gives me:

CINOSEventLogger.h:322: error: object missing in reference to 'SINOSEventLogBuffer::m_cData'
CINOSEventLogger.cpp:180: error: from this location

I tried to find the solution on the internet but I couldn't find much about it.

1. Is this really an error? Seems quite correct to me.
2. Is this a bug in gcc? Possibly already solved in 4.1.1 or later?

Thanks

bye   Fabi


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2006-12-05 20:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-05  9:52 gcc4.1.0: error: object missing in reference to Fabian Cenedese
2006-12-05 13:19 ` John Love-Jensen
2006-12-05 13:40   ` Fabian Cenedese
2006-12-05 13:57     ` John Love-Jensen
2006-12-05 15:30       ` Fabian Cenedese
2006-12-05 15:52         ` John Love-Jensen
2006-12-05 16:27           ` Perry Smith
2006-12-05 16:44             ` Fabian Cenedese
2006-12-05 20:10             ` John Love-Jensen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).