compile problem with Satine 1.0 beta1
Status: Beta
Brought to you by:
drluz
hi,
I'm using Python2.2.3 + Borland command line
compiler + win2k.
I've downloaded the source code and tried to compile
using the traditional "python setup.py build
--compiler=bcpp"
There are a couple of problems with the source code
that prevent this from working ~
i) [kernel.c:40] reports [Type name expected] ~
seems it's relying on a non-portable implicit
definition, my compiler requires [int py2xml_strict =
0].
ii) [xquery.c:114 and others] reports [Illegal character
'$' (0x24) in ...] ~ [char _$ = model[*idx];] ~ using
[_$] as a variable name is a non-standard extension
to C++ that doesn't work with my compiler.
Would be good if these minor features could be
fixed.
thanks
John
Logged In: YES
user_id=554511
Thanks for your advice. I have solved the problems.