simonf has asked for the wisdom of the Perl Monks concerning the following question:
What can I do? Thanks, SimonCompiling 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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Pugs compilation problem
by Corion (Patriarch) on Nov 11, 2005 at 20:50 UTC | |
by simonf (Novice) on Nov 11, 2005 at 21:05 UTC | |
by eyepopslikeamosquito (Archbishop) on Nov 12, 2005 at 09:10 UTC | |
by tmoertel (Chaplain) on Nov 13, 2005 at 03:21 UTC | |
by simonf (Novice) on Nov 16, 2005 at 23:03 UTC | |
|
Re: Pugs compilation problem
by audreyt (Hermit) on Nov 12, 2005 at 22:37 UTC | |
|
Re: Pugs compilation problem
by tphyahoo (Vicar) on Nov 12, 2005 at 12:25 UTC |