[Mailman-Users] Where's Korea? (recurring problem)

Ashley M. Kirchner ashley at pcraft.com
Sat Sep 15 08:54:07 CEST 2007


Mark Sapiro wrote:
> It looks like the
>
> #include "Python.h"
>
> near the beginning of _koco.c is failing. Is there a python2.4 directory
> in /usr/include?
>   
    That was it.  python-devel was not installed on this machine.  Would 
be nice if the configure script checked for all  the necessary header 
files prior to compiling/installing.  It installed now...though the 
bazillion errors were still there:

src/_koco_uhc.h:3008: warning: pointer targets in initialization differ 
in signedness
src/_koco_uhc.h:3008: warning: pointer targets in initialization differ 
in signedness
src/_koco_uhc.h:3008: warning: pointer targets in initialization differ 
in signedness
src/_koco_uhc.h:3008: warning: pointer targets in initialization differ 
in signedness
src/_koco_uhc.h:3008: warning: pointer targets in initialization differ 
in signedness
src/_koco_uhc.h:3008: warning: pointer targets in initialization differ 
in signedness
src/_koco_uhc.h:3009: warning: pointer targets in initialization differ 
in signedness
src/_koco_uhc.h:3009: warning: pointer targets in initialization differ 
in signedness
In file included from src/_koco.c:121:
src/euckr_codec.h: In function ‘euc_kr_encode’:
src/euckr_codec.h:127: warning: format ‘%04x’ expects type 
‘unsigned int’, but argument 3 has type ‘Py_UNICODE’
In file included from src/_koco.c:122:
src/cp949_codec.h: In function ‘cp949_encode’:
src/cp949_codec.h:151: warning: format ‘%04x’ expects type 
‘unsigned int’, but argument 3 has type ‘Py_UNICODE’
In file included from src/_koco.c:123:
src/koco_stream.h: In function ‘__euc_kr_decode’:
src/koco_stream.h:42: warning: pointer targets in assignment differ in 
signedness
src/koco_stream.h:43: warning: pointer targets in assignment differ in 
signedness
src/koco_stream.h: In function ‘__cp949_decode’:
src/koco_stream.h:135: warning: pointer targets in assignment differ in 
signedness
src/koco_stream.h:136: warning: pointer targets in assignment differ in 
signedness

-- 
H | It's not a bug - it's an undocumented feature.
  +--------------------------------------------------------------------
  Ashley M. Kirchner <mailto:ashley at pcraft.com>   .   303.442.6410 x130
  IT Director / SysAdmin / Websmith             .     800.441.3873 x130
  Photo Craft Imaging                       .     3550 Arapahoe Ave. #6
  http://www.pcraft.com ..... .  .    .       Boulder, CO 80303, U.S.A. 




More information about the Mailman-Users mailing list