Re: [Gimp-user] GIMP installation on Solaris

2004-09-23 Thread Michael Schumacher
Colin Bannister wrote:
make fails, with output below.

if /bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..  -I..
-I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 
-I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/openwin/include -I/usr/local/include/freetype2 
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include-I/usr/local/include 
-DG_LOG_DOMAIN=\"LibGimpWidgets\" -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE  -g -O2 -Wall -MT 
gimpstock.lo -MD -MP -MF ".deps/gimpstock.Tpo" \
  -c -o gimpstock.lo `test -f 'gimpstock.c' || echo './'`gimpstock.c; \
then mv -f ".deps/gimpstock.Tpo" ".deps/gimpstock.Plo"; \
else rm -f ".deps/gimpstock.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include/gtk-2.0 
-I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/pango-1.0 
-I/usr/local/include -I/usr/openwin/include -I/usr/local/include/freetype2 
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include 
-DG_LOG_DOMAIN=\"LibGimpWidgets\" -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE -g -O2 
-Wall -MT gimpstock.lo -MD -MP -MF .deps/gimpstock.Tpo -c gimpstock.c  -fPIC -DPIC -o 
.libs/gimpstock.o
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
gimpstock.c:299: `stock_anchor_16' undeclared here (not in a function)
gimpstock.c:299: initializer element is not constant
gimpstock.c:299: (near initialization for `gimp_stock_button_pixbufs[0].inline_data')
gimpstock.c:299: initializer element is not constant
gimpstock.c:299: (near initialization for `gimp_stock_button_pixbufs[0]')
I've seen this on my first build attempts on Win32, too. There was a 
problem with libpng on my system, and so the stock icons headers weren't 
built.

Do a
make clean
make
in the themes subdirectory and look for errors and warnings.
HTH,
Michael
--
The GIMP > http://www.gimp.org| IRC: irc://irc.gimp.org/gimp
Wiki > http://wiki.gimp.org   | .de: http://gimpforum.de
Sodipodi > http://sodipodi.sf.net | IRC: irc://irc.gimp.org/sodipodi
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] GIMP installation on Solaris

2004-09-23 Thread Colin Bannister
I have now managed to install GTK 2.4.9 on Sun Solaris.

Now at last at the stafe of building GIMP, using 2.0.4 distribution.

Configure goes OK, using

./configure --prefix=/usr/local --disable-print

as there are no printers directly attached to the Solaris machine.

make fails, with output below.

Any suggestions anyone ?

Colin

make  all-recursive
Making all in m4macros
Making all in tools
Making all in regexrepl
Making all in cursors
Making all in themes
Making all in Default
Making all in images
Making all in preferences
Making all in Small
Making all in po
Making all in po-libgimp
Making all in po-plug-ins
Making all in po-script-fu
Making all in data
Making all in environ
Making all in misc
Making all in images
Making all in brushes
Making all in gradients
Making all in palettes
Making all in patterns
Making all in tips
Making all in libgimpbase
Making all in libgimpcolor
Making all in libgimpmath
Making all in libgimpmodule
Making all in libgimpthumb
Making all in libgimpwidgets
if /bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..  -I..
-I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include 
-I/usr/local/include/atk-1.0 -I/usr/local/include/pango-1.0 -I/usr/local/include 
-I/usr/openwin/include -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include-I/usr/local/include 
-DG_LOG_DOMAIN=\"LibGimpWidgets\" -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE  -g -O2 
-Wall -MT gimpstock.lo -MD -MP -MF ".deps/gimpstock.Tpo" \
  -c -o gimpstock.lo `test -f 'gimpstock.c' || echo './'`gimpstock.c; \
then mv -f ".deps/gimpstock.Tpo" ".deps/gimpstock.Plo"; \
else rm -f ".deps/gimpstock.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include/gtk-2.0 
-I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 
-I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/openwin/include 
-I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/local/include 
-DG_LOG_DOMAIN=\"LibGimpWidgets\" -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE -g -O2 
-Wall -MT gimpstock.lo -MD -MP -MF .deps/gimpstock.Tpo -c gimpstock.c  -fPIC -DPIC -o 
.libs/gimpstock.o
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
gimpstock.c:299: `stock_anchor_16' undeclared here (not in a function)
gimpstock.c:299: initializer element is not constant
gimpstock.c:299: (near initialization for `gimp_stock_button_pixbufs[0].inline_data')
gimpstock.c:299: initializer element is not constant
gimpstock.c:299: (near initialization for `gimp_stock_button_pixbufs[0]')
gimpstock.c:300: `stock_duplicate_16' undeclared here (not in a function)
gimpstock.c:300: initializer element is not constant
gimpstock.c:300: (near initialization for `gimp_stock_button_pixbufs[1].inline_data')
gimpstock.c:300: initializer element is not constant
gimpstock.c:300: (near initialization for `gimp_stock_button_pixbufs[1]')
gimpstock.c:301: `stock_edit_16' undeclared here (not in a function)
gimpstock.c:301: initializer element is not constant
gimpstock.c:301: (near initialization for `gimp_stock_button_pixbufs[2].inline_data')
gimpstock.c:301: initializer element is not constant
gimpstock.c:301: (near initialization for `gimp_stock_button_pixbufs[2]')
gimpstock.c:302: `stock_paste_as_new_16' undeclared here (not in a function)
gimpstock.c:302: initializer element is not constant
gimpstock.c:302: (near initialization for `gimp_stock_button_pixbufs[3].inline_data')
gimpstock.c:302: initializer element is not constant
gimpstock.c:302: (near initialization for `gimp_stock_button_pixbufs[3]')
gimpstock.c:303: `stock_paste_into_16' undeclared here (not in a function)
gimpstock.c:303: initializer element is not constant
gimpstock.c:303: (near initialization for `gimp_stock_button_pixbufs[4].inline_data')
gimpstock.c:303: initializer element is not constant
gimpstock.c:303: (near initialization for `gimp_stock_button_pixbufs[4]')

lots more like this, until

gimpstock.c:625: `stock_menu_right_12' undeclared here (not in a function)
gimpstock.c:625: initializer element is not constant
gimpstock.c:625: (near initialization for 
`gimp_stock_direction_pixbufs[1].inline_data_ltr')
gimpstock.c:625: `stock_menu_left_12' undeclared here (not in a function)
gimpstock.c:625: initializer element is not constant
gimpstock.c:625: (near initialization for 
`gimp_stock_direction_pixbufs[1].inline_data_rtl')
gimpstock.c:625: initializer element is not constant
gimpstock.c:625: (near initialization for `gimp_stock_direction_pixbufs[1]')
*** Error code 1
make: Fatal error: Command failed for target `gimpstock.lo'
Current working directory /work/cczcb/gimp-2.0.4/libgimpwidgets
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /work/cczcb/gimp-2.0.4
*** Error code 1
make: Fatal error: Command failed for target `all'


Re: [Gimp-user] GIMP installation on Solaris

2004-09-03 Thread Colin Bannister
Manish,

Thanks for the information.  I agree using latest version is usually better,
my excuse is that when I started trying this build, 2.4.1 WAS the latest version!

I will now download new version, and try that.

Colin

>>> Manish Singh <[EMAIL PROTECTED]> 02/09/2004 18:15:10 >>>
On Thu, Sep 02, 2004 at 10:08:30AM +0100, Colin Bannister wrote:
> gtkimcontextxim.c:67: parse error before "XICCallback"

This has been addressed since GTK+ 2.4.2. The latest is 2.4.9. It's a
very good idea to use the latest version of things, unless you have a
very very good reason not to.

-Yosh


This message has been scanned but we cannot guarantee that it and any
attachments are free from viruses or other damaging content: you are
advised to perform your own checks.  Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.

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


Re: [Gimp-user] GIMP installation on Solaris

2004-09-02 Thread Manish Singh
On Thu, Sep 02, 2004 at 10:08:30AM +0100, Colin Bannister wrote:
> gtkimcontextxim.c:67: parse error before "XICCallback"

This has been addressed since GTK+ 2.4.2. The latest is 2.4.9. It's a
very good idea to use the latest version of things, unless you have a
very very good reason not to.

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


Re: [Gimp-user] GIMP installation on Solaris

2004-09-02 Thread Karlheinz Guenster
Hello Colin,
Colin Bannister wrote:
Once again, is anyone using GIMP 2 on Solaris ?
Look here: http://www.blastwave.org/
Greetings
Karlheinz
--
Mail: [EMAIL PROTECTED] * http://KarlheinzGuenster.de
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] GIMP installation on Solaris

2004-09-02 Thread pcg
On Thu, Sep 02, 2004 at 10:08:30AM +0100, Colin Bannister <[EMAIL PROTECTED]> wrote:
> Hello,
> 
> I've got further with installation of GIMP 2 on Solaris, but have hit
> a problem in the Gtk installation, message included below.
> 
> Once again, is anyone using GIMP 2 on Solaris ?

I have no idea :)

However, regarding this problem:

> gtkimcontextxim.c:67: parse error before "XICCallback"

The X11 headers on solaris specify the wrong prototype for XIMCallbacks
and XICCallbacks. Working around that issue is somewhat ugly.

It's quite possible that gtk+ doesn't have such workarounds in place
(after all, it's the solaris header files which are broken).

You might try using the X11 header files from xfree86 or x.org, they should
work. You can also look around on google, as this is a common problem on
solaris.

It could of course be sth. else, but this has bitten me a number of times
when adding x input support to applications.

-- 
The choice of a  |
  -==- _GNU_ |
  ==-- _   generation Marc Lehmann +--
  ---==---(_)__  __   __  [EMAIL PROTECTED] |e|
  --==---/ / _ \/ // /\ \/ /  http://schmorp.de/   --+
  -=/_/_//_/\_,_/ /_/\_\  XX11-RIPE|
   |
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] GIMP installation on Solaris

2004-09-02 Thread Colin Bannister
Hello,

I've got further with installation of GIMP 2 on Solaris, but have hit
a problem in the Gtk installation, message included below.

Once again, is anyone using GIMP 2 on Solaris ?
Any help gratefully received.

Colin


gunthorpe$ make
make  all-recursive
Making all in po
Making all in po-properties
Making all in gdk-pixbuf
make  all-recursive
Making all in pixops
Making all in gdk
make  all-recursive
Making all in x11
Making all in gtk
make  all-recursive
Making all in stock-icons
Making all in theme-bits
Making all in xdgmime
Making all in modules
Making all in input
if /bin/bash ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../..  -I../.. 
  -I../../gdk -I../../gdk  
   -DG_DISABLE_DEPRECATED  
-DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED   
 -DGTK_DISABLE_DEPRECATED
-DG_DISABLE_CAST_CHECKS
 -threads -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include 
-I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/openwin/include 
-I/usr/local/include/freetype2 -I/usr/local/include/atk-1.0-mcpu=v9 -Wall -MT 
gtkimcontextxim.lo -MD -MP -MF ".deps/gtkimcontextxim.Tpo" \
  -c -o gtkimcontextxim.lo `test -f 'gtkimcontextxim.c' || echo 
'./'`gtkimcontextxim.c; \
then mv -f ".deps/gtkimcontextxim.Tpo" ".deps/gtkimcontextxim.Plo"; \
else rm -f ".deps/gtkimcontextxim.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../gdk -I../../gdk 
-DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED 
-DGTK_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -threads 
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include 
-I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/openwin/include 
-I/usr/local/include/freetype2 -I/usr/local/include/atk-1.0 -mcpu=v9 -Wall -MT 
gtkimcontextxim.lo -MD -MP -MF .deps/gtkimcontextxim.Tpo -c gtkimcontextxim.c  -fPIC 
-DPIC -o .libs/gtkimcontextxim.o
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
In file included from ../../gdk/x11/gdkx.h:33,
 from gtkimcontextxim.h:24,
 from gtkimcontextxim.c:29:
/usr/openwin/include/X11/Xlib.h:32: warning: ignoring #pragma ident 
In file included from ../../gdk/x11/gdkx.h:34,
 from gtkimcontextxim.h:24,
 from gtkimcontextxim.c:29:
/usr/openwin/include/X11/Xutil.h:56: warning: ignoring #pragma ident 
gtkimcontextxim.c:67: parse error before "XICCallback"
gtkimcontextxim.c:67: warning: no semicolon at end of struct or union
gtkimcontextxim.c:71: parse error before ':' token
gtkimcontextxim.c:72: parse error before ':' token
gtkimcontextxim.c:73: parse error before ':' token
gtkimcontextxim.c:74: parse error before ':' token
gtkimcontextxim.c:75: parse error before ':' token
gtkimcontextxim.c: In function `gtk_im_context_xim_register_type':
gtkimcontextxim.c:166: sizeof applied to an incomplete type
gtkimcontextxim.c: In function `setup_im':
gtkimcontextxim.c:316: warning: implicit declaration of function `XSetIMValues'
gtkimcontextxim.c: In function `xim_instantiate_callback':
gtkimcontextxim.c:428: warning: passing arg 5 of `XUnregisterIMInstantiateCallback' 
from incompatible pointer type
gtkimcontextxim.c:428: warning: passing arg 6 of `XUnregisterIMInstantiateCallback' 
from incompatible pointer type
gtkimcontextxim.c: In function `xim_info_try_im':
gtkimcontextxim.c:453: warning: passing arg 5 of `XRegisterIMInstantiateCallback' from 
incompatible pointer type
gtkimcontextxim.c:453: warning: passing arg 6 of `XRegisterIMInstantiateCallback' from 
incompatible pointer type
gtkimcontextxim.c: In function `gtk_im_context_xim_init':
gtkimcontextxim.c:554: dereferencing pointer to incomplete type
gtkimcontextxim.c:555: dereferencing pointer to incomplete type
gtkimcontextxim.c:556: dereferencing pointer to incomplete type
gtkimcontextxim.c:557: dereferencing pointer to incomplete type
gtkimcontextxim.c:558: dereferencing pointer to incomplete type
gtkimcontextxim.c: In function `gtk_im_context_xim_finalize':
gtkimcontextxim.c:566: dereferencing pointer to incomplete type
gtkimcontextxim.c:570: dereferencing pointer to incomplete type
gtkimcontextxim.c:571: dereferencing pointer to incomplete type
gtkimcontextxim.c: In function `reinitialize_ic':
gtkimcontextxim.c:579: dereferencing pointer to incomplete type
gtkimcontextxim.c:581: dereferencing pointer to incomplete type
gtkimcontextxim.c:582: dereferencing pointer to incomplete type
gtkimcontextxim.c:585: dereferencing pointer to incomplete type
gtkimcontextxim.c:587: dereferencing pointer to incomplete type
gtkimcontextxim.c:588: dereferencing pointer to incomplete type
gtkimcontextxim.c:596: dereferencing pointer t

Re: [Gimp-user] GIMP installation on Solaris

2004-08-27 Thread Colin Bannister

 Nicolas Khanukaev <[EMAIL PROTECTED]> 24/07/2004 01:34:18 >>>
>Hi!
>
>Just saw your post while searching for the same compilation errors.
>The solution is to edit manually Xft.h
>
>before including
>#include 
>
>(in xft-2.1.2 it's Xft.h, line 41)
>you should place a
>#include 
>
>But make sure that only freetype2 is available while compiling
>(at best, uninstall freetype1)
>
>Hope it helps

Thanks a lot, Nicholas, I am making more progress now.

Colin




This message has been scanned but we cannot guarantee that it and any
attachments are free from viruses or other damaging content: you are
advised to perform your own checks.  Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.

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


Re: [Gimp-user] GIMP installation on Solaris

2004-06-22 Thread Colin Bannister
My installation of GIMP on Solaris is not going well!

Its stuck in compilation of the Xft prerequisite for Pango.
I've appended the error, which is the result of trying to
build xft 2.1.2, just in case someone reading this thinks they
can assist.  

Any users of GIMP 2 on Solaris ?  How did you build it ?

Thanks,

Colin



granby$ make
make  all-am
if /bin/bash ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
-I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include 
-I/usr/openwin/include -g -O2 -MT xftcolor.lo -MD -MP -MF ".deps/xftcolor.Tpo" \
  -c -o xftcolor.lo `test -f 'xftcolor.c' || echo './'`xftcolor.c; \
then mv ".deps/xftcolor.Tpo" ".deps/xftcolor.Plo"; \
else rm -f ".deps/xftcolor.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -I/usr/local/include/freetype2 
-I/usr/local/include -I/usr/openwin/include -g -O2 -MT xftcolor.lo -MD -MP -MF 
.deps/xftcolor.Tpo -c xftcolor.c  -fPIC -o .libs/xftcolor.o
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
In file included from xftint.h:39,
 from xftcolor.c:25:
Xft.h:58: parse error before "_XftFTlibrary"
Xft.h:58: warning: data definition has no type or storage class
Xft.h:92: parse error before "FT_UInt"
Xft.h:92: warning: no semicolon at end of struct or union
Xft.h:95: parse error before '}' token
Xft.h:95: warning: data definition has no type or storage class
Xft.h:99: parse error before "FT_UInt"
Xft.h:99: warning: no semicolon at end of struct or union
Xft.h:102: parse error before '}' token
Xft.h:102: warning: data definition has no type or storage class
Xft.h:196: parse error before '*' token
Xft.h:262: parse error before '*' token
Xft.h:268: parse error before '*' token
Xft.h:301: parse error before '*' token
Xft.h:360: parse error before "XftLockFace"
Xft.h:360: warning: data definition has no type or storage class
Xft.h:399: parse error before '*' token
Xft.h:405: parse error before '*' token
Xft.h:414: parse error before "FT_UInt"
Xft.h:424: parse error before "XftCharIndex"
Xft.h:426: warning: data definition has no type or storage class
Xft.h:467: parse error before '*' token
Xft.h:478: parse error before '*' token
Xft.h:499: parse error before '*' token
In file included from xftint.h:41,
 from xftcolor.c:25:
/usr/local/include/fontconfig/fcfreetype.h:31: parse error before "FcFreeTypeCharIndex"
/usr/local/include/fontconfig/fcfreetype.h:31: parse error before "face"
/usr/local/include/fontconfig/fcfreetype.h:31: warning: data definition has no type or 
storage class
/usr/local/include/fontconfig/fcfreetype.h:34: parse error before "face"
/usr/local/include/fontconfig/fcfreetype.h:37: parse error before "face"
/usr/local/include/fontconfig/fcfreetype.h:40: parse error before "FT_Face"
/usr/local/include/fontconfig/fcfreetype.h:43: parse error before "f"
In file included from xftcolor.c:25:
xftint.h:67: parse error before "FT_UInt"
xftint.h:67: warning: no semicolon at end of struct or union
xftint.h:68: warning: data definition has no type or storage class
xftint.h:84: parse error before "FT_F26Dot6"
xftint.h:84: warning: no semicolon at end of struct or union
xftint.h:85: warning: data definition has no type or storage class
xftint.h:86: parse error before "matrix"
xftint.h:86: warning: data definition has no type or storage class
xftint.h:89: parse error before "face"
xftint.h:89: warning: data definition has no type or storage class
xftint.h:90: warning: data definition has no type or storage class
xftint.h:102: parse error before "XftFtFile"
xftint.h:102: warning: no semicolon at end of struct or union
xftint.h:106: warning: data definition has no type or storage class
xftint.h:109: parse error before "matrix"
xftint.h:109: warning: data definition has no type or storage class
xftint.h:111: parse error before "load_flags"
xftint.h:111: warning: data definition has no type or storage class
xftint.h:119: parse error before '}' token
xftint.h:129: field `info' has incomplete type
xftint.h:141: parse error before "XftUcsHash"
xftint.h:141: warning: no semicolon at end of struct or union
xftint.h:155: parse error before '}' token
xftint.h:155: warning: data definition has no type or storage class
xftint.h:312: parse error before '*' token
xftint.h:319: parse error before '*' token
xftint.h:325: parse error before '*' token
xftint.h:370: parse error before '*' token
*** Error code 1
make: Fatal error: Command failed for target `xftcolor.lo'
Current working directory /work/cczcb/xft-2.1.2
*** Error code 1
make: Fatal error: Command failed for target `all'


This message has been scanned but we cannot guarantee that it and any
attachments are free from viruses or other damaging content: you are
advised to perform your own checks.  Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.


Re: [Gimp-user] GIMP installation on Solaris

2004-06-16 Thread Colin Bannister
 Carol Spears <[EMAIL PROTECTED]> 15/06/2004 14:31:27 >>>
>> Now, the installation document does say installation of FreeType2 is a prerequisite,
>> and I've managed to install this.  It also mentions 'PangoFT2', and I am wondering
>> if this is what is missing.  I have not managed to find a download for this, so I 
>> don't
>> know if its part of another package. 
>> Could someone help me find 'PangoFT2' ?
>> 
>it has been a long time since i had to build pango.  looks like you
>might need to build one also.
>
>running ./configure --help before you build it might show you a way to
>build the FT2 parts.
>
>carol
>

Thanks, Carol.  I had installed pango as a prerequisite, but on re-reading the
Pango README I've seen that 'fontconfig' needs to be on the system, or it won't
build PangoFT2, which is part of pango.

Colin


This message has been scanned but we cannot guarantee that it and any
attachments are free from viruses or other damaging content: you are
advised to perform your own checks.  Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.

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


Re: [Gimp-user] GIMP installation on Solaris

2004-06-15 Thread Carol Spears
On Tue, Jun 15, 2004 at 01:20:45PM +0100, Colin Bannister wrote:
> 
> I am getting a bit further, but have had to install glib in a 'standard' location
> (i.e. under /usr/local) rather than the test area I was using.  The 'pc' file
> for glib seems to be glib-2.0.pc by the way, and is OK.
> 
> Now when configuring GTK I get further, but it fails with
> 
> sh: gnome-config: not found
> configure: error: Pango 1.2.0 and Xft backend is required for x11 target
> 
> Now, the installation document does say installation of FreeType2 is a prerequisite,
> and I've managed to install this.  It also mentions 'PangoFT2', and I am wondering
> if this is what is missing.  I have not managed to find a download for this, so I 
> don't
> know if its part of another package. 
> Could someone help me find 'PangoFT2' ?
> 
it has been a long time since i had to build pango.  looks like you
might need to build one also.

running ./configure --help before you build it might show you a way to
build the FT2 parts.

carol

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


Re: [Gimp-user] GIMP installation on Solaris

2004-06-15 Thread Sven Neumann
Hi,

"Colin Bannister" <[EMAIL PROTECTED]> writes:

> configure: error: Pango 1.2.0 and Xft backend is required for x11
> target
> 
> Now, the installation document does say installation of FreeType2 is
> a prerequisite, and I've managed to install this.  It also mentions
> 'PangoFT2', and I am wondering if this is what is missing.  I have
> not managed to find a download for this, so I don't know if its part
> of another package.  Could someone help me find 'PangoFT2' ?

Pango is a requirement for GTK+ as is clearly stated in lots of
documents including this one:

http://developer.gnome.org/doc/API/2.0/gtk/gtk-building.html


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


Re: [Gimp-user] GIMP installation on Solaris

2004-06-15 Thread Colin Bannister
 Carol Spears <[EMAIL PROTECTED]> 14/06/2004 18:14:22 >>>
>> Gtk configure fails at:
>> 
>> checking for GLIB version >= 2.4.0... no
>> *** Could not run GLIB test program, checking why...
>> etc...
>> 
>> This is SECOND check for GLIB, first check passed!:
>> 
>> checking for glib-2.0 >= 2.4.0  atk >= 1.0.1  pango >= 1.4.0... yes
>> 
>> the message says it might be finding an old version of Glib, but I do not want to 
>> remove
>> this and damage other installations of GIMP/GTK (I thought it WAS possible to have
>> parallel installations of GTK).
>> 
>> Has anyone else experienced this difficulty?  Could anyone suggest a way to install
>
>we have been seeing this exact problem with debian, fedora, suse.  maybe
>mandrake -- i cannot remember exactly.
>
>it seems to be a problem with pkg-config and the suggestions of how to
>fix it are many.
>
>for some reason, there is a glib-2.4 on your computer but there is no
>glib-2.4.pc in the place that pkg-config should be putting one.  in that
>place is a glib-2.3.pc.
>

I am getting a bit further, but have had to install glib in a 'standard' location
(i.e. under /usr/local) rather than the test area I was using.  The 'pc' file
for glib seems to be glib-2.0.pc by the way, and is OK.

Now when configuring GTK I get further, but it fails with

sh: gnome-config: not found
configure: error: Pango 1.2.0 and Xft backend is required for x11 target

Now, the installation document does say installation of FreeType2 is a prerequisite,
and I've managed to install this.  It also mentions 'PangoFT2', and I am wondering
if this is what is missing.  I have not managed to find a download for this, so I don't
know if its part of another package. 
Could someone help me find 'PangoFT2' ?

Thanks,

Colin



This message has been scanned but we cannot guarantee that it and any
attachments are free from viruses or other damaging content: you are
advised to perform your own checks.  Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.

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


Re: [Gimp-user] GIMP installation on Solaris

2004-06-14 Thread Sven Neumann
Hi,

"Colin Bannister" <[EMAIL PROTECTED]> writes:

> Has anyone else experienced this difficulty?  Could anyone suggest a
> way to install GIMP 2.0.1 that doesn't risk breaking the existing
> 1.2.5 installation ?

gimp-1.2 can be kept installed in parallel with gimp-2.0, even in the
same prefix. The same goes for gtk+-1.2 and gtk+-2.x. So installing
gimp-2.0 and/or gtk+-2.x can hardly break your gimp-1.2 installation.

What does not work is to have different versions of the gtk+-2.x
libraries in the standard system search paths. Since the 2.x libraries
are all backward-compatible there's also not much point for a user in
having both gtk+-2.2 and gtk+-2.4 installed. If you need a newer
version, then please update the one that is installed instead of
installing newer version next to it.


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


Re: [Gimp-user] GIMP installation on Solaris

2004-06-14 Thread Carol Spears
hi
On Mon, Jun 14, 2004 at 04:47:01PM +0100, Colin Bannister wrote:
> Hello,
> 
> I am trying to install GIMP 2.0.1 from source on a Solaris 2.8 machine.  
> Unfortunately,
> I have not managed to get the prerequisite GTK 2.4.1 to install.
> I am following the instructions in 'install_help.html' from the GIMP web site.
> 
> pkg-config seems to install OK
> glib 2.4.1 installs OK.
> pango 1.4.0 OK
> ATK 1.6.0 OK
> 
> Gtk configure fails at:
> 
> checking for GLIB version >= 2.4.0... no
> *** Could not run GLIB test program, checking why...
> etc...
> 
> This is SECOND check for GLIB, first check passed!:
> 
> checking for glib-2.0 >= 2.4.0  atk >= 1.0.1  pango >= 1.4.0... yes
> 
> the message says it might be finding an old version of Glib, but I do not want to 
> remove
> this and damage other installations of GIMP/GTK (I thought it WAS possible to have
> parallel installations of GTK).
> 
> Has anyone else experienced this difficulty?  Could anyone suggest a way to install

we have been seeing this exact problem with debian, fedora, suse.  maybe
mandrake -- i cannot remember exactly.

it seems to be a problem with pkg-config and the suggestions of how to
fix it are many.

for some reason, there is a glib-2.4 on your computer but there is no
glib-2.4.pc in the place that pkg-config should be putting one.  in that
place is a glib-2.3.pc.

how to fix this on solaris?  i dunno.  i built my own and put a pc file
in the path.  which glib is my gimp using?  i have no idea.  it works
fine.

so, you will have to figure out the best way to put this .pc file into
the place it should be for solaris.

if someone else who is using solaris tells you they are not having these
problems, ignore them.

carol

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


[Gimp-user] GIMP installation on Solaris

2004-06-14 Thread Colin Bannister
Hello,

I am trying to install GIMP 2.0.1 from source on a Solaris 2.8 machine.  Unfortunately,
I have not managed to get the prerequisite GTK 2.4.1 to install.
I am following the instructions in 'install_help.html' from the GIMP web site.

pkg-config seems to install OK
glib 2.4.1 installs OK.
pango 1.4.0 OK
ATK 1.6.0 OK

Gtk configure fails at:

checking for GLIB version >= 2.4.0... no
*** Could not run GLIB test program, checking why...
etc...

This is SECOND check for GLIB, first check passed!:

checking for glib-2.0 >= 2.4.0  atk >= 1.0.1  pango >= 1.4.0... yes

the message says it might be finding an old version of Glib, but I do not want to 
remove
this and damage other installations of GIMP/GTK (I thought it WAS possible to have
parallel installations of GTK).

Has anyone else experienced this difficulty?  Could anyone suggest a way to install
GIMP 2.0.1 that doesn't risk breaking the existing 1.2.5 installation ?

Thanks,

Colin


Dr. Colin Bannister
Information Services
Cripps Computing Centre
Tel: 0115 9513326
Fax: 0115 9513358
www: www.nottingham.ac.uk/~cczcb/
e-mail: [EMAIL PROTECTED]


This message has been scanned but we cannot guarantee that it and any
attachments are free from viruses or other damaging content: you are
advised to perform your own checks.  Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.

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