Finally something useful!

You are absolutely correct! And I very much deserve the useless drivel I have received for not knowing that it was two different issues in the first place... That I should have known!

Devel::Peek ... Output ... NOT!
# perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Devel::Peek # make cp Peek.pm blib/lib/Devel/Peek.pm /usr/bin/perl /usr/local/lib/perl5/5.8.8/ExtUtils/xsubpp -typemap /us +r/local/lib/perl5/5.8.8/ExtUtils/typemap Peek.xs > Peek.xsc && mv Pe +ek.xsc Peek.c Please specify prototyping behavior for Peek.xs (see perlxs manual) cc -c -DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.8/BSDPAN" -DHAS_FPSET +MASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -Wdeclaration-a +fter-statement -I/usr/local/include -O2 -fno-strict-aliasing -pipe + -DVERSION=\"0.96\" -DXS_VERSION=\"0.96\" -DPIC -fPIC "-I/usr/local/ +lib/perl5/5.8.8/mach/CORE" Peek.c Peek.xs: In function 'my_sv_peek': Peek.xs:162: error: 'sv_undef' undeclared (first use in this function) Peek.xs:162: error: (Each undeclared identifier is reported only once Peek.xs:162: error: for each function it appears in.) Peek.xs:162: error: 'sv_no' undeclared (first use in this function) Peek.xs:162: error: 'sv_yes' undeclared (first use in this function) Peek.xs:292: error: 'na' undeclared (first use in this function) Peek.xs: In function 'DumpOP': Peek.xs:320: error: 'op_name' undeclared (first use in this function) Peek.xs:327: error: 'op_desc' undeclared (first use in this function) Peek.xs:333: error: 'GVOP' undeclared (first use in this function) Peek.xs:333: error: expected expression before ')' token Peek.xs:335: error: expected expression before ')' token Peek.xs:336: error: 'na' undeclared (first use in this function) Peek.xs:469: error: 'REGEXP' has no member named 'check_substr' Peek.xs:472: error: 'REGEXP' has no member named 'check_substr' Peek.xs:504: error: 'CONDOP' undeclared (first use in this function) Peek.xs:504: error: expected expression before ')' token Peek.xs:505: error: expected expression before ')' token Peek.xs: In function 'DumpLevel': Peek.xs:1000: error: 'na' undeclared (first use in this function) Peek.xs: In function 'DeadCode': Peek.xs:1119: error: 'sv_arenaroot' undeclared (first use in this func +tion) Peek.xs:1152: error: 'sv_undef' undeclared (first use in this function +) *** Error code 1 Stop in /usr/home/gary/cpan/Devel-Peek-0.96.

fh : )_~


In reply to Re^8: Malformed UTF-8 character, TagLib by Anonymous Monk
in thread Malformed UTF-8 character, TagLib by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.