Re: [Haskell-cafe] Parse error in a package file

2005-02-14 Thread Dmitri Pissarenko
Looks like there are a bunch of mis-placed "-L"s in the file. Maybe they need to be quoted? Do you mean this 1) Before: library_dirs = [ "c:/Programme/haskell-jvm-bridge-0.3-RC1/lib/"-L ], After: library_dirs =

Re: [Haskell-cafe] Parse error in a package file

2005-02-13 Thread Isaac Jones
Dmitri Pissarenko <[EMAIL PROTECTED]> writes: > Hello! > > I'm building the haskell-jvm-bridge (http://sourceforge.net/projects/jvm- > bridge/). > > The final step of the building procedure is to install the package of haskell- > jvm-bridge. > > When I enter ghc-pkg -a -f javavm.ghc-pkg I'm gettin

[Haskell-cafe] Parse error in a package file

2005-02-13 Thread Dmitri Pissarenko
Hello! I'm building the haskell-jvm-bridge (http://sourceforge.net/projects/jvm- bridge/). The final step of the building procedure is to install the package of haskell- jvm-bridge. When I enter ghc-pkg -a -f javavm.ghc-pkg I'm getting the error javavm.ghc-pkg: parse error in package config fil