in reply to Re: how to hack on pugs in ghci?
in thread how to hack on pugs in ghci? how to use perl6 regexen and grammars in haskell?

This was a partial solution: it got me past the missing datafile problem. However, now I have another error:

During interactive linking, GHCi couldn't find the following symbol: text__prelude_pm This may be due to you not asking GHCi to load extra object files, arc +hives or DLLs needed by your current session. Restart GHCi, specifyi +ng the missing library using the -L/path/to/object/dir and -lmissingl +ibname flags, or simply by naming the relevant files on the GHCi comm +and line. Alternatively, this link failure might indicate a bug in GH +Ci. If you suspect the latter, please send a bug report to: glasgow-h +askell-bugs@haskell.org

Replies are listed 'Best First'.
Re^3: how to hack on pugs in ghci?
by Yary (Pilgrim) on Mar 16, 2009 at 17:36 UTC
    dev.pugscode.org/browser will show activity in the pugs subversion tree- it's generally busy since that's where the specs and tests live. But drilling into the src/Pugs directory shows it's pretty quiet in there. Dead is too strong a word, quiescent is better...