I know this is an old post, but I need help getting Net::LibIDN installed in Windows. I successfully built libidn-1.12 as a static library using MinGW/MSYS and the instructions from syphilis, but now I get the following output when I create the make file...
$ perl Makefile.PL Found LibIDN, with TLD checking support Checking if your kit is complete... Looks good Note (probably harmless): No library found for -lidn Note (probably harmless): No library found for -liconv Note (probably harmless): No library found for oldnames.lib Note (probably harmless): No library found for kernel32.lib Note (probably harmless): No library found for user32.lib Note (probably harmless): No library found for gdi32.lib Note (probably harmless): No library found for winspool.lib Note (probably harmless): No library found for comdlg32.lib Note (probably harmless): No library found for advapi32.lib Note (probably harmless): No library found for shell32.lib Note (probably harmless): No library found for ole32.lib Note (probably harmless): No library found for oleaut32.lib Note (probably harmless): No library found for netapi32.lib Note (probably harmless): No library found for uuid.lib Note (probably harmless): No library found for ws2_32.lib Note (probably harmless): No library found for mpr.lib Note (probably harmless): No library found for winmm.lib Note (probably harmless): No library found for version.lib Note (probably harmless): No library found for odbc32.lib Note (probably harmless): No library found for odbccp32.lib Note (probably harmless): No library found for msvcrt.lib Writing Makefile for Net::LibIDN
...and the following error when I run make:
$ make make: *** No rule to make target `C:\Perl\libConfig.pm', needed by `Ma +kefile'. Stop.
I feel like I'm so close, or that I'm missing something obvious. Any ideas?

UPDATE: I've got Visual Studio 2005 installed, and if I try building with nmake, the build actually runs for a little until I get this error:
fatal error C1083: Cannot open include file: 'stdint.h': No such file +or directory


Thanks,
Rob

In reply to Re^3: Net::LibIDN in Windows, is it possible? by PerlRob
in thread Net::LibIDN in Windows, is it possible? by wilsond

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.