RE: gtk+ win32 binaries

2011-03-29 Thread Pedro Santos

Hello Kean,

So far I have compiled the packages I needed, which are atk, gtkdoc, glib and 
gtk+. I use MinGW because it builds native binaries and I think it is the 
natural solution. Cygwin is out of question because it also depends on the 
cygwin's dll. Regarding the gtk itself, I've compiled till 3.0.6 version. 
Please give me an insight of how I can share the binaries with you. Perhaps I 
can prepare binaries for gtk+2.24.1, gtk+2.24.2 and gtk+2.24.3 and send to you. 
I can also prepare binaries for gtk+3 if you want.

Have a good day,

Pedro Santos  

 Date: Mon, 28 Mar 2011 17:56:43 +0200
 From: kean.johns...@gmail.com
 To: jjar...@gnome.org
 CC: p_daniel_san...@hotmail.com; gtk-devel-list@gnome.org
 Subject: Re: gtk+ win32 binaries
 
  The former windows maintainer doesnt have time anymore [2] to do the
  windows binaries, so any help is very welcomed
 Pedro,
 
 You and I should talk. I too have compiled up everything for Win32 (busy 
 testing Win64 at the moment). My particular solution is a bit broader as it 
 compiles everything needed to get a complete GTK+ solution, from zlib and 
 gettext all the way up to GTK+. I also did it using just command files, not 
 a make file in sight and absolutely no dependency on any tools other than 
 Microsoft provided ones, no MinGW, no Cygwin, nothing. I also verified it 
 works both with a hand-crafted MS toolchain as described in 
 http://www.syndicateofideas.com/posts/fighting-the-msvcrt-dll-hell and 
 using MSVC 2010 (professional edition, not the free one, in case that makes 
 a difference). Here is what my solution compiles:
 
 zlib 1.2.5
 iconv1.13.1
 gettext  0.18.1.1
 libpng   1.5.1
 giflib   4.1.6
 jpeg 8c
 libxml2  2.7.8
 libxslt  1.1.26
 fontconfig   2.8.0
 freetype 2.4.4
 expat2.0.1
 pcre 8.12
 glib 2.28.3
 pixman   0.21.6
 cairo1.10.2
 pango1.28.3
 gdk-pixbuf   2.21.1
 atk  1.33.6
 gtk+ 3.0.5
 
 Kean
  ___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list


Re: gtk+ win32 binaries

2011-03-28 Thread Javier Jardón
On 25 March 2011 23:37, Pedro Santos p_daniel_san...@hotmail.com wrote:
 Hello everyone,

 Since the past six months I've actively used gtk+ and I noticed some lag
 between the source release and win32 binary builds. Because of this, I've to
 build gtk+ myself in order to use the most recent distribution. So, I'm
 wondering if I can give you some help building win32 binaries, in order to
 reduce this lag. I use MinGW to build my win32 binaries. I haven't tried to
 build win64 binaries but I could do some tests and possibly contribute with
 win64 too. Please let me know if I could help. Pardon me if I'm contacting
 in the wrong place. If this is the case please point me in the right
 direction.

Hello Pedro,

Thanks a lot for your help!
All the resources about the windows backend development are here [1]
Feel free to improve it if you want.

The former windows maintainer doesnt have time anymore [2] to do the
windows binaries, so any help is very welcomed

Regards


[1]  http://live.gnome.org/GTK%2B/Win32
[2] 
http://tml-blog.blogspot.com/2011/03/gtk-on-windows-i-am-not-really-doing-it.html

-- 

Javier Jardón Cabezas
___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list


Re: gtk+ win32 binaries

2011-03-28 Thread Kean Johnston

The former windows maintainer doesnt have time anymore [2] to do the
windows binaries, so any help is very welcomed

Pedro,

You and I should talk. I too have compiled up everything for Win32 (busy 
testing Win64 at the moment). My particular solution is a bit broader as it 
compiles everything needed to get a complete GTK+ solution, from zlib and 
gettext all the way up to GTK+. I also did it using just command files, not 
a make file in sight and absolutely no dependency on any tools other than 
Microsoft provided ones, no MinGW, no Cygwin, nothing. I also verified it 
works both with a hand-crafted MS toolchain as described in 
http://www.syndicateofideas.com/posts/fighting-the-msvcrt-dll-hell and 
using MSVC 2010 (professional edition, not the free one, in case that makes 
a difference). Here is what my solution compiles:


zlib 1.2.5
iconv1.13.1
gettext  0.18.1.1
libpng   1.5.1
giflib   4.1.6
jpeg 8c
libxml2  2.7.8
libxslt  1.1.26
fontconfig   2.8.0
freetype 2.4.4
expat2.0.1
pcre 8.12
glib 2.28.3
pixman   0.21.6
cairo1.10.2
pango1.28.3
gdk-pixbuf   2.21.1
atk  1.33.6
gtk+ 3.0.5

Kean
___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list


Re: GTK win32 binaries with printing

2006-04-08 Thread Benoit Carpentier
Hi Alexander,

I don't know if it can interest you, but I did a small
gtkprinter-win32 widget.
It is in GPL and uses WinApi 32, you can find it if
interested at :
http://gtk.alkia.org
in Downloads (Téléchargements).

I would be great to have an official GtkWidget
printer in GTK+.

Regards,

Benoît Carpentier, GTKool

--- Alexander Larsson [EMAIL PROTECTED] a écrit :

 On Tue, 2006-04-04 at 18:07 -0500, Yevgen Muntyan
 wrote:
  Hey,
  
  Does someone have win32 binaries of gtk (and
 cairo, and everything)
  with printing support? I did manage to build it
 with mingw, but I
  can't get my program running for some reasons. I
 can run my binary
  built with gtk-2.6, I can run gtk-demo, but I
 can't run my binary
  built with gtk built by me :)
 
 I haven't actually built the win32 printing work in
 a long while, and
 the merge to gtk+ was done blind. I intend to do
 some work on it this
 week though, so I'll be able to get you some
 binaries.
 

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  Alexander Larsson  
  Red Hat, Inc 
[EMAIL PROTECTED]   
 [EMAIL PROTECTED] 
 He's an underprivileged misogynist ex-con with a
 winning smile and a way with 
 the ladies. She's a beautiful mutant mercenary in
 the witness protection 
 program. They fight crime! 
 
 ___
 gtk-devel-list mailing list
 gtk-devel-list@gnome.org

http://mail.gnome.org/mailman/listinfo/gtk-devel-list
 







___ 
Nouveau : téléphonez moins cher avec Yahoo! Messenger ! Découvez les tarifs 
exceptionnels pour appeler la France et l'international.
Téléchargez sur http://fr.messenger.yahoo.com
___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list