Re: configure failure

2005-11-07 Thread Mark Wielaard
Hi Archie, On Thu, 2005-11-03 at 11:41 -0600, Archie Cobbs wrote: --disable-gtk-peer does workaround the problem. But FYI this same system was able to configure classpath-0.17 without that flag. Therefore something changed. I guess 0.17 didn't require freetype? Surprising. 0.17 did require

Re: configure failure

2005-11-07 Thread Christian Thalinger
On Mon, 2005-11-07 at 11:15 +0100, Mark Wielaard wrote: for us. Could you try the attached patch and do make distclean ./autogen.sh ./configure --enable-Werror and try if you can get any gui program working. Yes, works fine for me. But when we are at it (-Werror), i've some 64-bit

Re: configure failure

2005-11-07 Thread Mark Wielaard
Hi Christian, On Mon, 2005-11-07 at 12:03 +0100, Christian Thalinger wrote: On Mon, 2005-11-07 at 11:15 +0100, Mark Wielaard wrote: for us. Could you try the attached patch and do make distclean ./autogen.sh ./configure --enable-Werror and try if you can get any gui program working.

Re: configure failure

2005-11-07 Thread Christian Thalinger
On Mon, 2005-11-07 at 14:47 +0100, Mark Wielaard wrote: The GtkClipboard is OK. Please post to classpath-patches plus ChangeLog entry and commit. Done. BTW. Which 64-bit platform is this? Does everything AWT/Free Swing etc work correctly? Normally i'm testing on x86_64 and AWT/Free Swing

configure failure

2005-11-03 Thread Archie Cobbs
Hi all, I'm trying to ./configure classpath-0.19 on Redhat9 and getting this: checking for freetype2... Package freetype2 was not found in the pkg-config search path. Perhaps you should add the directory containing `freetype2.pc' to the PKG_CONFIG_PATH environment variable No package

Re: configure failure

2005-11-03 Thread Christian Thalinger
On Thu, Nov 03, 2005 at 08:50:40AM -0600, Archie Cobbs wrote: $ rpm -qa | grep freetype freetype-2.1.3-6 freetype-devel-2.1.3-6 $ rpm -ql freetype | grep '\.pc' $ I'm not educated on the wonders of pkg-config. Where do I find freetype2.pc and why isn't it on this system? Hmm, it seems

Re: configure failure

2005-11-03 Thread Archie Cobbs
Christian Thalinger wrote: On Thu, Nov 03, 2005 at 08:50:40AM -0600, Archie Cobbs wrote: $ rpm -qa | grep freetype freetype-2.1.3-6 freetype-devel-2.1.3-6 $ rpm -ql freetype | grep '\.pc' $ I'm not educated on the wonders of pkg-config. Where do I find freetype2.pc and why isn't it on this