Ticket #1104 (closed defect: duplicate)
CULong -> CUInt needed in Gstreamer chs modules to build on 32-bit system.
| Reported by: | guest | Owned by: | somebody |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general (Gtk+, Glib) | Version: | 0.9.12 |
| Keywords: | Cc: | harold.wadleigh@… |
Description
Only CULong is declared in the files, but c2hs seems to generate references to CUInt.
I'm having the problem on 32-bit Ubuntu. I don't recall hitting any glitches when I compiled it on my 64-bit Ubuntu machine.
My fix: I just added CUInt to the imports. Diff attached.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.