compiler messages

Lionello Lunesu lio at lunesu.remove.com
Mon Dec 11 07:02:14 PST 2006


Ant wrote:
> I have several hundreds of this message from a compilation:
> 
> src/gdk/typedefs.d(3097): variable gdk.typedefs.GdkEvent.key no 
> definition of struct GdkEventKey
> 
> should that (the repetition)  be considered a bug independently of the 
> source code being correct or not?
> I'm suggesting the compiler should omit consecutive repeated messages.
> 
> Ant

Somebody else made mention of this. It seems s/he had to change struct 
StructName; to struct StructName{} for forward declarations.. Doesn't 
seem right to me, but it'll help you compile your project.

L.


More information about the Digitalmars-d-learn mailing list