Removal of embedded widgets in 4.x

2016-11-10 Thread fanc999
Hi, (Sorry if the e-mail does not look nice as I sent it from my phone) In GTK+ git master embedded widgets were removed, along with the win32 and x variants. The thing is, gtkprintoperation-win32.c makes use of these items, which will then prevent it to built and work. I do have a very

Re: Unknown symbol in 'gio/gresource.c'

2016-05-04 Thread fanc999
Hi John, The patch went upstream, so you should be able to build normally after you sync. With blessings! ___ gtk-devel-list mailing list gtk-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: Unknown symbol in 'gio/gresource.c'

2016-05-04 Thread fanc999
Hi John/LRN, I opened a bug to fix the issue: https://bugzilla.gnome.org/show_bug.cgi?id=765991 With blessings, and cheers! ___ gtk-devel-list mailing list gtk-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: GWin32WinsockFuncs and other stuff

2015-03-16 Thread fanc999
Hello John, Can you post the exact error message from the Visual Studio build (you might need to clean up your build tree though)-the code built fine on Visual Studio 2008+. Let me know, and I will try to look at it--I don't have Visual Studio 2005 as you do, just to give a heads up, as that

Re: HAVE_NETLINK

2014-12-16 Thread fanc999
Hi John, HAVE_NETLINK is indeed a linux-only thing, AFAICT, so try building without defining it. With blessings. ___ gtk-devel-list mailing list gtk-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-devel-list

Regarding theWin32/Visual C++ project completion items

2013-11-13 Thread fanc999
Hello List, As people here might know, the Visual C++ 2008/2010 projects to build the GNOME parts of the GTK+ and Clutter stack are currently using autotools to fill in the source file listings during 'make dist', which was mostly doing the job for getting the project files to be kept

Re: non-Linux OSes

2013-10-22 Thread fanc999
Hello, I think the above list is a good start. But it is not good enough. We also need to specify which versions of the above OSes, and which versions of the compilers (especially important for e.g. msvc). For MSVC I agree. For the others, I don't think it's that big of a problem (although it

Re: GTK+3 Win32 Bundles : RFC

2013-10-04 Thread fanc999
Hello Tarnyko, Thanks for the great work, but there are things that may be interesting to you: Hmm, the print demo didn't crash for me at least on 3.10.0, when built with Visual Studio. Does it crash for you in 3.10.0? I might try to build git master soon to test that 3.10.0 and later