Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Pugs build error OS X

1 view
Skip to first unread message

Will Coleda

unread,
Apr 21, 2006, 8:28:47 AM4/21/06
to perl6-c...@perl.org
Fresh SVN checkout of pugs (Revision: 10048)

$ env CC="/usr/bin/gcc-3.3" PUGS_EMBED="parrot perl5" perl Makefile.PL
<snip>
Generating precompiled Prelude... dyld: Library not loaded: /usr/
local/lib/libparrot.dylib
Referenced from: /Users/wcoleda/research/pugs/./pugs
Reason: image not found
Use of uninitialized value in length at util/gen_prelude.pl line 158.
system: [/usr/bin/perl util/gen_prelude.pl -v -i src/perl6/Prelude.pm
-p ./pugs --output blib6/lib/Prelude.pm.yml]: No such file or
directory at util/build_pugs.pl line 280.
make: *** [pugs] Error 2
$ sw_vers
ProductName: Mac OS X
ProductVersion: 10.4.6
BuildVersion: 8I127
$ uname -r
8.6.0
$ ghc --version
The Glorious Glasgow Haskell Compilation System, version 6.4.1
$ /usr/bin/gcc-3.3 -v
Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs
Thread model: posix
gcc version 3.3 20030304 (Apple Computer, Inc. build 1819)

Same error using GCC 4.0.1.

Darren Duncan

unread,
Apr 21, 2006, 11:49:17 PM4/21/06
to perl6-c...@perl.org
At 8:28 AM -0400 4/21/06, Will Coleda wrote:
>Fresh SVN checkout of pugs (Revision: 10048)

Try it again. When I updated last night, the current version was
r10054, and it compiled on my 10.4.6 system just fine. -- Darren
Duncan

0 new messages