-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

I'm trying to build kaa on FC5 x86_64. After doing the setup and
install, I find that the python modules are scattered across
/usr/lib64/python2.4 and /usr/lib/python2.4 directories. Is this going
to be a problem?

In addition, I found some problems building ifomodule.c in
kaa/metadata/disc. Enclosed is a patch to fix the compile errors.

T.C.
- --
Wan Tat Chee (Senior Lecturer)
School of Computer Sciences, Univ. of Science Malaysia,
11800 USM, Penang, Malaysia.      Rm.625 Ofc Ph: +604 653-3888 x 3617
NRG Lab Admin: +604 659-4757           Rm.601-F Ofc Ph: +604 653-4396
Internet: [EMAIL PROTECTED]            Web: http://nrg.cs.usm.my/~tcwan
GPG Key : http://nrg.cs.usm.my/~tcwan/tcwan-nrg-20040805.asc
F'print : 4B2E F0BF AAD7 2F51 CB41  4386 F72B 7859 8278 BDC4
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iD8DBQFEdXJL9yt4WYJ4vcQRAo3bAKDISzsiIzw+lFBEKqbdki5ACEwIZACgiZYG
g3XlTuviEhK6mjNuVKhQpZk=
=idBk
-----END PGP SIGNATURE-----
--- kaa/metadata/src/disc/ifomodule.c.orig	2006-05-25 15:50:40.000000000 +0800
+++ kaa/metadata/src/disc/ifomodule.c	2006-05-25 15:50:57.000000000 +0800
@@ -41,6 +41,8 @@
 #include <string.h>
 #include <unistd.h>
 #include <assert.h>
+#include <inttypes.h>
+#include <stdint.h>
 
 #include <dvdread/dvd_reader.h>
 #include <dvdread/ifo_types.h>

Reply via email to