[Gimp-user] Re: Sparkle effect

2003-11-27 Thread Tom Williams
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

Re: [Gimp-user] Compiling in from CVS

2003-11-27 Thread Sven Neumann
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

Re: [Gimp-user] Compiling in from CVS

2003-11-27 Thread Malcolm Tredinnick
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

Re: [Gimp-user] What is the "environment variable LD_LIBRARY_PATH"??

2003-11-27 Thread Daniel Rogers
-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'. |

Re: [Gimp-user] Compiling in from CVS

2003-11-27 Thread David Neary
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

Re: [Gimp-user] What is the "environment variable LD_LIBRARY_PATH"??

2003-11-27 Thread david
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

[Gimp-user] Compiling in from CVS

2003-11-27 Thread Joao S. O. Bueno
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

Re: [Gimp-user] What is the "environment variable LD_LIBRARY_PATH"??

2003-11-27 Thread David Neary
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.