Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^4: [Ceph::RADOS] Help Debugging Inline C

by three18ti (Monk)
on Nov 09, 2013 at 20:03 UTC ( [id://1061861]=note: print w/replies, xml ) Need Help??


in reply to Re^3: [Ceph::RADOS] Help Debugging Inline C
in thread [Ceph::RADOS] Help Debugging Inline C

Hey Chris

Thanks for the advice. What does this bit do?

BUILD_NOISY || VERBOSE || DEBUG = 1 || TRUE

I was unable to get that to work when pasted in as it sits, adjusting to:

BUILD_NOISY=> 1, VERBOSE => 1, DEBUG => 1,

Gives me an error that Verbose and Debug are not valid config directives for Inline::C. A quick check of the Inline documentation confirms this. While I've solved this specific error (see below), I intend to continue working on this module, so if I can enable more verbose error messaging I think it may help down the line.

Thanks again for your help!

Replies are listed 'Best First'.
Re^5: [Ceph::RADOS] Help Debugging Inline C
by taint (Chaplain) on Nov 09, 2013 at 20:57 UTC
    LOL. Sorry. As noted -- "Thinking out loud"

    I was just asserting in my mind that
    BUILD_NOISY is the same, or equal to VERBOSE, which is the same as, or equal to DEBUG if they were set 1 or TRUE

    Sorry for any confusion.

    In other words; if setting BUILD_NOISY TRUE, or to a positive integer didn't work. Setting any of the following might/would be an effective equivilent: VERBOSE, DEBUG.

    That's all.

    Again, sorry for any confusion I might have added.

    --Chris

    #!/usr/bin/perl -Tw
    use Perl::Always or die;
    my $perl_version = (5.12.5);
    print $perl_version;

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1061861]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-19 19:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found