Hi, I've just downloaded GHC (v6.4.1) and co'd the Pugs trunk (rev. 9055). When I run 'perl Makefile.PL', I get the following:
bash-3.00$ perl Makefile.PL ** Note that Cygwin support for pugs still depends on the .msi version of GHC and does not provide POSIX features absent from an MSYS build. If you wish to fix this please refer to: http://www.haskell.org/ghc/docs/5.04/html/building/winbuild.html http://www.reed.edu/~carlislp/ghc6-doc/users_guide/x11221.html *** Probing configuration (please ignore any warnings)... *** ghc not found in path. Looking in C:/ghc *** Found C:/ghc/ghc-6.4.1/bin/ghc.exe Chasing modules from: Setup.lhs Compiling Main ( Setup.lhs, Setup.o ) Linking ... ghc-pkg.exe: cannot find package plugins pugs-tmp-4928.hs:4:2: Not in scope: `setCatchSignals' pugs-tmp-4928.hs:5:2: Not in scope: `setCatchSigwinch' Substitution pattern not terminated at (eval 12) line 1. --- I've tried this both from within Cygwin and just from Visual Studio; both fail as above. Have I missed some pre-build step? Many thanks, Uzair