Re: [ft] Freetype2 compilation error

2013-03-20 Thread suzuki toshiya
-u.ac.jp To: HCL Infosystems Ltd hpcssupp...@tropmet.res.in Cc: Werner LEMBERG w...@gnu.org, freetype freetype@nongnu.org Sent: Tuesday, March 19, 2013 6:38:29 PM Subject: Re: [ft] Freetype2 compilation error Dear Amit, Thank you very much for posting the result of testing tarball. I think

Re: [ft] Freetype2 compilation error

2013-03-20 Thread HCL Infosystems Ltd
#include limits.h #if !(0x 64) (0x1 64) # define CPP_MAX_BITSHIFT 64 #elif !(0x7FFF 63) (0x 63) # define CPP_MAX_BITSHIFT 63 #elif !(0x 48) (0x1 48) # define CPP_MAX_BITSHIFT 48 #elif !(0x7FFF

Re: [ft] Freetype2 compilation error

2013-03-20 Thread suzuki toshiya
toshiya mpsuz...@hiroshima-u.ac.jp To: HCL Infosystems Ltd hpcssupp...@tropmet.res.in Cc: Werner LEMBERG w...@gnu.org, freetype freetype@nongnu.org Sent: Wednesday, March 20, 2013 2:38:05 PM Subject: Re: [ft] Freetype2 compilation error Dear Amit, I attached a small C-like source for /bin/cpp

Re: [ft] Freetype2 compilation error

2013-03-20 Thread HCL Infosystems Ltd
#include limits.h #if !(0xL 64) (0x1L 64) # define CPP_MAX_BITSHIFT 64 #elif !(0x7FFFL 63) (0xL 63) # define CPP_MAX_BITSHIFT 63 #elif !(0xL 48) (0x1L 48) # define CPP_MAX_BITSHIFT 48 #elif

Re: [ft] Freetype2 compilation error

2013-03-20 Thread suzuki toshiya
, freetype freetype@nongnu.org Sent: Wednesday, March 20, 2013 3:42:08 PM Subject: Re: [ft] Freetype2 compilation error Dear Amit, Thanks! It seems that xlc's cpp cannot handle bitshift for 64-bit constants, at least, if the constants lack the suffix for long (or unsigned long) integer. I

[ft] Freetype2 compilation error

2013-03-19 Thread HCL Infosystems Ltd
Dear Team, I am getting the below error in red while compiling freetype-2.4.11 on AIX 5.3. ##QUOTE## FreeType build system -- automatic system detection The following settings are used:

Re: [ft] Freetype2 compilation error

2013-03-19 Thread suzuki toshiya
Hi, Sorry for your inconvenience. Your quotation seems to be the messages during the configuration, not during compilation. Do you mean that the irregular warning like checking whether cpp computation of bit length in ftconfig.in works... ./ft2build.h, line 1: 1506-229 (W) File is empty.

Re: [ft] Freetype2 compilation error

2013-03-19 Thread Werner LEMBERG
I am getting the below error in red while compiling freetype-2.4.11 on AIX 5.3. [...] checking whether cpp computation of bit length in ftconfig.in works... ./ft2build.h, line 1: 1506-229 (W) File is empty. ftoption.h, line 1: 1506-229 (W) File is empty. ftstdlib.h, line 1:

Re: [ft] Freetype2 compilation error

2013-03-19 Thread suzuki toshiya
and make install. Regards Amit - Original Message - From: suzuki toshiya mpsuz...@hiroshima-u.ac.jp To: HCL Infosystems Ltd hpcssupp...@tropmet.res.in Cc: freetype@nongnu.org Sent: Tuesday, March 19, 2013 12:23:33 PM Subject: Re: [ft] Freetype2 compilation error Hi, Sorry

Re: [ft] Freetype2 compilation error

2013-03-19 Thread suzuki toshiya
Cc: freetype@nongnu.org Sent: Tuesday, March 19, 2013 12:23:33 PM Subject: Re: [ft] Freetype2 compilation error Hi, Sorry for your inconvenience. Your quotation seems to be the messages during the configuration, not during compilation. Do you mean that the irregular warning like checking

Re: [ft] Freetype2 compilation error

2013-03-19 Thread HCL Infosystems Ltd
: [ft] Freetype2 compilation error Just I've uploaded testing tarball. http://gyvern.ipc.hiroshima-u.ac.jp/~mpsuzuki/freetype-2.4.11_fix-for-xlc-cpp_20130319a.tar.xz Please try and see how warning on ftconfig.in checking will be changed, or not. Regards, mpsuzuki P.S. The difference from genuine

Re: [ft] Freetype2 compilation error

2013-03-19 Thread suzuki toshiya
: suzuki toshiya mpsuz...@hiroshima-u.ac.jp To: freetype freetype@nongnu.org Cc: HCL Infosystems Ltd hpcssupp...@tropmet.res.in, Werner LEMBERG w...@gnu.org Sent: Tuesday, March 19, 2013 1:19:31 PM Subject: Re: [ft] Freetype2 compilation error Just I've uploaded testing tarball. http

Re: [ft] Freetype2 compilation error

2013-03-19 Thread suzuki toshiya
Infosystems Ltd hpcssupp...@tropmet.res.in, Werner LEMBERG w...@gnu.org Sent: Tuesday, March 19, 2013 2:40:34 PM Subject: Re: [ft] Freetype2 compilation error Dear Amit, Thanks, hmm, ftconfig.in does not work well on AIX+XLC. configure:4216: checking whether cpp computation of bit length

Re: [ft] Freetype2 compilation error

2013-03-19 Thread HCL Infosystems Ltd
To: HCL Infosystems Ltd hpcssupp...@tropmet.res.in Cc: Werner LEMBERG w...@gnu.org, freetype freetype@nongnu.org Sent: Tuesday, March 19, 2013 3:53:47 PM Subject: Re: [ft] Freetype2 compilation error Dear Amit, Thank you very much for kind accept. I uploaded yet another testing tarball, http

Re: [ft] Freetype2 compilation error

2013-03-19 Thread suzuki toshiya
...@gnu.org, freetype freetype@nongnu.org Sent: Tuesday, March 19, 2013 3:53:47 PM Subject: Re: [ft] Freetype2 compilation error Dear Amit, Thank you very much for kind accept. I uploaded yet another testing tarball, http://gyvern.ipc.hiroshima-u.ac.jp/~mpsuzuki/freetype-2.4.11_fix-for-xlc