2 patches for repository http://code.haskell.org/gtk2hs:
Mon Apr 23 09:31:08 FET 2012 Sergei Trofimovich <[email protected]> * Fix build failure against glib-2.32 In file included from Graphics/UI/Gtk/General/hsgthread.c:29:0: /usr/include/glib-2.0/glib/gthread.h:28:2: error: #error "Only <glib.h> can be included directly." Mon Apr 23 09:33:14 FET 2012 Sergei Trofimovich <[email protected]> * Fix include path on cabal-1.14 Building cairo-0.12.3... Preprocessing library cairo-0.12.3... dist/build/Graphics/Rendering/Cairo/Matrix.h:1:26: fatal error: cairo-gtk2hs.h: No such file or directory compilation terminated. gtk2hsC2hs: Error during preprocessing custom header file P.S.: please add target email address as default to the darcs repository. Thanks :]
New patches: [Fix build failure against glib-2.32 Sergei Trofimovich <[email protected]>**20120423063108 Ignore-this: cea441ef4442d0d44d4974f8b0024186 In file included from Graphics/UI/Gtk/General/hsgthread.c:29:0: /usr/include/glib-2.0/glib/gthread.h:28:2: error: #error "Only <glib.h> can be included directly." ] hunk ./gtk/Graphics/UI/Gtk/General/hsgthread.c 29 */ #include <glib.h> -#include <glib/gthread.h> #include <gdk/gdk.h> #include "hsgthread.h" [Fix include path on cabal-1.14 Sergei Trofimovich <[email protected]>**20120423063314 Ignore-this: ed72a58f39def26c3590f59523fd6a8f Building cairo-0.12.3... Preprocessing library cairo-0.12.3... dist/build/Graphics/Rendering/Cairo/Matrix.h:1:26: fatal error: cairo-gtk2hs.h: No such file or directory compilation terminated. gtk2hsC2hs: Error during preprocessing custom header file ] hunk ./cairo/cairo.cabal 72 Graphics.Rendering.Cairo.Internal.Surfaces.PS Graphics.Rendering.Cairo.Internal.Surfaces.SVG extensions: ForeignFunctionInterface + Include-dirs: . x-c2hs-Header: cairo-gtk2hs.h pkgconfig-depends: cairo >= 1.2.0 if flag(cairo_pdf) Context: [record carefully what I'm supposed to do when it comes time to make a release Daniel Wagner <[email protected]>**20120422231212 Ignore-this: 74beca0a3c44929e5db7d03681b7e3ed ] [add a surface type for raw data, plus a demo program showing how to use this with SDL (code supplied by Eli Frey) Daniel Wagner <[email protected]>**20120422195206 Ignore-this: 254fd58bd2322a9fecb5449741d7a697 ] [Add entryGet/SetBuffer functions. [email protected]**20120420133554 Ignore-this: 5e083fd21fc5e63986fa0bae6a7d5442 ] [Bindings for gtk_menu_item_get_label, gtk_menu_item_get_use_underline, and the associated setters. [email protected]**20120411140517 Ignore-this: cc9d70d06e02b6ae93fe8e39daf96ea7 ] [added pixbufNewFromData [email protected]**20120320190411 Ignore-this: e3bd65acdcad39fbe22258e53ec4ed22 ] [Add a note on how to connect to bufferInsertText. [email protected]**20120313141311 Ignore-this: c9a6011fbae46b14c6c18d92de9e6732 ] [update .cabal files: bump version numbers + record which versions of GHC this has been tested with Daniel Wagner <[email protected]>**20120308231332 Ignore-this: fe46cb8791cb9fb36618f26678dc3f4a ] [fixes for gtk-2.12 on Windows Daniel Wagner <[email protected]>**20120308101311 Ignore-this: 5c66fd3081d3f6cdadde33ddfad2a70 ] [Correct the name/path of the glib #include Duncan Coutts <[email protected]>**20120305202045 Ignore-this: 89a8cba1724af487f2a5bc633cb302cc It must be #include <glib.h> and not #include <glib-2.0/glib.h> This fixes the build on Windows. ] [do more escaping in the codegen to let this build in Windows Daniel Wagner <[email protected]>**20120224020534 Ignore-this: 3da4564c8736fdc3fa114bb96098162c ] [and note the "glade" requirement for these two Daniel Wagner <[email protected]>**20120213171910 Ignore-this: c34d418be4fbd7990a2eefd21d79393a ] [note the uzbl requirement Daniel Wagner <[email protected]>**20120213171716 Ignore-this: 32d999fd5040449834c945a4fe32c876 ] [added widgetRestoreFg, widgetRestoreBg, widgetRestoreText, widgetRestoreBase [email protected]**20120129213806 Ignore-this: dc8a919c680a57799abbd1f19b40825d These new functions undo the effects of previous calls are to widgetModifyFg, widgetModifyBg, widgetModifyText, and widgetModifyBase. Whilst it may have been preferable to implement this behaviour by having the existing functions take a Maybe type (as this would be consitent with both widgetModifyFont and the underlying gtk API), new functions were added so as to preserve the current API. ] [update my email address [email protected]**20120208225806 Ignore-this: 84924b7c3f735b01ed54c79e399bcebb ] [Fix comments. [email protected]**20120208225031 Ignore-this: 321e8a84b0aded58637d00eee117ca6 ] [add a boring file Daniel Wagner <[email protected]>**20120129003327 Ignore-this: dc0f7fd6a875a6ee32f5097dac468c44 ] [switch from null-terminated string connection to (string,length) connection in bufferInsertText Daniel Wagner <[email protected]>**20110610175442 Ignore-this: 4ed4d2fee993ceb3a959efb1647affd9 ] [Fix the type generator for GHC 7.4 Duncan Coutts <[email protected]>**20120120065006 Ignore-this: e28ed526c725b8b57473ce2b8b0ebd6d GHC 7.4 is stricter about FFI imports with newtypes, the newtype constructor must be visible at the point of import. ] [Fix cairo for GHC 7.4 Duncan Coutts <[email protected]>**20120120064243 Ignore-this: 934841cfaea0d33a579f03e527be631a Changes in Num type class ] [Fix glib for change in RTS API in GHC 7.4 Duncan Coutts <[email protected]>**20120120064020 Ignore-this: a27001c378bda1249de4ecd2b94bfeaa ] [handle property notificaiton correctly [email protected]**20111216130816 Ignore-this: c3fd3153e90ece000baf94b638fcbe67 ] [Make Setup more robust when checking for installed gtk2hsC2hs. Bump version numbers of all pacckages to 0.12.2 [email protected]**20111113220056 Ignore-this: 9dd93388949b4e433ab175e3ca27b4a0 ] [Bump version numbers [email protected]**20111113212032 Ignore-this: d621d5510265d852ab2eb824b0d61519 ] [inline c2hs conversion functions [email protected]**20111103074015 Ignore-this: 74a5fc8a351707890e396a4b7305c548 ] [Fix bug in pangoShape that always shaped the whole string passed to pangoItemize. [email protected]**20111031082433 Ignore-this: 462a4676bc3a7a1f804ce05878119d5e ] [Fix Entry to build with 2.12. [email protected]**20111024151012 Ignore-this: 54932aa12ce1664e6ca2ff20aa53dd29 ] [Try to fix printer settings to compile with Gtk 2.12. [email protected]**20111024141939 Ignore-this: 6c9a2eac399e4f882893297d7233a944 ] [Make compile with glib 2.20. [email protected]**20111012131316 Ignore-this: 7e1b3cfd8012d11316b53907bb49fe05 ] [Haddock fixes. [email protected]**20111006063053 Ignore-this: 217edb2f7815d8be9fb586adb0f82a73 ] [TAG 0.12.1 Duncan Coutts <[email protected]>**20110912114758 Ignore-this: 9edd3aeab3701dfaafabaaf7d819e4 ] Patch bundle hash: 751c1bd60e0597df526226117618b9b54090cc68
------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________ Gtk2hs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gtk2hs-devel
