On 4/16/07, Josef Chladek <[EMAIL PROTECTED]> wrote:
hmmm, although make builds the .xs file, make test can't find it, even
after install make test won't find it in it's installed place...
make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00_load....
# Failed test 'use Class::C3::XS;'
# at t/00_load.t line 9.
# Tried to use 'Class::C3::XS'.
# Error: Can't locate loadable object for module Class::C3::XS
in @INC (@INC contains: /root/Class-C3-XS-0.01_01/blib/lib /root/
Class-C3-XS-0.01_01/blib/arch /etc/perl /usr/local/lib/perl/5.8.8 /
usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/
perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at (eval 3)
line 2
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at t/00_load.t line 9.
# Looks like you failed 1 test of 1.
t/00_load....dubious
This may be an issue with M::B -> MakeMaker compat, I was only using
M::B when testing it locally. Can you try "perl Build.PL; ./Build;
./Build test; ./Build install", etc?
-- Brandon
_______________________________________________
List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class
Wiki: http://dbix-class.shadowcatsystems.co.uk/
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/
Searchable Archive: http://www.mail-archive.com/[email protected]/