New submission from lordnoid <[email protected]>: Compiling the latest numpy from git (commit b148a6d) fails using the msvc compiler on Windows. Using PyPy 2.2. The error is: dummymodule.obj : error LNK2019: unresolved external symbol __imp___Py_InitPyPyModule referenced in function _init_dummy
Full output: http://pastebin.ubuntu.com/6425575/ ---------- messages: 6334 nosy: lordnoid, pypy-issue priority: bug status: unread title: numpy: compilation failed, unresolved external (msvc) ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1635> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
