|
Hello,
I just tried to compile Python module from the CVS repository.
I'm using FreeBSD 6.2-RELEASE, gcc version 3.4.6 [FreeBSD] 20060305 and Python Python 2.4.4.
These are the error messages:
tn5250-python.c: In function `tn5250_DisplayBuffer_del':
tn5250-python.c:888: error: too few arguments to function `tn5250_dbuffer_del'
tn5250-python.c: In function `tn5250_DisplayBuffer_ins':
tn5250-python.c:905: error: too few arguments to function `tn5250_dbuffer_ins'
tn5250-python.c: In function `tn5250_Field_valid_char':
tn5250-python.c:2633: error: too few arguments to function `tn5250_field_valid_char'
tn5250-python.c: In function `tn5250_Field_getattr':
tn5250-python.c:2915: error: structure has no member named `FCW'
tn5250-python.c: In function `tn5250_Field_setattr':
tn5250-python.c:2961: error: structure has no member named `FCW'
tn5250-python.c:2961: error: structure has no member named `FCW'
For example:
In tn5250_DisplayBuffer_del, there's a call:
tn5250_dbuffer_del (self->dbuffer, shiftcount);
but the function is declared:
void tn5250_dbuffer_del (Tn5250DBuffer * This, int fieldid, int shiftcount);
Is somebody at the moment working on the module?
Does somebody USE the module?
Thanks,
Chris
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.