Running application on WindowsXP automatically MS-DOS prompt ???

2008-07-27 Thread Marco Rocco
Hello, why if i run my gtk+ application on windows, when i double click on it, i see the application and automatically it open also ms-dos shell ? ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

Re: Running application on WindowsXP automatically MS-DOS prompt ???

2008-07-27 Thread Allin Cottrell
On Sun, 27 Jul 2008, Marco Rocco wrote: why if i run my gtk+ application on windows, when i double click on it, i see the application and automatically it open also ms-dos shell ? Because you didn't pass the flag -mwindows to the compiler when building the app, and so got a console

Redrawing and focus events with GtkSocket

2008-07-27 Thread Arun Tejasvi Chaganty
Hey, I'm writing a plugin that uses a GtkSocket to embed gvim (a graphical version of vim). I am making some remote calls to it (via dbus) that change the current cursor position in gvim, however this change is not reflected in gvim until I scroll using the mouse wheel. If I click somewhere

Setting widget styles

2008-07-27 Thread Tony Houghton
I want to change the cursor/caret aspect ratio for a widget on the fly. The docs say you should first call gtk_widget_get_modifier_style(), make your modifications to the returned style, then call gtk_widget_modify_style() with that style. The trouble is I can't find any way to modify a style. I

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.

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

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 from

[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. ---BeginMessage--- 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, 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/development.html

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,

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
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 setup a build

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 help with the

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 directory

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 report

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 Sun, 2008-07-27

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: 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 that is