Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^2: How much Perl6 have we got?

by lolajl (Acolyte)
on Aug 21, 2005 at 11:16 UTC ( [id://485513]=note: print w/replies, xml ) Need Help??


in reply to Re: How much Perl6 have we got?
in thread How much Perl6 have we got?

Speaking of which, is there a binary package of Pugs for OSX? Like PxPerl, which is compiled for Windows OS ?

Replies are listed 'Best First'.
Re^3: How much Perl6 have we got?
by neniro (Priest) on Aug 21, 2005 at 11:29 UTC
      Unfortunately, it's not that simple. After installing this package, this is what shows up when I run this:
      install Perl6::Pugs
      ghc-pkg: cannot find package plugins
      *** Inline Haskell support disabled.  If you want dynamic loading
          of haskell modules, please install the hs-plugins library:
              http://www.cse.unsw.edu.au/~dons/code/hs-plugins
          Remember to "make register" after "make install" for hs-plugins!
      
      *** Perl 5 embedding disabled.  If you want Perl 5 support, please set the
          PUGS_EMBED environment variable to contain "perl5".
      
      *** GHC 6.4.0 cannot work with GCC 4.0 on Mac OS X.
          Please use "sudo gcc_select 3.3" to pick an earlier version of gcc,
          or set the CC environment variable to "/usr/bin/gcc-3.3".
      Running make test
        Make had some problems, maybe interrupted? Won't test
      Running make install
      
      Attempting to install the hs-plugins ultimately brings up this, after running make:
      Rebuilding dependencies ... Could not find module `Language.Haskell.Hsx':
        use -v to see a list of the files searched for
        (imported from System/Plugins/Parser.hs)
      
      Moving on, after changing gcc to 3.3, I then attempted to install Perl6::Pugs, it wouldn't install at all. I got this:
        Makefile.PL returned status 65280
      Running make test
        Make had some problems, maybe interrupted? Won't test
      Running make install
        Make had some problems, maybe interrupted? Won't install
      
      I've attempted this before, so that's why I asked if there's a binary installation.
        *** GHC 6.4.0 cannot work with GCC 4.0 on Mac OS X. Please use "sudo gcc_select 3.3" to pick an earlier version of gcc, or set the CC environment variable to "/usr/bin/gcc-3.3".

        If you've already installed Xcode you just need to sudo gcc_select 3.3 to continue from this point - there is no need to install those hs-plugins. If you haven't installed Xcode, you can find it on your Tiger-cd.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://485513]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-04-25 09:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found