Re: Wrapping GtkPlacesSidebar

2013-09-09 Thread Juan Rafael García Blanco
On Sep 8, 2013 4:06 PM, Kjell Ahlstedt kjell.ahlst...@bredband.net wrote: 2013-09-06 22:49, Juan Rafael García Blanco skrev: Hi, Thank you very much. That script got serious :) I patched gtk_signals.defs and that did the trick: now I don't see the warning message, and the GFile is wrapped

Re: Glib::ustring in mingw

2013-09-09 Thread Edscott Wilson
Problem solved, more or less. The issue is with gcc compiler. Apparently the gtkmm bundle package is build with gcc-4.6.2, and some hack or other is done to get glib/glibmm to compile. If you try to compile and link your program with a different gcc version (I tried 4.7.0 and 4.7.2) the ustring

Re: Glib::ustring in mingw

2013-09-09 Thread Alcione Ferreira
I suggest even recompile gtkmm, had to do that here! Eu sugiro ainda recompilar o gtkmm, tive que fazer isso aqui! 2013/9/9 Edscott Wilson edscott.wilson.gar...@gmail.com Problem solved, more or less. The issue is with gcc compiler. Apparently the gtkmm bundle package is build with

RE: Glib::ustring in mingw

2013-09-09 Thread Gavin Lambert
You can never trust using prebuilt C++ libraries made with any other version of any compiler than precisely the one that you’re using. The C++ ABI is not sufficiently standardised to trust cross-compatibility. It’s often not even safe to trust prebuilt libraries even if you do know they were