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: setting up a gtk dev environment

2008-07-27 Thread Havoc Pennington
Hi, I often install most stuff from rpms instead of jhbuild, then "jhbuild buildone foo bar" where foo and bar are things I am actually working on or actually need bleeding-edge versions of. Building *everything* with jhbuild from the ground up is just kind of annoying. Requires some knowledge of

Re: setting up a gtk dev environment

2008-07-27 Thread Christian Dywan
Am Sun, 27 Jul 2008 15:48:48 -0400 schrieb Patrick Hallinan <[EMAIL PROTECTED]>: > On Sun, 2008-07-27 at 20:27 +0100, Simos Xenitellis wrote: > > On Sun, Jul 27, 2008 at 7:40 PM, Patrick Hallinan > > <[EMAIL PROTECTED]> wrote: > > > On Sun, 2008-07-27 at 14:24 -0400, Paul Davis wrote: > > >> On Su

Re: setting up a gtk dev environment

2008-07-27 Thread Simos Xenitellis
On Sun, Jul 27, 2008 at 8:48 PM, Patrick Hallinan <[EMAIL PROTECTED]> wrote: > On Sun, 2008-07-27 at 20:27 +0100, Simos Xenitellis wrote: >> On Sun, Jul 27, 2008 at 7:40 PM, Patrick Hallinan >> <[EMAIL PROTECTED]> wrote: >> > On Sun, 2008-07-27 at 14:24 -0400, Paul Davis wrote: >> >> On Sun, 2008-0

Re: setting up a gtk dev environment

2008-07-27 Thread Paul Davis
On Sun, 2008-07-27 at 22:02 +0200, Sven Herzberg wrote: > Maybe you can also add this to your jhbuildrc to skip building guile: > skip=['guile'] you can't skip guile without also skipping 'gmp'. i still find it bizarre that these two things are considered part of the "bootstrap" but my bug repor

Re: setting up a gtk dev environment

2008-07-27 Thread Sven Herzberg
Am Sonntag, den 27.07.2008, 15:48 -0400 schrieb Patrick Hallinan: > > I do not know why Werror would be enabled. If you cannot find the > reason, > > then when the compilation fails and you get the jhbuild options as to > > what to do, > > pick Option 4 which gives you a shell. Enter the guile dire

Re: setting up a gtk dev environment

2008-07-27 Thread Patrick Hallinan
On Sun, 2008-07-27 at 20:27 +0100, Simos Xenitellis wrote: > On Sun, Jul 27, 2008 at 7:40 PM, Patrick Hallinan > <[EMAIL PROTECTED]> wrote: > > On Sun, 2008-07-27 at 14:24 -0400, Paul Davis wrote: > >> On Sun, 2008-07-27 at 14:08 -0400, Patrick Hallinan wrote: > >> > Hi, > >> > > >> > I wish to hel

Re: setting up a gtk dev environment

2008-07-27 Thread Simos Xenitellis
On Sun, Jul 27, 2008 at 7:40 PM, Patrick Hallinan <[EMAIL PROTECTED]> wrote: > On Sun, 2008-07-27 at 14:24 -0400, Paul Davis wrote: >> On Sun, 2008-07-27 at 14:08 -0400, Patrick Hallinan wrote: >> > Hi, >> > >> > I wish to help with the development of gtk+ but I'm not having any fun >> > trying to

Re: setting up a gtk dev environment

2008-07-27 Thread Patrick Hallinan
On Sun, Jul 27, 2008 at 2:44 PM, Simos Xenitellis < [EMAIL PROTECTED]> wrote: > Apparently libguile has compilation issues. > You can try to install the package from Fedora so that jhbuild would > not have to compile it for you. > [EMAIL PROTECTED] patrick]# yum list|grep guile guile.x86_64

Re: setting up a gtk dev environment

2008-07-27 Thread Simos Xenitellis
Apparently libguile has compilation issues. You can try to install the package from Fedora so that jhbuild would not have to compile it for you. Simos On Sun, Jul 27, 2008 at 7:40 PM, Patrick Hallinan <[EMAIL PROTECTED]> wrote: > On Sun, 2008-07-27 at 14:24 -0400, Paul Davis wrote: >> On Sun, 200

Re: setting up a gtk dev environment

2008-07-27 Thread Patrick Hallinan
On Sun, 2008-07-27 at 14:24 -0400, Paul Davis wrote: > On Sun, 2008-07-27 at 14:08 -0400, Patrick Hallinan wrote: > > Hi, > > > > I wish to help with the development of gtk+ but I'm not having any fun > > trying to setup a build environment for gtk+. I've looked for help at > > www.gtk.org/develo

[Fwd: Re: setting up a gtk dev environment]

2008-07-27 Thread Paul Davis
Patrick, this should have been sent to the list, not me personally. --- Begin Message --- On Sun, 2008-07-27 at 14:24 -0400, Paul Davis wrote: > On Sun, 2008-07-27 at 14:08 -0400, Patrick Hallinan wrote: > > Hi, > > > > I wish to help with the development of gtk+ but I'm not having any fun > > try

Re: setting up a gtk dev environment

2008-07-27 Thread Paul Davis
On Sun, 2008-07-27 at 14:08 -0400, Patrick Hallinan wrote: > Hi, > > I wish to help with the development of gtk+ but I'm not having any fun > trying to setup a build environment for gtk+. I've looked for help at > www.gtk.org/development.html and developer.gnome.org. I have tried using > jhbuild

setting up a gtk dev environment

2008-07-27 Thread Patrick Hallinan
Hi, I wish to help with the development of gtk+ but I'm not having any fun trying to setup a build environment for gtk+. I've looked for help at www.gtk.org/development.html and developer.gnome.org. I have tried using jhbuild from http://svn.gnome.org/svn/jhbuild/trunk. No dice. Is there help d

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