Re: [Gimp-user] Gimp2.0pre

2004-01-15 Thread Fabio S.
  Well, in the contribs for 9.0 I can see only 1.3.8, but maybe the mirror I 
  am using is not updated: which is your mirror?
  
 Well it's 9.2/contrib for me then in your case you probably needs two
 repository : 9.2/sources to get the stuff from standard Mandrake 9.2 and
 9.2/contrib tu get Gimp2.

You can't use contribs 9.2 on mdk 9.0... :-(( dependencies would not be 
fullfilled and urpmi will not help you.

 
  Of course, if in the contribs they will provide a packaged version of 
  gimp2, then urpmi would solve all problems (but for optimization, but 
  of course I know that I can't get everything!)
  Maybe if I wait some weeks (after the release of the final 2.0), I
  will 
  have some luck.
 
 If you install gimp-1.3.21 and gimp-1-3-21-devel from URPM repository the 
 dependancies problem will be probably solved and then you could download 
 and compil the last gimp-2.0 yourself without waiting a RPM in contrib.
 Even if you still need more recent libs you can get it from the 9.2/sources.

On the other hand, this could be practicable: I will try it, as soon as I 
will have some spare time (at least 9 weeks... :-((( 

Fabio

___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Compile problems and GTK

2004-01-15 Thread Neil Watson
On Thu, Jan 15, 2004 at 03:40:47PM +0100, Brad Kligerman wrote:
Hi all/

I've been trying to upgrade from GIMP 1.2.3 that was installed with RH9 
to GIMP 1.3.23.
It won't configure, and I get the following...

[EMAIL PROTECTED] gimp-1.3.23]# ./configure
..
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for GTK+ - version = 2.2.2...
Perhaps you have the old version of GTK+ residing at /usr/bin and the
new version somewhere in /usr/local?
--
Neil Watson   | Gentoo Linux
Network Administrator | Uptime  09:49:45 up 12:23,  2 users,  load average: 0.29, 
0.12, 0.06
http://watson-wilson.ca   | 2.6.1 AMD Athlon(tm) MP 2000+ x 2
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Help a novice...

2004-01-15 Thread Matt

At 09:33 AM 1/14/04 -0700, SCOTT ANDERSON wrote:

I'm running Win 98, and have downloaded the
2.0 to my program files. I don't know what to do from here. What program
do I open it with? How do I get it up and going? I want to run it side by
side with the 1.2.x version I have. Please help. Obviously a
newbie...
You might find some help on the gimpwin-users list.

http://groups.yahoo.com/group/gimpwin-users/

I'll be watching for your post. The WinGIMP page has
files and instructions for 1.2.4 but not for 2.0. I would like to
know how to install 2.0 also.

Matt


Re: [Gimp-user] Compile problems and GTK

2004-01-15 Thread Sven Neumann
Hi,

Brad Kligerman [EMAIL PROTECTED] writes:

 I already had edited _/etc/ld.so.conf_ and ran _ldconfig_ as
 suggested in the message.

So where did you put /usr/local/lib in your library search path then?
Does it appear before the path holding the older version of the library?


Sven
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] help with compilation

2004-01-15 Thread misfit-x
On Thu, 2004-01-15 at 14:31, Josenildo Marques wrote:
 checking for librsvg-2.0 = 2.2.0... Package librsvg-2.0 was not found
 in the pkg-config search path.
 Perhaps you should add the directory containing `librsvg-2.0.pc'
 to the PKG_CONFIG_PATH environment variable
 No package 'librsvg-2.0' found
 configure: WARNING: *** SVG import plug-in will not be built (librsvg
 not found) ***

Try this:

# locate librsvg-2.0.pc (take note of the path)
# export PKG_CONFIG_PATH=(path as above minus the *.pc file)

Then make clean and try configure from scratch. 

.:: misfit-x ::.



___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Compile problems and GTK

2004-01-15 Thread Sven Neumann
Hi,

misfit-x [EMAIL PROTECTED] writes:

 Don't know about tablet though because I don't have an art tablet or
 anything, just mouse.

If tablet support is desired, gtk+ needs to be configured to provide
it. To do so, pass the option --with-xinput=xfree to the gtk+
configure script.


Sven
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] help with compilation

2004-01-15 Thread Sven Neumann
Hi,

Josenildo Marques [EMAIL PROTECTED] writes:

 I'm trying to compile The Gimp 2.0.
 I get the output below when running ./configure
 
 
 checking for librsvg-2.0 = 2.2.0... Package librsvg-2.0 was not found
 in the pkg-config search path.
 Perhaps you should add the directory containing `librsvg-2.0.pc'
 to the PKG_CONFIG_PATH environment variable
 No package 'librsvg-2.0' found
 configure: WARNING: *** SVG import plug-in will not be built (librsvg
 not found) ***
 
 What I have on my system is
 [EMAIL PROTECTED] cyb]# rpm -qa | grep librsvg
 librsvg2_2-2.4.0-1mdk
 librsvg-2.4.0-1mdk

If you want to compile GIMP or any other application against librsvg,
you will need to install the librsvg development package as well.
What you installed so far only allows you to run an application
that's using librsvg, it doesn't allow you to compile one.


Sven
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] help with compilation

2004-01-15 Thread Thomas Spuhler
This is what I have :

librsvg2_2-2.4.0-1mdk
librsvg2_2-devel-2.4.0-1mdk
librsvg-2.4.0-1mdk


Tom



On Thu, 2004-01-15 at 14:06, Sven Neumann wrote:
 Hi,
 
 Josenildo Marques [EMAIL PROTECTED] writes:
 
  I'm trying to compile The Gimp 2.0.
  I get the output below when running ./configure
  
  
  checking for librsvg-2.0 = 2.2.0... Package librsvg-2.0 was not found
  in the pkg-config search path.
  Perhaps you should add the directory containing `librsvg-2.0.pc'
  to the PKG_CONFIG_PATH environment variable
  No package 'librsvg-2.0' found
  configure: WARNING: *** SVG import plug-in will not be built (librsvg
  not found) ***
  
  What I have on my system is
  [EMAIL PROTECTED] cyb]# rpm -qa | grep librsvg
  librsvg2_2-2.4.0-1mdk
  librsvg-2.4.0-1mdk
 
 If you want to compile GIMP or any other application against librsvg,
 you will need to install the librsvg development package as well.
 What you installed so far only allows you to run an application
 that's using librsvg, it doesn't allow you to compile one.
 
 
 Sven
 ___
 Gimp-user mailing list
 [EMAIL PROTECTED]
 http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



signature.asc
Description: This is a digitally signed message part


[Gimp-user] Gimp 2.0

2004-01-15 Thread Beth Seguin
Does any one out there know of a boot cd that has the newer versions of 
gimp?

Beth

___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user