Re: Using Python v3.3 while building Glib

2015-05-13 Thread Fan, Chun-wei (范君維)
Hi John, John Emmas 於 2015/5/13 下午 04:34 寫道: 1) For historical reasons we need to build with VC8. That's rarely supported now in gtk+ libs. Yeah, I understand this as I maintain the Visual Studio files, it's hard to come by with Visual Studio 2005 legally cheaply nowadays (read: Express).

Re: Using Python v3.3 while building Glib

2015-05-13 Thread John Emmas
On 13/05/2015 09:02, Ignacio Casal Quinteiro wrote: Hi John, are you using https://github.com/nice-software/gtk-win32/ ? If not, any reason to not use it and improve it for your use case? Thanks Ignacio. That looks like a useful resource and I should maybe consider it. For our purposes

Re: Using Python v3.3 while building Glib

2015-05-13 Thread John Emmas
On 13/05/2015 09:38, Ignacio Casal Quinteiro wrote: Hi John, basically the nice-software one is fork of the hexchat one which also adds vc 2010 projects and gtk 3. When they update the repo we rebase and we also try to keep the gtk3 ones updated. Hi Ignacio, Just out of interest - what

Re: Using Python v3.3 while building Glib

2015-05-13 Thread Simon McVittie
On 13/05/15 08:59, John Emmas wrote: Are the .pyc files just used internally by python itself (in other words, the name isn't important)? Yes. For instance http://raulcd.com/how-python-caches-compiled-bytecode.html looks like a reasonable summary. -- Simon McVittie Collabora Ltd.

Re: Using Python v3.3 while building Glib

2015-05-13 Thread Ignacio Casal Quinteiro
Hi John, basically the nice-software one is fork of the hexchat one which also adds vc 2010 projects and gtk 3. When they update the repo we rebase and we also try to keep the gtk3 ones updated. Cheers. On Wed, May 13, 2015 at 10:34 AM, John Emmas john...@tiscali.co.uk wrote: On 13/05/2015

Re: Using Python v3.3 while building Glib

2015-05-13 Thread Paul Davis
On Wed, May 13, 2015 at 6:59 AM, Fan, Chun-wei (范君維) fanc...@yahoo.com.tw wrote: [ ... ] It isn't possible for John to use anybody else's build of the GTK stack, because we apply patches to parts of it that have been turned down for inclusion in the mainline GTK2 tree.

Re: Using Python v3.3 while building Glib

2015-05-13 Thread John Emmas
On 13/05/2015 11:16, Simon McVittie wrote: Yes. For instance http://raulcd.com/how-python-caches-compiled-bytecode.html looks like a reasonable summary. That's an excellent link Simon. Thanks for digging it out. John ___ gtk-devel-list mailing

Re: gtk-list Digest, Vol 133, Issue 13

2015-05-13 Thread John Emmas
On 13/05/2015 14:59, Bernard CANTALOUBE wrote: The application was build with mingw/gcc. Something's very wrong somewhere. Maybe this article might give you some clues:- http://www.nirsoft.net/articles/windows_7_kernel_architecture_changes.html AFAICT all the various

re: gtk-list Digest, Vol 133, Issue 13

2015-05-13 Thread Bernard CANTALOUBE
      The application was build with mingw/gcc.     Message du 13/05/15 14:00 De : gtk-list-requ...@gnome.org A : gtk-list@gnome.org Copie à : Objet : gtk-list Digest, Vol 133, Issue 13 Send gtk-list mailing list submissions to gtk-list@gnome.org To subscribe or unsubscribe via

Re: [Fontconfig] Application fonts with Pango+fontconfig

2015-05-13 Thread Behdad Esfahbod
On 15-05-13 06:17 AM, Khaled Hosny wrote: On Tue, May 12, 2015 at 03:34:59PM -0700, Behdad Esfahbod wrote: On 15-05-10 12:10 PM, Khaled Hosny wrote: This seems to be a general Pango issue, if I modify a font while an application is using it, I get similar issues. This sounds like caching

Re: gtk-list Digest, Vol 133, Issue 13

2015-05-13 Thread John Emmas
On 13/05/2015 16:16, John Emmas wrote: Perhaps your app doesn't need those DLLs directly - but maybe you've linked to some 3rd party library which does need them Hi Bernard, I just found another useful article about those mysterious DLLs:-

delete me plase

2015-05-13 Thread ole hasselbalch
Please delete me on your list I get to many mails Kindly Ole Hasselbalch olehasselba...@gmail.com ___ gtk-list mailing list gtk-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-list

Re: delete me plase

2015-05-13 Thread Marcus Karlsson
On Wed, May 13, 2015 at 08:48:46AM +0200, ole hasselbalch wrote: Please delete me on your list I get to many mails Kindly Ole Hasselbalch Hello. You can unsubscribe on this page, included in the foot of every email: https://mail.gnome.org/mailman/listinfo/gtk-list Marcus

Using Python v3.3 while building Glib

2015-05-13 Thread John Emmas
I'm building Glib (from Git) using MSVC. FWIW I use my own MSVC projects (rather than the supplied ones) although that isn't relevant here. What's relevant is that, while building libgio, a bunch of python files get converted to binary equivalents. This is all connected with gdbus-codegen

Re: Using Python v3.3 while building Glib

2015-05-13 Thread Ignacio Casal Quinteiro
Hi John, are you using https://github.com/nice-software/gtk-win32/ ? If not, any reason to not use it and improve it for your use case? Cheers. On Wed, May 13, 2015 at 9:59 AM, John Emmas john...@tiscali.co.uk wrote: I'm building Glib (from Git) using MSVC. FWIW I use my own MSVC projects