Re: gtk+-2.2.4 make fails

2004-01-27 Thread [EMAIL PROTECTED]
 Is freetype.h on the system and in the search path? The other errors are
 probably caused by the following implicit declarations.
I _knew_ I was asking for a smack in the chops with the bleeding
obvious. Thanks for wielding the cluebat :)

The final solution was to copy the whole of freetype2's include/freetype
into X11R6's include directory. Apparently linking it into
/usr/local/include just isn't good enough.


It's now complaining about conflicts between 2 versions of libexpat (it
wants libexpat.so.0, while Xft used .so.1), but I should have that fixed
with a little time and some judicious recompiling...


Cheers,
James
-- 
...so there I am at ten thousand feet with a power drill in one hand, a
takeaway menu in the other, no parachute and a _very_ suprised
expression...


pgp0.pgp
Description: PGP signature


Re: gtk+-2.2.4 make fails

2004-01-27 Thread Russell Shaw
[EMAIL PROTECTED] wrote:
Is freetype.h on the system and in the search path? The other errors are
probably caused by the following implicit declarations.
I _knew_ I was asking for a smack in the chops with the bleeding
obvious. Thanks for wielding the cluebat :)
The final solution was to copy the whole of freetype2's include/freetype
into X11R6's include directory. Apparently linking it into
/usr/local/include just isn't good enough.
It's now complaining about conflicts between 2 versions of libexpat (it
wants libexpat.so.0, while Xft used .so.1), but I should have that fixed
with a little time and some judicious recompiling...
When you have libs already on your system and you compile a new
setup that has other versions of the same libraries, libtool can
get confused. Beware.
___
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list


Re: gtk+-2.2.4 make fails

2004-01-26 Thread Sven Neumann
Hi,

[EMAIL PROTECTED] [EMAIL PROTECTED] writes:

 The config line is:
 ./configure --prefix=/opt/pkgs/gtk+-2.2.4 --enable-fbmanager
 --with-xinput=yes --with-x

Try --with-xinput=xfree instead if you want to use a tablet with GTK+
later. This won't fix your compile problems but it might save you
another go.


Sven
___
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list


Re: gtk+-2.2.4 make fails

2004-01-26 Thread Aaron Neerenberg
Is there an option to just completely turn ximput off?  I've tried with
--with-ximput=no, but it doesn't seem to work as one would expect.

Thanks,
Aaron

On Mon, 2004-01-26 at 03:37, Sven Neumann wrote:
 Hi,
 
 [EMAIL PROTECTED] [EMAIL PROTECTED] writes:
 
  The config line is:
  ./configure --prefix=/opt/pkgs/gtk+-2.2.4 --enable-fbmanager
  --with-xinput=yes --with-x
 
 Try --with-xinput=xfree instead if you want to use a tablet with GTK+
 later. This won't fix your compile problems but it might save you
 another go.
 
 
 Sven
 ___
 gtk-list mailing list
 [EMAIL PROTECTED]
 http://mail.gnome.org/mailman/listinfo/gtk-list
-- 

___
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list


Re: gtk+-2.2.4 make fails

2004-01-26 Thread Sven Neumann
Hi,

Aaron Neerenberg [EMAIL PROTECTED] writes:

 Is there an option to just completely turn ximput off?  I've tried with
 --with-ximput=no, but it doesn't seem to work as one would expect.

It's spelled --with-xinput, not --with-ximput.

It seems I was wrong and --with-xinput=yes or simply --with-xinput
will enable xinput. This used to be --with-xinput=xfree in earlier
GTK+ versions (and it still works). By default xinput is disabled,
but if you want to be sure, use --without-xinput.


Sven
___
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list


Re: gtk+-2.2.4 make fails

2004-01-26 Thread Gene Heskett
On Monday 26 January 2004 12:37, Aaron Neerenberg wrote:
Is there an option to just completely turn ximput off?  I've tried
 with --with-ximput=no, but it doesn't seem to work as one would
 expect.

If you meant xinput, you just typed ximput 2 times in a row?
Thanks,
Aaron

On Mon, 2004-01-26 at 03:37, Sven Neumann wrote:
 Hi,

 [EMAIL PROTECTED] [EMAIL PROTECTED] writes:
  The config line is:
  ./configure --prefix=/opt/pkgs/gtk+-2.2.4 --enable-fbmanager
  --with-xinput=yes --with-x

 Try --with-xinput=xfree instead if you want to use a tablet with
 GTK+ later. This won't fix your compile problems but it might save
 you another go.


 Sven
 ___
 gtk-list mailing list
 [EMAIL PROTECTED]
 http://mail.gnome.org/mailman/listinfo/gtk-list

-- 
Cheers, Gene
There are four boxes to be used in defense of liberty: soap,
ballot, jury, and ammo. Please use in that order.
-Ed Howdershelt (Author)
99.22% setiathome rank, not too shabby for a WV hillbilly
Yahoo.com attornies please note, additions to this message
by Gene Heskett are:
Copyright 2004 by Maurice Eugene Heskett, all rights reserved.
___
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list


Re: gtk+-2.2.4 make fails

2004-01-26 Thread Aaron Neerenberg
xinput is what I have in my code :)  We'll just blame the ximput bit on
Monday mornings :)

-Aaron

On Mon, 2004-01-26 at 09:57, Gene Heskett wrote:
 On Monday 26 January 2004 12:37, Aaron Neerenberg wrote:
 Is there an option to just completely turn ximput off?  I've tried
  with --with-ximput=no, but it doesn't seem to work as one would
  expect.
 
 If you meant xinput, you just typed ximput 2 times in a row?
 Thanks,
 Aaron
 
 On Mon, 2004-01-26 at 03:37, Sven Neumann wrote:
  Hi,
 
  [EMAIL PROTECTED] [EMAIL PROTECTED] writes:
   The config line is:
   ./configure --prefix=/opt/pkgs/gtk+-2.2.4 --enable-fbmanager
   --with-xinput=yes --with-x
 
  Try --with-xinput=xfree instead if you want to use a tablet with
  GTK+ later. This won't fix your compile problems but it might save
  you another go.
 
 
  Sven
  ___
  gtk-list mailing list
  [EMAIL PROTECTED]
  http://mail.gnome.org/mailman/listinfo/gtk-list
-- 

___
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list


Re: gtk+-2.2.4 make fails

2004-01-25 Thread Russell Shaw
[EMAIL PROTECTED] wrote:
Apologies if this has already been covered, but I've not been able to
find it in the docs, the FAQ or the list archives.
I'm trying to build gtk+ on a customised Debian 3.0r2 host, and getting
the problem described below. It happens regardless of whether I'm using
the default version of gcc, or whether I'm trying gtk+ version 2.2.3,
2.2.4 or 2.3.2.
I'm assuming here that I've borked some dependency on the host, given
the lack of references to this problem (and given my habit of compiling
from scratch wherever viable).
Any hints as to where I've gone wrong, or even where to concentrate my
attention, would be gratefully received.
I've compiled glib-2.3.2 from source, as well as pango-1.2.5 and
atk-1.2.4.
The config line is:
./configure --prefix=/opt/pkgs/gtk+-2.2.4 --enable-fbmanager
--with-xinput=yes --with-x
The result is always a failure in gdk/x11, with a long stream of
complaints about syntax errors. The actual output is:
make[2]: Entering directory `/opt/build/gtk+-2.2.4/gdk'
Making all in x11
make[3]: Entering directory `/opt/build/gtk+-2.2.4/gdk/x11'
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../..
-DG_LOG
_DOMAIN=\Gdk\ -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk
-DG_DISABLE_DE
PRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED
-DG_DISABLE_CA
ST_CHECKS -pthread -I/opt/pkgs/glib-2.3.2/include/glib-2.0
-I/opt/pkgs/glib-2.3.
2/lib/glib-2.0/include -I/opt/pkgs/pango-1.2.5/include/pango-1.0
-I/usr/X11R6/in
clude -I/usr/X11R6/include/freetype2-g -O2 -Wall -c gdkcolor-x11.c
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN=\Gdk\
-DGDK_COMPILATION -I
../.. -I../../gdk -I../../gdk -DG_DISABLE_DEPRECATED
-DGDK_PIXBUF_DISABLE_DEPREC
ATED -DGDK_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread
-I/opt/pkgs/glib-
2.3.2/include/glib-2.0 -I/opt/pkgs/glib-2.3.2/lib/glib-2.0/include
-I/opt/pkgs/p
ango-1.2.5/include/pango-1.0 -I/usr/X11R6/include
-I/usr/X11R6/include/freetype2
 -g -O2 -Wall -c gdkcolor-x11.c  -fPIC -DPIC -o .libs/gdkcolor-x11.o
In file included from ../../gdk/x11/gdkdrawable-x11.h:37,
 from ../../gdk/x11/gdkwindow-x11.h:30,
 from gdkprivate-x11.h:36,
 from gdkx.h:78,
 from gdkcolor-x11.c:31:
/usr/X11R6/include/X11/Xft/Xft.h:35:31: freetype/freetype.h: No such
file or directory
Is freetype.h on the system and in the search path? The other errors are
probably caused by the following implicit declarations.
___
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list