Judy Wilson wrote:
Hi Tom,
I never saw a reply to your sparkle question. This tutorial helped me.
I put some sparkles in a family photo for a friend, in the blue
background. Hope it helps. If not, maybe I can give you some hints. It
does take a while to render. It's fun.
http://www.york.ac.uk/ser
Hi,
"Joao S. O. Bueno" <[EMAIL PROTECTED]> writes:
> I am trying to keep a GIMP HEAD running, but oftenly I find some
> difficulties in compiling in from CVS and would like some hints on
> how to keep my local tree, in a way it compiles.
I assume you are getting GIMP from anoncvs. The cause of
On Fri, 2003-11-28 at 02:42, David Neary wrote:
> Hi Joao,
>
> Joao S. O. Bueno wrote:
> > But, right now, I want to update it. So, let?s go by steps:
> > I go
> > cvs -z3 update
>
> You should use cvs up -dP - this will create directories present
> in the repository, but not locally, and prune
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
David Neary wrote:
| Hi David,
|
| david wrote:
|
|>The install file quoates
|>
|>
|>>Fix: On Linux and other systems using ELF libraries, add the
|>> directory to /etc/ld.so.conf or to the environment variable
|>> LD_LIBRARY_PATH, and run 'ldconfig'.
|
Hi Joao,
Joao S. O. Bueno wrote:
> But, right now, I want to update it. So, let?s go by steps:
> I go
> cvs -z3 update
You should use cvs up -dP - this will create directories present
in the repository, but not locally, and prune (remove)
directories which have been emptied via file removals. Th
Hi
Thanks for the advice.
You have two options available to make the libraries "found" -
first, you can add the path /usr/local/lib to the file specified
above, and re-run ldconfig.
I've checked ld.so.conf for /usr/local/lib...its already there/included.
I have also done the following
Hi there,
I am trying to keep a GIMP HEAD running, but oftenly I find some
difficulties in compiling in from CVS and would like some hints on
how to keep my local tree, in a way it compiles.
Actually, sometimes I simly give up and make a new checkout from the
CVS entirely. I made this a day or
Hi David,
david wrote:
> The install file quoates
>
> >Fix: On Linux and other systems using ELF libraries, add the
> > directory to /etc/ld.so.conf or to the environment variable
> > LD_LIBRARY_PATH, and run 'ldconfig'.
>
> Only I dont understand how to do this - I simply am lost with this.