Re: [ft-devel] No support for side-by-side installation of x86-64 and i386

2005-12-07 Thread mpsuzuki
Hi On Tue, 06 Dec 2005 19:02:52 +0200 Ilya Konstantinov [EMAIL PROTECTED] wrote: Currently, freetype i386 and x86-64 collide in the following files: /usr/bin/freetype-config /usr/include/freetype2/freetype/config/ftconfig.h I see. This makes installation of two freetype development kits

Re: [ft-devel] No support for side-by-side installation of x86-64 andi386

2005-12-07 Thread Antoine Leca
On Tuesday, December 6th, 2005 17:02Z, Ilya Konstantinov wrote: Currently, freetype i386 and x86-64 collide in the following files: /usr/bin/freetype-config /usr/include/freetype2/freetype/config/ftconfig.h This makes installation of two freetype development kits impossible. Installing two

Re: [ft-devel] No support for side-by-side installation of x86-64 and i386

2005-12-07 Thread Frederic Crozat
Le mercredi 07 décembre 2005 à 18:42 +0900, [EMAIL PROTECTED] a écrit : Hi On Tue, 06 Dec 2005 19:02:52 +0200 Ilya Konstantinov [EMAIL PROTECTED] wrote: Currently, freetype i386 and x86-64 collide in the following files: /usr/bin/freetype-config

Re: [ft-devel] No support for side-by-side installation of x86-64 andi386

2005-12-07 Thread mpsuzuki
Hi, On Wed, 7 Dec 2005 11:30:03 +0100 Antoine Leca [EMAIL PROTECTED] wrote: BTW, this is not really cross-compiling. Real cross-compiling IMHO usually involves having a cross-compiling target environment, different from the host environment (usually selected as higher priority flags overriding

Re: [ft-devel] No support for side-by-side installation of x86-64 and i386

2005-12-07 Thread mpsuzuki
Hi, On Wed, 7 Dec 2005 14:15:52 +0100 (CET) On Wed, 7 Dec 2005, [EMAIL PROTECTED] wrote: I see. Let me clarify the condition: the issue you reported is specific to GNU/Linux on x86-64, ppc64 and s390x. Solaris 64-bit also has ABI-separated library directories: Great Thank you for helpful

Re: [ft-devel] No support for side-by-side installation of x86-64 andi386

2005-12-07 Thread Ilya Konstantinov
On Thu, 2005-12-08 at 02:01 +0900, [EMAIL PROTECTED] wrote: Hi, On Wed, 7 Dec 2005 11:30:03 +0100 Antoine Leca [EMAIL PROTECTED] wrote: BTW, this is not really cross-compiling. Real cross-compiling IMHO usually involves having a cross-compiling target environment, different from the host

Re: [ft-devel] BDF and FT_Set_Pixel_Sizes

2005-12-07 Thread Werner LEMBERG
How do you come to this conclusion? The original BDF specification (found in the X11 distribution) says that both FONT_ASCENT and FONT_DESCENT are *logical* values. They don't guarantee that all bitmap glyphs are within this range. Still, then we should set y_scale to 8 /