Ticket #1160 (closed defect: fixed)
gtk2hs builds but does not install under Windows
| Reported by: | guest | Owned by: | pgavin |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.10.2 |
| Component: | general (Gtk+, Glib) | Version: | |
| Keywords: | Cc: |
Description
To cut a long story short... a few lines that say "$(DESTDIR)/$(pkglibdir)" in Makefile.in and Makefile.am should say "$(DESTDIR)$(pkglibdir)" (ie without the forward slash).
I'm surprised that this doesn't cause problems on other platforms - maybe it does? - but certainly building under MSys on Windows this prevents the installation from working (because directories like /C:/gtk2hs don't exist). And when I correct this error myself then it does work.
This with the 0.10.0 source package.
Change History
Note: See
TracTickets for help on using
tickets.