Hi Pete,
On Mon, 2009-01-19 at 21:45 -0500, Peter Gavin wrote:
> Hello everyone,
>
> A release candidate for Gtk2HS 0.10.0 is available at:
>
>
> http://code.haskell.org/~pgavin/gtk2hs-0.10.0/gtk2hs-0.10.0-rc-20090119.tar.gz
>
> Please test this on your platform. It should build on pretty much any
> platform
> that GHC 6.8 and Gtk+ 2.4 (or so) or later are supported on. You should also
> be
> able to build on Windows using MingW and MSYS. A windows binary installer
> will
> be provided soon.
>
Thanks a lot for putting this together.
Two things:
1)
I get:
/users/absint/simona/local/bin/ghc +RTS -RTS -c
tools/c2hs/base/errors/Errors.hs -o tools/c2hs/base/errors/Errors.o -O
-itools/c2hs/base/admin:tools/c2hs/base/errors:tools/c2hs/base/general:tools/c2hs/base/state:tools/c2hs/base/syms:tools/c2hs/base/syntax:tools/c2hs/c:tools/c2hs/chs:tools/c2hs/gen:tools/c2hs/state:tools/c2hs/toplevel
-package-conf package.conf.inplace -hide-all-packages -package base-3.0.1.0
-package haskell98-1.0.1.0 -package pretty-1.0.0.0 -package containers-0.1.0.1
-package array-0.1.0.0
tools/c2hs/base/errors/Errors.hs:44:0:
Failed to load interface for `Position':
Use -v to see a list of the files searched for.
when generating the dependencies. I saw that you pushed a patch were you
avoid a recursive invocation of 'make'. This might have caused it. The
dependencies in c2hsLocal.deps are correct but I think they are not
honoured by 'make' if it is not invoked recursively.
Interestingly, the build continues and c2hs is built correctly on Linux.
On Mac OS, the build stops with the error above.
2)
I forgot to add ListSort.hs to the extra dist files, hence it is not
included in the tarball and 'make installcheck' fails. Patch attached.
Thanks a lot,
Axel.
*** Makefile.am~ 2009-01-20 03:02:49.000000000 +0100
--- Makefile.am 2009-01-20 08:47:19.000000000 +0100
***************
*** 2885,2890 ****
--- 2885,2891 ----
demo/treeList/resListDND/printer.png \
demo/treeList/resListDND/server.png \
demo/treeList/resListDND/tower.png \
+ demo/treeList/TreeSort.hs \
demo/treeList/Makefile \
demo/unicode/Arabic.hs demo/unicode/Makefile \
demo/calc/CalcModel.hs demo/calc/Calc.hs demo/calc/Makefile \
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Gtk2hs-devel mailing list
Gtk2hs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtk2hs-devel