Re: pugs link error

2006-02-18 Thread Beau E. Cox
On Friday 17 February 2006 14:48, Peter Schwenn wrote: Dear Beau Cox, I can't make explicit sense of you need to keep the original Parrot source tree around, and let Pugs find one of src/{null,parrot,install}_config.o for embedding to happen. Could you give a concrete example of

Re: pugs link error

2006-02-17 Thread Peter Schwenn
Dear Beau Cox, I can't make explicit sense of you need to keep the original Parrot source tree around, and let Pugs find one of src/{null,parrot,install}_config.o for embedding to happen. Could you give a concrete example of sub-directory placement or environment settings that makes Pugs

pugs link error

2006-02-01 Thread Beau E. Cox
Hi - Compiled/intstalled parrot-0.4.1 revision 11397 (svn). OK. Downloaded pugs 6.2.11 revision 8909 (svn). Link error: ... Compiling Pugs ( src/Pugs.hs, dist/build/Pugs.o ) /usr/bin/ar: creating dist/build/libHSPugs-6.2.11.a *** Building: /usr/bin/ghc -package stm -package network

Re: pugs link error

2006-02-01 Thread Audrey Tang
Beau E. Cox wrote: Compiled/intstalled parrot-0.4.1 revision 11397 (svn). OK. Downloaded pugs 6.2.11 revision 8909 (svn). r8927 added a probe to Makefile.PL: According to Leo, you need to keep the original Parrot source tree around, and let Pugs find one of src/{null,parrot,install}_config.o

Re: Pugs link error

2005-05-26 Thread Autrijus Tang
On Wed, May 25, 2005 at 09:29:56PM +0200, BRTHZI Andrs wrote: It helps for that error, but not for the other one. Still get this: I think rgs have fixed that one as well. Try again? You can use this as the test script -- it works for me: use DBI--perl5; unlink 'test.db'; my $dbh

Pugs link error

2005-05-25 Thread BRTHZI Andrs
Hi, I lost myself a few weeks ago, and still not found: I'm unable to compile Pugs. On IRC, about a week ago, Autrijus helped me, but still not working (but the light are closer). I've Debian Sid (but a lot of things are from source, so it's not true), GHC 6.4 compiled from source, Perl

Re: Pugs link error

2005-05-25 Thread Autrijus Tang
On Wed, May 25, 2005 at 02:44:47PM +0200, BRTHZI Andrs wrote: I've Debian Sid (but a lot of things are from source, so it's not true), GHC 6.4 compiled from source, Perl 5.8.6 (from source), Parrot 0.2.0 devel r8065, and Pugs the latest from SVN. If I try to link Pugs with Parrot and

Re: Pugs link error

2005-05-25 Thread BÁRTHÁZI András
Hi, Lookat your src/Pugs/pugs_config.h and make sure that the PUGS_HAS_PERL5 thing is defined to 1. Also rm src/Pugs/Embed/Perl5.o and Perl5.hi before continuing -- you may need to rm the other .o files that depend on it too. It helps for that error, but not for the other one. Still get