[cairo] cairo on windows (with perl)

Jeff Hallock Jhallock at WBandA.com
Tue Jun 22 09:32:54 PDT 2010


Forgot to copy the list.


From: Jeff Hallock 
Sent: Tuesday, June 22, 2010 10:16 AM
To: 'Scott Gardner'; Tor Lillqvist
Subject: RE: [cairo] cairo on windows (with perl)

I installed Cairo in strawberry using ppm:

C:\strawberry\perl\bin>ppm
PPM interactive shell (0.01_01) - type 'help' for available commands.
PPM> install Cairo


From: Scott Gardner [mailto:ssgardner at gmail.com] 
Sent: Tuesday, June 22, 2010 6:42 AM
To: Tor Lillqvist; Jeff Hallock
Subject: Re: [cairo] cairo on windows (with perl)

Thanks for the information.  I definitely don't want to do everything in the Cygwin environment.  I'd like to have the Cairo perl module installed and working in my Windows environment.  I did notice text "packages are not for developing or running programs that use
the Cygwin Unix emulation environment," but tried to use it in an attempt to allow the perl Cairo module to install correctly.

Assuming I remove the Cygwin version of pkg-config and my goal is to get the Cairo Perl module to install on Windows (using my existing strawberry perl distribution), what would you recommend?

Scott
On Tue, Jun 22, 2010 at 3:02 AM, Tor Lillqvist <tml at iki.fi> wrote:
> I run cygwin on my computer so I downloaded the cygwin version of pkg-config
> and that error went away.
If what you really are using is developing for Cygwin, the subject of
this thread is misleading.

Cygwin should really be considered a separate, different, operating
system, that just happens to run on top of Windows. If you are using
Cygwin, it's best to practically forget that there happens to be
Windows underneath, and just look for and use Cygwin versions of
everything.

Note that pkg-config on Cygwin works just like on any other Unix, it
does not do the automatic "relocation" of prefixes in .pc files as it
does on Windows. I.e. it assumes that, just like on other Unixes,
packages are installed in a location decided by the package builder.
(If they aren't, the .pc files must be edited then, for starters, and
there is no guarantee run-time packages code actually work if
installed in the wrong place.)

> Now the problem seems to be that cairo.pc is nowhere on my disk.
Have you looked for cairo in the Cygwin package repository? Is there
no cairo.pc included in their cairo development package (whatever they
call it)? That is a bug in its Cygwin packaging then, complain to the
Cygwin maintainer of cairo.

> I already download the binaries and source for cairo from
> http://www.gtk.org/download-windows.html,
All there is for Windows, not Cygwin. Didn't you notice the text
"These packages are not for developing or running programs that use
the Cygwin Unix emulation environment" on that page?

> but I wasn't able to find a file called cairo.pc.
It's in the cairo development package, as it should be. But I repeat,
if you use cairo from Cygwin, you shouldn't use anything from
http://www.gtk.org/download-windows.html .

--tml



More information about the cairo mailing list