ANNOUNCE: HSX11 1.00

Jens Petersen petersen@redhat.com
07 Jun 2003 06:18:52 +0900


2003年06月06日(金)の23時06分に Alastair Reid 曰く:
>                              HSX11 1.00
>                       A Haskell binding for X11
> 
> In preparation for a major release of HSX11, we are making an alpha
> release for folk to play with.  We welcome bug reports, comments on
> how the system is packaged, the web page, examples, comments from
> those who build binary and source packages, etc. and especially
> welcome comments accompanied by patches or cvs commit messages.

Thanks for the release. :-)

When I run "make all" I get:

 % cd libraries/X11/
 % make all
 rm -f Graphics/X11/Types.o; if [ ! -d Graphics/X11/Types_split ]; then mkdir Graphics/X11/Types_split; else /usr/bin/find Graphics/X11/Types_split -name '*.o' -print | xargs rm -f __rm_food; fi;   
 /usr/bin/ghc -H16m -O -cpp -fglasgow-exts -fffi -Iinclude -package-name X11 -O -Rghc-timing  -package HSgreencard  -package haskell98 -split-objs    -c Graphics/X11/Types.hs -o Graphics/X11/Types.o  -ohi Graphics/X11/Types.hi
 ghc-6.0: unknown package name: Main
 <<ghc: 524314348 bytes, 117 GCs, 5477914/8452384 avg/max bytes residency (8 samples), 23M in use, 0.00 INIT (0.00 elapsed), 3.91 MUT (3.95 elapsed), 1.63 GC (1.67 elapsed) :ghc>>
 make: *** [Graphics/X11/Types.o] Error 1

Anyone else see this?  I wonder what is going on?

Jens