GNOME Bugzilla – Bug 604837
Add introspection support
Last modified: 2010-05-14 22:27:42 UTC
Vte should support introspection build natively
Created attachment 149914 [details] [review] Add introspection support
Why add -Wno-portability to the automake options? gnome-autogen.sh passes that already.
Oh, I didn't know automake passed that in, it must be quite new, because when I needed it sometime ago it wasn't included.
It's in gnome-common 2.28.0, from bug 529120.
Okay, I'm still using gnome-common 2.24.0 here. I guess it doesn't really hurt to add -Wno-portability twice, just to reduce the warnings. It can eventually be removed, when everybody has upgraded to a distribution which includes 2.28.0 of gnome-common.
I'd rather not include m4 files in the tree. And make sure "make distcheck" passes with a release version of fedora/ubuntu'ish.
Fixed on master. I changed this to not put the m4 file into vte, in accordance with comment 4. "make distcheck" passes here.
Behdad: was there a problem with distcheck that your commit a0cec4542963d52b1c1842ea9b450a51262b4c09 tries to fix? distcheck passed for me.
(In reply to comment #8) > Behdad: was there a problem with distcheck that your commit > a0cec4542963d52b1c1842ea9b450a51262b4c09 tries to fix? distcheck passed for me. It was crashing on me. Turned out it was a problem with the gir compiler cache.... Reverted that commit in mater now.