Color me stupid. 5.5.x == 5.005_03? Damn version strings are evil to this day.

The main reason I'm shooting for 5.005_3 is that all of the FreeBSD 4.x boxen have that in the stock OS, with no real need to upgrade to 5.6.1 in most cases. Worst case I'll just wait to test under 5.005 on those things later.

I have however, had a few other thoughts.

DBI.xs(51) : warning C4273: 'getpid' : inconsistent dll linkage. dlle +xport assumed. DBI.xs(66) : error C2951: template declarations are only permitted at +global or namespace scope

The first line of trouble would seem to indicate a mismatch in the linker even though I'm using the same make/linker used to make the version of perl. Makebe my C++ install is too new (Service Packe 6) and therehave been linker changes mucking the works. It might be worth a shot of simply compiling the ActiveState 5.005 sources on my machine and go from there.

I also stumbled across some mention of templates and namespace issue while compiling modules on win32, but I'll be darned if I can find that now.


In reply to Re^2: DBI Compile Under Win32 Perl 5.005_03 by jk2addict
in thread DBI Compile Under Win32 Perl 5.005_03 by jk2addict

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.