> -----Ursprüngliche Nachricht----- > Von: "Neil Mitchell" <[EMAIL PROTECTED]> > Gesendet: 06.03.07 10:33:11 > An: "Gottfried F. Zojer" <[EMAIL PROTECTED]> > CC: [email protected] > Betreff: Re: [Haskell] Haskell Dependency/Installation FilePath
> Hi > > > Loading package base ... linking ... done. > > [1 of 1] Compiling Main ( > > C:/ghc/ghc-6.6/filepath-0.11/filepath/Setu > > p.hs, interpreted ) > > Ok, modules loaded: Main. > > *Main> > > You have probably downloaded FilePath, but not installed it. Try: > > cd C:/ghc/ghc-6.6/filepath-0.11/filepath > runhaskell Setup configure > runhaskell Setup build > runhaskell Setup install > > Then attempt the installation of MissingH again. > > Thanks > > Neil > Hallo Neil , Thanks for the advice.Well Filepath was installed and at the end everything looked fine. MissingH installation with (winbuild) was going through.I m further now with MissingPy and its the same symptom.(see compile log) Like on the first attempt with MissingH !? [44 of 46] Compiling System.Path.Glob ( src/System/Path/Glob.hs, dist\build/Syst em/Path/Glob.o ) [45 of 46] Compiling System.Debian.ControlParser ( src/System/Debian/ControlPars er.hs, dist\build/System/Debian/ControlParser.o ) [46 of 46] Compiling System.Debian ( src/System/Debian.hs, dist\build/System/ Debian.o ) C:\ghc\ghc-6.6\bin\ar.exe: creating dist\build\libHSMissingH-0.18.0.a C:\server\missingh_0.18.1\missingh> C:\Python24\missingpy_0.1.0\missingpy>runhaskell Setup configure Setup: Warning: Unknown field 'options-ghc' Setup: Warning: Unknown field 'hidden-modules' Setup: Warning: Unknown field 'extra-libs' Setup: Warning: No license-file field. Configuring MissingPy-0.1.0... configure: Dependency haskell-src-any: using haskell-src-1.0 Setup: cannot satisfy dependency MissingH>=0.9.0 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< C:\Python24\missingpy_0.1.0\missingpy>runhaskell Setup build Setup: Warning: Unknown field 'options-ghc' Setup: Warning: Unknown field 'hidden-modules' Setup: Warning: Unknown field 'extra-libs' Setup: error reading ./.setup-config; run "setup configure" command? C:\Python24\missingpy_0.1.0\missingpy> C:\Python24\missingpy_0.1.0\missingpy>python gencabal.py *** Generating MissingPy.cabal based on these settings *** Please edit MissingPy.cabal if the detected settings are *** incorrect. Include path for Python headers: C:\Python24\include Library paths for Python library: None, C:\Python24\Lib\site-packages Python library name: python2.4 Thanks for any feedback Best regards Gottfried www.wirtschaftswunder.co.uk www.5152.eu _______________________________________________ Haskell mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell
