dallen16 has asked for the wisdom of the Perl Monks concerning the following question:

I'm experiencing what I hope is a simple problem trying to build DBD::DB2 on Strawberry Perl on Win 2K8.

When compiling Constants.c, it dies because it can't find several type definitions like "__in_ecount" -- which are defined in MS's Specstrings.h.

I suspect that a define is missing that would include alternate definitions of "__in_ecount" and the other types.

Anyone have any good suggestions how to include these type definitions?

Many thanks in advance.

Replies are listed 'Best First'.
Re: Building DBD::DB2 on Strawberry Perl (rt)
by Anonymous Monk on Aug 14, 2013 at 02:12 UTC