On 15.12.2007 09:09, Patrick Ye wrote: > It seems that there is an issue with converting "cost char*" to > "char*". So would anyone know how to get around this problem?
It's a problem in the "glue" code between Python and CS. We don't generate it ourselves, but rather use a tool named "swig". Now the problem is that the swig version we originally generated the glue code for 1.2 with generates code that breaks with Python 2.5 (the error above). The fix is to install an up-to-date swig version (I believe it's available under Cygwin, otherwise check www.swig.org). When you re-run configure, swig should be detected and will be used by CS - that is, the glue code will be generated on your machine with your swig version which hopefully is new enough to work right for Python 2.5. -f.r.
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________ Crystal-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/crystal-main Unsubscribe: mailto:[EMAIL PROTECTED]
