[Cs-dev] Csound 6 build broken
Date | 2013-11-19 23:34 |
From | Michael Gogins |
Subject | [Cs-dev] Csound 6 build broken |
Attachments | None None |
CppSound.hpp(36) : Warning 453: Can't apply (std::vector< double > *INPUT). No typemaps are defined. Scanning dependencies of target _csnd6 [ 80%] Building CXX object interfaces/CMakeFiles/_csnd6.dir/python_interfacePYTHON_wrap.cxx.obj
Linking CXX shared module ../_csnd6.pyd CMakeFiles/_csnd6.dir/objects.a(python_interfacePYTHON_wrap.cxx.obj): In function `SWIG_Python_ErrorType': c:/Users/mike/csound-csound6-git/interfaces/python_interfacePYTHON_wrap.cxx:1003: undefined reference to `_imp__PyExc_RuntimeError'
c:/Users/mike/csound-csound6-git/interfaces/python_interfacePYTHON_wrap.cxx:973: undefined reference to `_imp__PyExc_IOError' c:/Users/mike/csound-csound6-git/interfaces/python_interfacePYTHON_wrap.cxx:970: undefined reference to `_imp__PyExc_MemoryError'
c:/Users/mike/csound-csound6-git/interfaces/python_interfacePYTHON_wrap.cxx:1000: undefined reference to `_imp__PyExc_AttributeError' c:/Users/mike/csound-csound6-git/interfaces/python_interfacePYTHON_wrap.cxx:997: undefined reference to `_imp__PyExc_SystemError'
c:/Users/mike/csound-csound6-git/interfaces/python_interfacePYTHON_wrap.cxx:994: undefined reference to `_imp__PyExc_ValueError' c:/Users/mike/csound-csound6-git/interfaces/python_interfacePYTHON_wrap.cxx:991: undefined reference to `_imp__PyExc_SyntaxError'
c:/Users/mike/csound-csound6-git/interfaces/python_interfacePYTHON_wrap.cxx:988: undefined reference to `_imp__PyExc_OverflowError' c:/Users/mike/csound-csound6-git/interfaces/python_interfacePYTHON_wrap.cxx:985: undefined reference to `_imp__PyExc_ZeroDivisionError'
c:/Users/mike/csound-csound6-git/interfaces/python_interfacePYTHON_wrap.cxx:982: undefined reference to `_imp__PyExc_TypeError' c:/Users/mike/csound-csound6-git/interfaces/python_interfacePYTHON_wrap.cxx:979: undefined reference to `_imp__PyExc_IndexError'
CMakeFiles/_csnd6.dir/objects.a(python_interfacePYTHON_wrap.cxx.obj): In function `SwigPyObject_TypeOnce': c:/Users/mike/csound-csound6-git/interfaces/python_interfacePYTHON_wrap.cxx:1970: undefined reference to `_imp__PyObject_GenericGetAttr'
c:/Users/mike/csound-csound6-git/interfaces/python_interfacePYTHON_wrap.cxx:1975: undefined reference to `_imp__PyType_Ready' CMakeFiles/_csnd6.dir/objects.a(python_interfacePYTHON_wrap.cxx.obj): In function `SwigPyObject_New':
c:/Users/mike/csound-csound6-git/interfaces/python_interfacePYTHON_wrap.cxx:1985: undefined reference to `_imp__PyObject_Malloc' -----------------------------------------------------
Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com |
Date | 2013-11-19 23:40 |
From | Steven Yi |
Subject | Re: [Cs-dev] Csound 6 build broken |
This has to do with removing linking to python. Give me a moment to research what the correct thing to do is. (I think there should be a flag for this... not positive). On Tue, Nov 19, 2013 at 6:34 PM, Michael Gogins |
Date | 2013-11-19 23:50 |
From | Steven Yi |
Subject | Re: [Cs-dev] Csound 6 build broken |
I'm having some issues with my Windows VM. I've temporarily re-added PYTHON_LIBRARY for linking on Windows. Please pull and let me know if there's issues still. Thanks! steven On Tue, Nov 19, 2013 at 6:40 PM, Steven Yi |
Date | 2013-11-20 01:51 |
From | Michael Gogins |
Subject | Re: [Cs-dev] Csound 6 build broken |
Attachments | None None |
Whatever you did has fixed the build. Thanks for your prompt response! Best, Mike -----------------------------------------------------
Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Tue, Nov 19, 2013 at 6:50 PM, Steven Yi <stevenyi@gmail.com> wrote: I'm having some issues with my Windows VM. I've temporarily re-added |