in reply to Inline CPP

So you didn't heed our various advices from this tread. You're again not formatting your posts properly, making them very hard to read.

And yet you still hope that opening a new thread will magically get you better responses, even though refuse to answer some of our questions?

If you don't understand an answer, ask. But don't open a new thread without referencing the old one. We're not stupid, we will notice.

Replies are listed 'Best First'.
Re^2: Inline CPP
by nirf1 (Novice) on May 20, 2008 at 10:57 UTC
    Hi Morits, First of all I am sorry that I didn't wrap the error message before (with code). Second of all I didn't see that Rob answered me until you mentioned it. and third, eveuntually I managed to fix those mysterious errors I had (in the my previous published thread) by starting a new pm file from a sample I found under math folder in inline. This thread is not an attempt to mislead you or something of that kind, and I am sorry that this is the impression that was created. This thread is attempting to solve other problems - namely Linking problems I have when using Inline. I will insert the error message again:
    PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_h +arness(0, 'blib/lib', 'blib/arch')" t/*.t t/cNewModule....ok 1/1Had problems bootstrapping Inline module 'cNewMo +dule_061a' Can't load '/users/nirf/perlTrials/cNewModule/_Inline/lib/auto/cNewMod +ule_061a/cNewModule_061a.so' for module cNewModule_061a: /users/nirf/ +perlTrials/cNewModule/_Inline/lib/auto/cNewModule_061a/cNewModule_061 +a.so: undefined symbol: _ZN7MyClassC1EPKc at /usr/lib/perl5/5.8.5/i38 +6-linux-thread-multi/DynaLoader.pm line 230. at /users/nirf/perlTrials/cpanModulesInstallationInline/lib/perl5/sit +e_perl/5.8.5/Inline.pm line 500 at t/cNewModule.t line 0 INIT failed--call queue aborted. # Looks like your test died just after 1. t/cNewModule....dubious Test returned status 255 (wstat 65280, 0xff00) after all the subtests completed successfully Failed Test Stat Wstat Total Fail Failed List of Failed ---------------------------------------------------------------------- +--------- t/cNewModule.t 255 65280 1 0 0.00% ?? Failed 1/1 test scripts, 0.00% okay. 0/1 subtests failed, 100.00% okay +. make: *** [test_dynamic] Error 2
    Thanks, Nir