Re: import Gtk issue

2014-07-27 Thread Victor Aurélio Santos
python >>from gi.repository import Gtk > Cannot find Gtk typelib > > Kindly let me know what am doing wrong thing do I need to install GTK+ for > this? > > -Ravish > > ___ > gtk-devel-list mailing list > gtk-devel-l

A Gtk's build system ?

2014-08-05 Thread Victor Aurélio Santos
Like Qt's qmake. If not, do anyone know if GNOME plan this ? Note that jhbuild is not a build system, it's more a "build bot". Thanks, I'll be happy to hear your plans and pros/cons of move to another build system. -- Victor Aurélio Santos _

Re: A Gtk's build system ?

2014-08-05 Thread Victor Aurélio Santos
jects, it's somewhat like autotools but with less features. So if Gtk one day (very ahead) plans to move away from autotools I don't recommend CMake! On Tue, Aug 5, 2014 at 10:53 AM, Sébastien Wilmet wrote: > On Tue, 2014-08-05 at 10:35 -0300, Victor Aurélio Santos wrote: >> Is

Re: A Gtk's build system ?

2014-08-05 Thread Victor Aurélio Santos
conf > -sif and have a surprisingly high success rate :) > > Ross > > ___ > gtk-devel-list mailing list > gtk-devel-list@gnome.org > https://mail.gnome.org/mailman/listinfo/gtk-devel-list > -- Victor Aurélio Santos ___ gtk-devel-list mailing list gtk-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: A Gtk's build system ?

2014-08-06 Thread Victor Aurélio Santos
ver a file is added or >> deleted. >> http://www.gnu.org/software/automake/manual/html_node/Wildcards.html >> Waf stores a database of files seen on last build and therefore >> doesn't suffer from this problem. >> >> Regards, Krzysztof >&

Re: Missing #include from glib/gwin32.c ?

2015-10-16 Thread Victor Aurélio Santos
Apparently at ntdef.h, try that I didn't tested. On Oct 16, 2015 10:23 AM, "John Emmas" wrote: > I just updated glib (from git) and tried to build the glib-2-44 branch, > using MSVC8. I'm getting a compiler error at line 568 which looks like > this:- > > typedef NTSTATUS fRtlGetVersion (PR