Re: [CREATE] CREATE Digest, Vol 71, Issue 16

2011-05-19 Thread Andreas Vox

 From: Gregory Pittman gpitt...@iglou.com
 Subject: Re: [CREATE] pinpoint 0.1.0
 To: create@lists.freedesktop.org
 Message-ID: 4dd439c6.7010...@iglou.com
 Content-Type: text/plain; charset=windows-1252; format=flowed
 
 On 05/18/2011 12:30 PM, ?yvind Kol?s wrote:
 pinpoint - a tool for making hackers do excellent presentations
 ===
 
 Great!! I was looking for this the other day, but Google was not helpful...
 
 Greg

What, Microsoft Pinpoint wasn't what you were looking for? ;-)

/Andreas
___
CREATE mailing list
CREATE@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/create


Re: [CREATE] CREATE Digest, Vol 71, Issue 16

2011-05-19 Thread Josh Andler
On Thu, May 19, 2011 at 1:00 PM, Andreas Vox a...@arcor.de wrote:

 From: Gregory Pittman gpitt...@iglou.com
 Subject: Re: [CREATE] pinpoint 0.1.0
 To: create@lists.freedesktop.org
 Message-ID: 4dd439c6.7010...@iglou.com
 Content-Type: text/plain; charset=windows-1252; format=flowed

 On 05/18/2011 12:30 PM, ?yvind Kol?s wrote:
 pinpoint - a tool for making hackers do excellent presentations
 ===

 Great!! I was looking for this the other day, but Google was not helpful...

 Greg

 What, Microsoft Pinpoint wasn't what you were looking for? ;-)

Amusing. :) I didn't read the last message and just learned that
pinpoint existed. Another alternative is using the JessyInk extension
which ships with Inkscape 0.48+. It's pretty awesome.

Cheers,
Josh
___
CREATE mailing list
CREATE@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/create


Re: [CREATE] pinpoint

2011-05-19 Thread Gregory Pittman

On 05/19/2011 07:33 PM, Simon Budig wrote:

Gregory Pittman (gpitt...@iglou.com) wrote:

oh well, compiling problems...
fedora tells me it has clutter-1.2

Do you have the clutter development packages installed?

Why didn't I think of that?
good idea but it didn't work...

Ok, maybe now I've getting a sense of the meaning of the feedback:

Requested 'clutter-1.0 = 1.3' but version of Clutter is 1.2.14

I guess all clutters are named clutter-1.0, even though the version 
might be 1.3, 1.4, etc. (sigh)


Off to finding and compiling clutter...

Greg



___
CREATE mailing list
CREATE@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/create


Re: [CREATE] pinpoint

2011-05-19 Thread Gregory Pittman

On 05/19/2011 07:59 PM, Gregory Pittman wrote:

On 05/19/2011 07:33 PM, Simon Budig wrote:

Gregory Pittman (gpitt...@iglou.com) wrote:

oh well, compiling problems...
fedora tells me it has clutter-1.2

Do you have the clutter development packages installed?

Why didn't I think of that?
good idea but it didn't work...

Ok, maybe now I've getting a sense of the meaning of the feedback:

Requested 'clutter-1.0 = 1.3' but version of Clutter is 1.2.14

I guess all clutters are named clutter-1.0, even though the version 
might be 1.3, 1.4, etc. (sigh)


Off to finding and compiling clutter...


Oh me...

This is too much work. It seems that there really is a long list of 
dependencies of advanced versions of various things, but configure only 
tells you one at a time, and they are generally not in fedora's 
repositories in recent enough versions. Just don't have the energy for 
compiling 10 different packages just to _try_ to compile pinpoint.


Greg
___
CREATE mailing list
CREATE@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/create


Re: [CREATE] pinpoint

2011-05-19 Thread Øyvind Kolås
On Fri, May 20, 2011 at 12:09 AM, Gregory Pittman gpitt...@iglou.com wrote:
 Requested 'clutter-1.0 = 1.3' but version of Clutter is 1.2.14

 I guess all clutters are named clutter-1.0, even though the version might
 be 1.3, 1.4, etc. (sigh)

They are all named clutter-1.0 since later versions of the 1.x series
are compatible with 1.0

 Off to finding and compiling clutter...

 Oh me...

 This is too much work. It seems that there really is a long list of
 dependencies of advanced versions of various things, but configure only
 tells you one at a time, and they are generally not in fedora's repositories
 in recent enough versions. Just don't have the energy for compiling 10
 different packages just to _try_ to compile pinpoint.

Pinpoint should depend on Clutter 1.4 or newer, (the oddness of x.3
indicates that it depended on the development version of clutter at
the time it was written). Clutter 1.4.0 was released 2010-09-24, you
might be better off trying to compile that version of clutter and
installing its dependencies than going for a bleeding edge version of
Clutter. Alternatively... fedora 15 is out in a couple of days.

/pippin
-- 
«The future is already here. It's just not very evenly distributed»
                                                 -- William Gibson
http://pippin.gimp.org/                            http://ffii.org/
___
CREATE mailing list
CREATE@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/create


Re: [CREATE] pinpoint

2011-05-19 Thread Gregory Pittman

On 05/19/2011 08:40 PM, Øyvind Kolås wrote:

On Fri, May 20, 2011 at 12:09 AM, Gregory Pittmangpitt...@iglou.com  wrote:

Requested 'clutter-1.0= 1.3' but version of Clutter is 1.2.14

I guess all clutters are named clutter-1.0, even though the version might
be 1.3, 1.4, etc. (sigh)

They are all named clutter-1.0 since later versions of the 1.x series
are compatible with 1.0


Off to finding and compiling clutter...


Oh me...

This is too much work. It seems that there really is a long list of
dependencies of advanced versions of various things, but configure only
tells you one at a time, and they are generally not in fedora's repositories
in recent enough versions. Just don't have the energy for compiling 10
different packages just to _try_ to compile pinpoint.

Pinpoint should depend on Clutter 1.4 or newer, (the oddness of x.3
indicates that it depended on the development version of clutter at
the time it was written). Clutter 1.4.0 was released 2010-09-24, you
might be better off trying to compile that version of clutter and
installing its dependencies than going for a bleeding edge version of
Clutter. Alternatively... fedora 15 is out in a couple of days.

Ok. Will wait and see.

Thanks.

Greg
___
CREATE mailing list
CREATE@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/create