-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Individual emails to Cygwin developers is discouraged. I'm setting the reply to my project list, if there is need for follow-up.
Kim, Jang-hwan wrote: > Hi, I'm looking a way to install pymad for cygwin, > but building from source makes an error: > > src/pymadfile.c:73: error: initializer element is not constant Indeed, pymad requires a patch in order to build, namely: http://cygwin-ports.cvs.sourceforge.net/*checkout*/cygwin-ports/ports/python/pymad/python-mad-0.6-1.src.patch Anytime one sees such an error building a Python C extension, changing PyObject_HEAD_INIT(&PyType_Type) to PyObject_HEAD_INIT(NULL) usually fixes it. More details are available here: http://starship.python.net/crew/mwh/toext/node20.html > there aren't any pymad packages available for cygwin, > but surprisingly I saw it in your posting in cygwin mailing-list. I built it myself, and provide it as part of the Cygwin Ports package repository. For more information on Cygwin Ports, see the following: http://cygwinports.dotsrc.org/ Yaakov Cygwin Ports -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Cygwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHE1VtpiWmPGlmQSMRCFNQAJ97yyQ6X2C7nRuQeA/otPuoDo+MkQCgtNrq 44LdVMfuRP4YAfEfZ5e+Ar4= =/1nJ -----END PGP SIGNATURE----- ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Cygwin-ports-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cygwin-ports-general
