Csound Csound-dev Csound-tekno Search About

[Cs-dev] Csound 6 build broken

Date2013-11-19 23:34
FromMichael Gogins
Subject[Cs-dev] Csound 6 build broken
AttachmentsNone  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 Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com

Date2013-11-19 23:40
FromSteven Yi
SubjectRe: [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
 wrote:
> 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 Gogins
> Irreducible Productions
> http://michaelgogins.tumblr.com
> Michael dot Gogins at gmail dot com
>
> ------------------------------------------------------------------------------
> Shape the Mobile Experience: Free Subscription
> Software experts and developers: Be at the forefront of tech innovation.
> Intel(R) Software Adrenaline delivers strategic insight and game-changing
> conversations that shape the rapidly evolving mobile landscape. Sign up now.
> http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-11-19 23:50
FromSteven Yi
SubjectRe: [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  wrote:
> 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
>  wrote:
>> 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 Gogins
>> Irreducible Productions
>> http://michaelgogins.tumblr.com
>> Michael dot Gogins at gmail dot com
>>
>> ------------------------------------------------------------------------------
>> Shape the Mobile Experience: Free Subscription
>> Software experts and developers: Be at the forefront of tech innovation.
>> Intel(R) Software Adrenaline delivers strategic insight and game-changing
>> conversations that shape the rapidly evolving mobile landscape. Sign up now.
>> http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>

------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-11-20 01:51
FromMichael Gogins
SubjectRe: [Cs-dev] Csound 6 build broken
AttachmentsNone  None  
Whatever you did has fixed the build. Thanks for your prompt response!

Best,
Mike


-----------------------------------------------------
Michael Gogins
Irreducible 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
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 <stevenyi@gmail.com> wrote:
> 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
> <michael.gogins@gmail.com> wrote:
>> 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 Gogins
>> Irreducible Productions
>> http://michaelgogins.tumblr.com
>> Michael dot Gogins at gmail dot com
>>
>> ------------------------------------------------------------------------------
>> Shape the Mobile Experience: Free Subscription
>> Software experts and developers: Be at the forefront of tech innovation.
>> Intel(R) Software Adrenaline delivers strategic insight and game-changing
>> conversations that shape the rapidly evolving mobile landscape. Sign up now.
>> http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>

------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing
conversations that shape the rapidly evolving mobile landscape. Sign up now.
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel