Shlomi, I am having a problem with when running >cpan XML-LibXML on ActiveState Perl 5.16.0 64 bits with MinGW64.
According to Tony Cook: GCC doesn't use INCLUDE for the include search path, unless it's a MinGW extension. So I had to run eveything manually: > perl Makefile.PL INC=-IC:\CPANTesters\bin\gnome-deps-win64\include > LIBS=-LC:\CPANTesters\bin\gnome-deps-win64\lib > dmake Still I have a problem during dmake, but it's other problem. On Fri, Sep 28, 2012 at 2:18 AM, Shlomi Fish <shlo...@shlomifish.org> wrote: > Hi all, > > I keep getting error reports such as these for XML-LibXML : > > http://www.cpantesters.org/cpan/report/86fbd018-0862-11e2-9e90-da8a1df5d9f4 > > The problem is that one needs the headers for the library, but > they are not installed, and I am getting: > > error: libxml/xmlmemory.h: No such file or directory > > My question is: how I can check that the compiler can find all these headers > before creating "Makefile"? > > Regards, > > Shlomi Fish > > -- > ----------------------------------------------------------------- > Shlomi Fish http://www.shlomifish.org/ > "Humanity" - Parody of Modern Life - http://shlom.in/humanity > > The bad thing about hardware is that it sometimes works and it sometimes > doesn’t. The good thing about software is that it’s consistent: it always > does not work, and it always does not work in exactly the same way. > > Please reply to list if it's a mailing list post - http://shlom.in/reply .