Csound Csound-dev Csound-tekno Search About

[Cs-dev] Again does not build

Date2012-03-23 20:06
Fromjpff@cs.bath.ac.uk
Subject[Cs-dev] Again does not build
I pulled fronm git this morning but when I got tim eto try building ....

In file included from frontends/csladspa/csladspa.cpp:32:0:
frontends/csladspa/ladspa.h:593:50: warning: ‘visibility’ attribute ignored
CsoundObj.java:128:
GetChannelPtr(csnd.SWIGTYPE_p_double,java.lang.String,int) in csnd.Csound
cannot be applied to (csnd.SWIGTYPE_p_p_double,java.lang.String,int)
        getCsound().GetChannelPtr(
                   ^
1 error
scons: *** [interfaces/csnd/CSOUND_FILETYPES.class] Error 1
scons: building terminated because of errors.

No idea what this means, but looks like wrong indirection


------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-03-24 15:48
FromSteven Yi
SubjectRe: [Cs-dev] Again does not build
Hi John,

Are you still getting this error? I'm not getting that error here, but
then again, Michael's last commit just deleted that file...

steven

On Fri, Mar 23, 2012 at 8:06 PM,   wrote:
> I pulled fronm git this morning but when I got tim eto try building ....
>
> In file included from frontends/csladspa/csladspa.cpp:32:0:
> frontends/csladspa/ladspa.h:593:50: warning: ‘visibility’ attribute ignored
> CsoundObj.java:128:
> GetChannelPtr(csnd.SWIGTYPE_p_double,java.lang.String,int) in csnd.Csound
> cannot be applied to (csnd.SWIGTYPE_p_p_double,java.lang.String,int)
>        getCsound().GetChannelPtr(
>                   ^
> 1 error
> scons: *** [interfaces/csnd/CSOUND_FILETYPES.class] Error 1
> scons: building terminated because of errors.
>
> No idea what this means, but looks like wrong indirection
>
>
> ------------------------------------------------------------------------------
> This SF email is sponsosred by:
> Try Windows Azure free for 90 days Click Here
> http://p.sf.net/sfu/sfd2d-msazure
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-03-24 16:01
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] Again does not build
Was Ok late yesterday -- not had time today.

....and re Android, are there instructions for building on older versions
-- I have FroYo on mt Samsung Galaxy Ace


> Hi John,
>
> Are you still getting this error? I'm not getting that error here, but
> then again, Michael's last commit just deleted that file...
>
> steven
>
> On Fri, Mar 23, 2012 at 8:06 PM,   wrote:
>> I pulled fronm git this morning but when I got tim eto try building ....
>>
>> In file included from frontends/csladspa/csladspa.cpp:32:0:
>> frontends/csladspa/ladspa.h:593:50: warning: ‘visibility’ attribute
>> ignored
>> CsoundObj.java:128:
>> GetChannelPtr(csnd.SWIGTYPE_p_double,java.lang.String,int) in
>> csnd.Csound
>> cannot be applied to (csnd.SWIGTYPE_p_p_double,java.lang.String,int)
>>        getCsound().GetChannelPtr(
>>                   ^
>> 1 error
>> scons: *** [interfaces/csnd/CSOUND_FILETYPES.class] Error 1
>> scons: building terminated because of errors.
>>
>> No idea what this means, but looks like wrong indirection
>>
>>
>> ------------------------------------------------------------------------------
>> This SF email is sponsosred by:
>> Try Windows Azure free for 90 days Click Here
>> http://p.sf.net/sfu/sfd2d-msazure
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
> ------------------------------------------------------------------------------
> This SF email is sponsosred by:
> Try Windows Azure free for 90 days Click Here
> http://p.sf.net/sfu/sfd2d-msazure
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>



------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-03-24 17:02
FromSteven Yi
SubjectRe: [Cs-dev] Again does not build
We're building for platform 9 as a minimum (Froyo was platform version
8).  I think platform 9 was when OpenSL was introduced, which would be
the reason we chose that as a minimum (if my memory is correct).

Android development is generally done with the Eclipse IDE.  You could
try downloading the csound-android-5.17.zip from SourceForge file
releases, then open up the CsoundAndroid library project in Eclipse,
then create a new project that depends on CsoundAndroid.  After that,
you could try changing the minimum platform to 8, but also being sure
that when using CsoundObj to set useAudioTrack to true, to tell it to
use the Android Audio code rather than native OpenSL code.

I think there's a way to do the library project dependency outside of
Eclipse via Ant as well, but I do not have any experience with that.

steven

On Sat, Mar 24, 2012 at 4:01 PM,   wrote:
> Was Ok late yesterday -- not had time today.
>
> ....and re Android, are there instructions for building on older versions
> -- I have FroYo on mt Samsung Galaxy Ace
>
>
>> Hi John,
>>
>> Are you still getting this error? I'm not getting that error here, but
>> then again, Michael's last commit just deleted that file...
>>
>> steven
>>
>> On Fri, Mar 23, 2012 at 8:06 PM,   wrote:
>>> I pulled fronm git this morning but when I got tim eto try building ....
>>>
>>> In file included from frontends/csladspa/csladspa.cpp:32:0:
>>> frontends/csladspa/ladspa.h:593:50: warning: ‘visibility’ attribute
>>> ignored
>>> CsoundObj.java:128:
>>> GetChannelPtr(csnd.SWIGTYPE_p_double,java.lang.String,int) in
>>> csnd.Csound
>>> cannot be applied to (csnd.SWIGTYPE_p_p_double,java.lang.String,int)
>>>        getCsound().GetChannelPtr(
>>>                   ^
>>> 1 error
>>> scons: *** [interfaces/csnd/CSOUND_FILETYPES.class] Error 1
>>> scons: building terminated because of errors.
>>>
>>> No idea what this means, but looks like wrong indirection
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> This SF email is sponsosred by:
>>> Try Windows Azure free for 90 days Click Here
>>> http://p.sf.net/sfu/sfd2d-msazure
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>> ------------------------------------------------------------------------------
>> This SF email is sponsosred by:
>> Try Windows Azure free for 90 days Click Here
>> http://p.sf.net/sfu/sfd2d-msazure
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>>
>
>
>
> ------------------------------------------------------------------------------
> This SF email is sponsosred by:
> Try Windows Azure free for 90 days Click Here
> http://p.sf.net/sfu/sfd2d-msazure
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net