I have tried using mingw and a few versions of python, on win7 x32(vbox) and x64
on x64, cymunk compiles, but crashes with a ntdll.dll error upon import
on x32, cymunk fails to compile with a "dwarf error"
do I have to use MSVC? if so how and what version?
any answers appreciated!
extra info:
http://cython.org/ - tried manuall compiled cython, from pip/easy_install, from kivy and pre-compiled (versions 0.20.2 and 0.20.1-b?)
using python 2.7.6 and latest, also one bundled with kivy
using latest mingw, and one bundled with kivy
x32(vbox) log with dwarf error: http://pastebin.com/vgkcwj6W
issue I opened on github: https://github.com/tito/cymunk/issues/26