I've just dowloaded release 7917 from svn, and the compilation on Fedora 3 fails like this:
Compiling Pugs.Run ( src/Pugs/Run.hs, dist/build/src/Pugs/Run. +o ) Skipping Pugs.CodeGen.PIR ( src/Pugs/CodeGen/PIR.hs, dist/build/src/P +ugs/CodeGen/PIR.o ) Skipping Pugs.Compile.Haskell ( src/Pugs/Compile/Haskell.hs, dist/bui +ld/src/Pugs/Compile/Haskell.o ) Skipping Pugs.CodeGen ( src/Pugs/CodeGen.hs, dist/build/src/Pugs/ +CodeGen.o ) Skipping Pugs.Help ( src/Pugs/Help.hs, dist/build/src/Pugs/Hel +p.o ) Skipping Pugs ( src/Pugs.hs, dist/build/src/Pugs.o ) gram.c: In function `syckparse': gram.c:1115: warning: implicit declaration of function `sycklex' src/syck/syck.c: In function `syck_parse': src/syck/syck.c:492: warning: implicit declaration of function `syckpa +rse' /usr/bin/ar: creating dist/build/libHSPugs-6.2.10.a *** Found more than one 'Syck_stub.o' -- using the first one. *** Building: /usr/bin/ghc -package stm -package network -package mtl +-package template-haskell -package base -package unix -package readli +ne -idist/build -Ldist/build -idist/build/src -Ldist/build/src -o pug +s src/Main.hs -lHSPugs-6.2.10 compilation IS NOT required cp pugs /lhome/simonf/pugs/blib/script/pugs /usr/bin/perl -Iinc "-MExtUtils::MY" -e "MY->fixin(shift)" /lhome/simo +nf/pugs/blib/script/pugs cd perl5/Perl6-Container && perl Makefile.PL && make Pugs build should not get here at ../../inc/Module/Install.pm line 29. BEGIN failed--compilation aborted at Makefile.PL line 6. make: *** [build_perl5] Error 2
What can I do? Thanks, Simon

In reply to Pugs compilation problem by simonf

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.