Custom Query (152 matches)
Results (25 - 27 of 152)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1094 | fixed | Enumeration documentation needs updating | duncan | duncan |
| description |
The gtk/Graphics/UI/Gtk/General/Enums.chs.pp module has not seen much love. In particular the documentation has never been updated. I think what needs to be done is that the code gen should be modified to deal with them as follows: for enums used only in a single module, they should be defined, documented and exported from that module; for enums that are shared they should be defined and documented in a shared module. Currently the code gen does not deal with generating definitions for enums at all. |
|||
| #1247 | fixed | Eq context missing in Graphics/Rendering/Cairo/Types.chs in cairo 0.12.2 | paolo | guest |
| description |
Context (Eq a) in function cToBool, module Graphics/Rendering/Cairo/Types.chs:364 is needed to build with a recent ghc-7.4 (because of changes in toBool (Foreign/Marshal/Utils.hs) of the base package). |
|||
| #1155 | invalid | Error building from source on Windows | somebody | guest |
| description |
I've downloaded a gtk+ bundle from gtk website and I have gcc 4.3.3 from tdragon. After downloading gtk2hs source, I call configured as: configure --with-hcflags='-O -optl-s' --disable-split-objs CFLAGS='-s -O4' LDFLAGS='-s -O4' --prefix=/c/gtk2hs in the middle, errors come by. Here's a few last parts of the error messages: make all-am make[1]: Entering directory `/d/Sources/ghc/gtk2hs-0.10.0' gcc -E -x c -traditional-cpp -Ic:/gtk+/include/cairo -Ic:/gtk+/include/libpng12 -DGTK2HS_HS_PREPROC -include gtk2hs-config.h cairo/Graphics/Rendering/Cairo.hs.p p -o cairo/Graphics/Rendering/Cairo.hs make[1]: *** No rule to make target |', needed by tools/c2hs/base/admin/BaseVe rsion.o'. Stop. make[1]: Leaving directory `/d/Sources/ghc/gtk2hs-0.10.0' make: *** [all] Error 2 Any suggestions? Btw, the gtk2hs is of version 0.10.0 |
|||