Csound Csound-dev Csound-tekno Search About

[Cs-dev] STK problem

Date2014-07-13 15:41
Fromjohn ffitch
Subject[Cs-dev] STK problem
I was trying to reproduce the STKSitar problem but I have an undefined
symbol
WARNING: could not open library '/home/jpff/Sourceforge/csound/New/csound6/libstk.so' (/home/jpff/Sourceforge/csound/New/csound6/libstk.so: undefined symbol: _ZNK3stk3Stk11handleErrorENS_8StkError4TypeE)

libstk.so is a copy of libstk.so.4.4.4 built from sources.  How do I
fix this?
==John ffitch

------------------------------------------------------------------------------
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2014-07-13 16:18
Fromhlolli
SubjectRe: [Cs-dev] STK problem
This is what I think I found out. I had problems to get rid of RAWWAVES path.
Found out that rawwaves were missing that support STK plugins. They are not
automatically included in current release of Csound. I had to install it
from https://ccrma.stanford.edu/software/stk/ and changes rawwaves paths. In
the installation there is included sharedlib='libstk.so'

Without knowing, maybe installing stk-4.5.0 will solve this. If it does, I
recommend checking out and updating the current documentation about the STK
plugins(or including stk-4.5.0 with Csound 6.0.4?), which only applies for
Csound5.



--
View this message in context: http://csound.1045644.n5.nabble.com/STK-problem-tp5736312p5736313.html
Sent from the Csound - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2014-07-13 17:00
FromMichael Gogins
SubjectRe: [Cs-dev] STK problem
AttachmentsNone  None  
See if the file containing Stk::handleError is not being included in the link, or if the function is #ifdef's out for some reason.

Hope this helps,
Mike


-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Sun, Jul 13, 2014 at 10:41 AM, john ffitch <jpff@codemist.co.uk> wrote:
I was trying to reproduce the STKSitar problem but I have an undefined
symbol
WARNING: could not open library '/home/jpff/Sourceforge/csound/New/csound6/libstk.so' (/home/jpff/Sourceforge/csound/New/csound6/libstk.so: undefined symbol: _ZNK3stk3Stk11handleErrorENS_8StkError4TypeE)

libstk.so is a copy of libstk.so.4.4.4 built from sources.  How do I
fix this?
==John ffitch

------------------------------------------------------------------------------
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2014-07-13 22:04
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] STK problem
AttachmentsNone