Re: working version of GTK for win64

2008-07-27 Thread Tor Lillqvist
> Also we should use > [...] > instead of > [...] > for correct MSVC build of applications. If you check glibconfig.h.win32.in you will see that it already does it exactly like you say. glibconfig.h.win32.in is a hand-maintained file that includes _MSC_VER ifdefs, from which the glibconfig.h tha

Re: working version of GTK for win64

2008-07-27 Thread Tor Lillqvist
> First of all, configure script is used only for gcc and automake routines. Currently, in practise, yes. It is quite possible that at some point automake and libtool could handle also a build that uses the Microsoft compiler. (Either through directly supporting it, or by using some wrapper. Ther

Re: working version of GTK for win64

2008-07-25 Thread Oleg Tchij
On Wednesday 23 July 2008 12:50:46 Tor Lillqvist wrote: > (Sorry for replying a bit late.) > > > I've tried to build and run gtk for 64-bit Windows. At last I can upload > > working version for usage: > > Great! I hope people who are interested will try them out. (Personally > I don't have any mac

Re: working version of GTK for win64

2008-07-25 Thread Oleg Tchij
On Thursday 24 July 2008 03:54:07 Tor Lillqvist wrote: > > http://rapidshare.com/files/130142294/gtk-2.12.9-win64-src.tar.bz2.html > > A couple of questions about your changes in the source: > > In glib's configure.in, you do: > > --- ./configure.in.orig 2008-05-09 22:50:12.0 +0300 >

Re: working version of GTK for win64

2008-07-23 Thread Tor Lillqvist
> http://rapidshare.com/files/130142294/gtk-2.12.9-win64-src.tar.bz2.html A couple of questions about your changes in the source: In glib's configure.in, you do: --- ./configure.in.orig 2008-05-09 22:50:12.0 +0300 +++ ./configure.in 2008-05-06 12:10:18.0 +0300 @@ -871,6 +871

Re: working version of GTK for win64

2008-07-23 Thread Tor Lillqvist
> I have been doing some 64-bit building as well, and used the attached patch > for the sizes/types. Thanks. Committed to trunk. --tml ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: working version of GTK for win64

2008-07-23 Thread Richard Hult
Oleg Tchij wrote: I've tried to build and run gtk for 64-bit Windows. At last I can upload working version for usage: Nice, good to see! 2) use the following main types definitions: #define GLIB_SIZEOF_LONG 4 #define GLIB_SIZEOF_SIZE_T 8 I have been doing some 64-bit building as well,

Re: working version of GTK for win64

2008-07-23 Thread Tor Lillqvist
(Sorry for replying a bit late.) > I've tried to build and run gtk for 64-bit Windows. At last I can upload > working version for usage: Great! I hope people who are interested will try them out. (Personally I don't have any machine running 64-bit Windows, unfortunately.) > http://rapidshare.co

working version of GTK for win64

2008-07-16 Thread Oleg Tchij
Hello all, I've tried to build and run gtk for 64-bit Windows. At last I can upload working version for usage: http://rapidshare.com/files/130142295/gtk-2.12.9-win64-devel.zip.html http://rapidshare.com/files/130142294/gtk-2.12.9-win64-src.tar.bz2.html As usual devel file contains executable