<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-US link=blue vlink=purple>

<div class=WordSection1>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal style='margin-bottom:12.0pt'><span style='color:#1F497D'>&gt;</span>This
is what's happening after downloading Cairo-1.061<br>
<span style='color:#1F497D'>&gt;</span><br>
<span style='color:#1F497D'>&gt;</span> perl Makefile.PL<br>
<span style='color:#1F497D'>&gt;</span>&nbsp;&nbsp; Package cairo was not found
in the pkg-config search path.<br>
<span style='color:#1F497D'>&gt;</span>&nbsp;&nbsp; Perhaps you should add the
directory containing `cairo.pc'<br>
<span style='color:#1F497D'>&gt;</span>&nbsp;&nbsp; to the PKG_CONFIG_PATH
environment variable<br>
<span style='color:#1F497D'>&gt;</span>&nbsp;&nbsp; No package 'cairo' found<br>
<span style='color:#1F497D'>&gt;</span>&nbsp;&nbsp;&nbsp; at Makefile.PL line
58<br>
<span style='color:#1F497D'>&gt;</span>&nbsp;&nbsp; *** can not find package
cairo &gt;= 1.0.0<br>
<span style='color:#1F497D'>&gt;</span>&nbsp;&nbsp; *** check that it is
properly installed and available in PKG_CONFIG_PATH<br>
<span style='color:#1F497D'>&gt;</span>&nbsp;&nbsp;&nbsp; at Makefile.PL line
58<br>
&nbsp;&nbsp;&nbsp; <br>
<span style='color:#1F497D'>&gt; </span>cairo.pc is nowhere to be found on my
hard drive so that's where I'm stuck.<br>
<br>
<span style='color:#1F497D'>&gt; </span>I can set PKG_CONFIG_PATH in my windows
environment, but if the file doesn't exist I have nothing to set it to.<br>
&nbsp;<span style='color:#1F497D'><o:p></o:p></span></p>

<p class=MsoNormal style='mso-margin-top-alt:0in;margin-right:0in;margin-bottom:
12.0pt;margin-left:.5in'><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>You are going to have to do some editing to your makefile &#8211;
pkconfig is a linux only utility. I suggest you checkout the Gtk2-Perl mailing
list - <a href="http://mail.gnome.org/mailman/listinfo/gtk-perl-list">http://mail.gnome.org/mailman/listinfo/gtk-perl-list</a>
- they can probably point you in the right direction (even though your question
is related specifically to Cairo &#8211; I still think these guys can and will
help you out)<o:p></o:p></span></p>

<p class=MsoNormal style='mso-margin-top-alt:0in;margin-right:0in;margin-bottom:
12.0pt;margin-left:.5in'><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal style='mso-margin-top-alt:0in;margin-right:0in;margin-bottom:
12.0pt;margin-left:.5in'><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Personally, on windows &#8211; I use camelbox, which is a perl
distribution that includes Glib/Gtk2/Cairo/Pango libraries all compiled and
their perl module counterparts already installed. <a
href="http://code.google.com/p/camelbox/">http://code.google.com/p/camelbox/</a><o:p></o:p></span></p>

<p class=MsoNormal style='mso-margin-top-alt:0in;margin-right:0in;margin-bottom:
12.0pt;margin-left:.5in'><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>This may prove to be a good solution if you aren&#8217;t committed
to strawberry perl. The maintainer elspicyjack is also pretty helpful &#8211;
and may be able to give you some tips to get the modules installing under
strawberry.<o:p></o:p></span></p>

</div>

</body>

</html>