Recently I came back to some embedded perl I wrote some time ago, only this time the perl stuff did not compile. The compiler can't find the definitions of things like push_scope, save_int, stack_grow which are defined by the #define's ENTER, SAVETMPS, PUSHMARK etc. I have included the needed <EXTERN.h> and <perl.h> in that order. I tried working through all the #defines to get to the native embedded assembly, but it just was not work, however the easy things like Perl_ functions where now defined. I figured this was probably a common problem. So I suppose I'm missing something. I went from v5.8.0 to 5.8.5 with a new system build, so its possible I left out a path or lib or something, although this project is exactly the same. I thought all my dependencies stuff was fine in the makefiles. Never had a problem before. Thanks in advance. ~Steve

In reply to Am I missing something? by SCOSwriter

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.