On Sat, 27 Sep 2003 16:57:14 +0200 (CEST) Robert Vazan <[EMAIL PROTECTED]> wrote:

RV> I fixed some compilation problems related to my #include cleanup and some
RV> other trivial problems, but I still cannot compile. I am getting errors in
RV> two files [1][2], probably because classes have changed and Python code
RV> wasn't updated.

 Yes. Fixing Python is easy but not trivial. There are 2 posssibilities:

1. simple but not very interesting: update .i files manually, i.e. simply
   integrate the changes from .h files into them
2. try new SWIG (1.3.19?) which is supposed to be able to directly parse .h
   files and get rid of .i completely or, maybe, keep them but just for
   SWIG directives (i.e. we could tell it to ignore some methods or rename
   some others)

(2) is clearly much more promising, but requires a lot more work.

 Regards,
VZ



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to