This is going to be the last preflight before the actual release tomorrow. Please test preflight #2, which should fix all the Win32 and GHC/Cabal building issues (SIZE: 2691084, SHA1: d996445c7c35b3a52e668a3c42dd7c1880ce2a31). Thanks! :-)
« Jifty talk at Portland.pm. | Main | Pugs 6.2.12 released! »
You can follow this conversation by subscribing to the comment feed for this post.
The comments to this entry are closed.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
i can't be the only one having this error on Win32 but haven't seen it reported. had it for a few days. thanks.
C:/ghc/ghc-6.4.2/include/HsBase.h:506: warning: "struct dirent" declared inside parameter list
C:/ghc/ghc-6.4.2/include/HsBase.h:506: warning: its scope is only this definition or declaration, which is probably not what you want
C:/ghc/ghc-6.4.2/include/HsBase.h: In function `__hscore_d_name':
C:/ghc/ghc-6.4.2/include/HsBase.h:508: error: dereferencing pointer to incomplete type
Build failed: 256 at util\build_pugs.pl line 120.
offending code in Hsbase.h:
INLINE HsAddr
__hscore_d_name( struct dirent* d )
{
return (HsAddr)(d->d_name);
}
i think compiling UTF8.lhs is the issue but GHCi loads it Ok. no clue. rgds.
Posted by: Max | 2006.06.27 at 06:15 AM