Re: GtkTextBuffer stripping carriage returns?

2012-11-19 Thread Earnie Boyd
On Thu, Nov 15, 2012 at 2:13 PM, kcir...@lavabit.com wrote: I've got a GtkTextBuffer, and I'm pasting some text that contains a carriage return in it (e.g., \r\n). I know for sure that there's an \r\n in it because when I copy the text from the buffer into a hex editor, it shows the \r\n is

Re: glib thread support win32

2012-09-05 Thread Earnie Boyd
On Tue, Sep 4, 2012 at 8:58 PM, Marko Lindqvist wrote: On 3 July 2012 01:32, Marko Lindqvist wrote: On 3 July 2012 01:18, Marko Lindqvist wrote: dpkg -S $(which i586-mingw32msvc-gcc) mingw32: /usr/bin/i586-mingw32msvc-gcc I now suspect that problem is in that for some reason Debian has

Re: Glib 2.32.x, Win32 and threading

2012-07-06 Thread Earnie Boyd
On Thu, Jul 5, 2012 at 4:30 PM, Chris Vine wrote: On Thu, 05 Jul 2012 18:45:25 +0200 Martin Schlemmer martin.schlem...@nwu.ac.za wrote: Anyhow, I am now aware of the problem, but for sake of legacy code that might still use gdk_threads_init(), should I file a bug with the patch, or maybe to

Re: Glib 2.32.x, Win32 and threading

2012-07-06 Thread Earnie Boyd
On Fri, Jul 6, 2012 at 8:31 AM, Chris Vine ch...@cvine.freeserve.co.uk wrote: On Fri, 6 Jul 2012 07:29:18 -0400 Earnie Boyd ear...@users.sourceforge.net wrote: [snip] It may depend on which compiler, the compiler version and whose distribution of that compiler is being used. Are you using

Re: glib thread support win32

2012-06-28 Thread Earnie Boyd
On Wed, Jun 27, 2012 at 7:22 AM, Marko Lindqvist cazf...@gmail.com wrote: On 24 June 2012 22:07, Dieter Verfaillie diet...@optionexplicit.be wrote: On Sun, 24 Jun 2012 11:27:36 +0300, Marko Lindqvist wrote: Relevant part of stderr: /var/crosser/src/glib-2.32.3/glib/gatomic.c:630:21: error:

Re: Compiling glib on win32

2012-03-01 Thread Earnie Boyd
On Thu, Mar 1, 2012 at 6:34 AM, Manuel Ferrero wrote: salsaman salsa...@gmail.com: On Thu, 01 Mar 2012 09:34:50 +0100, Manuel Ferrero wrote: I can't see python as a prerequisite to compile GLib: http://developer.gnome.org/glib/2.30/glib-building.html Check configure.ac, it specifically

Re: Install GTK on windows using no official installers

2012-02-10 Thread Earnie Boyd
On Fri, Feb 10, 2012 at 8:21 AM, Manuel Ferrero mferr...@reer.it wrote: Manuel Ferrero ha scritto: Any help, please? Problem solved: I had some issue with a previous GTK installation and a messy environment PATH. Once I figured out I was able to make my application work. I dislike

GLIB and MinGW

2011-10-08 Thread Earnie Boyd
I've built version 2.29.92 with MinGW's gcc version 4.6.1 and binutils version 2.21.53.20110804. I'm seeing a SIGSEGV error caused from an infinite loop at line 732 of glib/gatomic.c (as seen by the bt from gdb). The calling program dbus-glib-tool calls g_type_init () and never returns. The