Re: [java-gnome-hackers] "First block in defs file didn't describe a type"
Brought to you by:
afcowie
From: Alexander B. <ab...@ro...> - 2010-04-02 13:17:32
|
ons 2010-03-31 klockan 09:33 +1100 skrev Andrew Cowie: > Sure, this is the right place if you're hacking on the library, and I'd > say that messing around with the code generator is hacking on the > library :) > oooh running the code generator by hand. :) That's rare, unless you're > working on the code generator itself. But yes: Nah, I'm afraid I'm just compiling it (with V=1). > > Couldn't get sufficient information from src/defs/GtkRcScanner.defs: > > First block in defs file didn't describe a type > > [continuing next file] > > etc > > is entirely normal. Ok. > The goal would be to fix > the .defs data (easy) and/or the code generator (hard) to the point > where nothing generates such warnings. > > [it's hard because often the things that we don't handle require > significant design and engineering work; the case of function pointers > being a one example that we happily just avoided] I see! Thanks for the explanation. /Alexander |