Csound Csound-dev Csound-tekno Search About

[Cs-dev] Compilation failure

Date2013-04-11 17:59
Fromjpff
Subject[Cs-dev] Compilation failure
..on fresh check out this pm

cd /jpff/Sourceforge/csound/csound6/interfaces && /usr/lib64/jvm/java/bin/javac *.java -d .
CsoundChannelListEntry.java:32: error: cannot find symbol
        csndJNI.delete_CsoundChannelListEntry(swigCPtr);
               ^
  symbol:   method delete_CsoundChannelListEntry(long)
  location: class csndJNI
CsoundChannelListEntry.java:39: error: cannot find symbol
    csndJNI.CsoundChannelListEntry_name_set(swigCPtr, this, value);
           ^
  symbol:   method CsoundChannelListEntry_name_set(long,CsoundChannelListEntry,String)
  location: class csndJNI
CsoundChannelListEntry.java:43: error: cannot find symbol
    return csndJNI.CsoundChannelListEntry_name_get(swigCPtr, this);
                  ^
  symbol:   method CsoundChannelListEntry_name_get(long,CsoundChannelListEntry)
  location: class csndJNI
CsoundChannelListEntry.java:47: error: cannot find symbol
    csndJNI.CsoundChannelListEntry_type_set(swigCPtr, this, value);
           ^
  symbol:   method CsoundChannelListEntry_type_set(long,CsoundChannelListEntry,int)
  location: class csndJNI
CsoundChannelListEntry.java:51: error: cannot find symbol
    return csndJNI.CsoundChannelListEntry_type_get(swigCPtr, this);
                  ^
  symbol:   method CsoundChannelListEntry_type_get(long,CsoundChannelListEntry)
  location: class csndJNI
CsoundChannelListEntry.java:55: error: cannot find symbol
    this(csndJNI.new_CsoundChannelListEntry(), true);
                ^
  symbol:   method new_CsoundChannelListEntry()
  location: class csndJNI
6 errors
make[2]: *** [lib_jcsound6.so] Error 1
make[2]: Leaving directory `/jpff/Sourceforge/csound/csound6'
make[1]: *** [interfaces/CMakeFiles/_jcsound6.dir/all] Error 2
make[1]: Leaving directory `/jpff/Sourceforge/csound/csound6'
make: *** [all] Error 2


I do not know any java so no idea what this is about

==John ffitch

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-04-11 18:06
FromSteven Yi
SubjectRe: [Cs-dev] Compilation failure
The package name was modified to csnd6.  Likely there are leftover
files that were generated from before the change that need to be
removed.  You could try rm interfaces/*.java then rebuild.

On Thu, Apr 11, 2013 at 5:59 PM, jpff  wrote:
> ..on fresh check out this pm
>
> cd /jpff/Sourceforge/csound/csound6/interfaces && /usr/lib64/jvm/java/bin/javac *.java -d .
> CsoundChannelListEntry.java:32: error: cannot find symbol
>         csndJNI.delete_CsoundChannelListEntry(swigCPtr);
>                ^
>   symbol:   method delete_CsoundChannelListEntry(long)
>   location: class csndJNI
> CsoundChannelListEntry.java:39: error: cannot find symbol
>     csndJNI.CsoundChannelListEntry_name_set(swigCPtr, this, value);
>            ^
>   symbol:   method CsoundChannelListEntry_name_set(long,CsoundChannelListEntry,String)
>   location: class csndJNI
> CsoundChannelListEntry.java:43: error: cannot find symbol
>     return csndJNI.CsoundChannelListEntry_name_get(swigCPtr, this);
>                   ^
>   symbol:   method CsoundChannelListEntry_name_get(long,CsoundChannelListEntry)
>   location: class csndJNI
> CsoundChannelListEntry.java:47: error: cannot find symbol
>     csndJNI.CsoundChannelListEntry_type_set(swigCPtr, this, value);
>            ^
>   symbol:   method CsoundChannelListEntry_type_set(long,CsoundChannelListEntry,int)
>   location: class csndJNI
> CsoundChannelListEntry.java:51: error: cannot find symbol
>     return csndJNI.CsoundChannelListEntry_type_get(swigCPtr, this);
>                   ^
>   symbol:   method CsoundChannelListEntry_type_get(long,CsoundChannelListEntry)
>   location: class csndJNI
> CsoundChannelListEntry.java:55: error: cannot find symbol
>     this(csndJNI.new_CsoundChannelListEntry(), true);
>                 ^
>   symbol:   method new_CsoundChannelListEntry()
>   location: class csndJNI
> 6 errors
> make[2]: *** [lib_jcsound6.so] Error 1
> make[2]: Leaving directory `/jpff/Sourceforge/csound/csound6'
> make[1]: *** [interfaces/CMakeFiles/_jcsound6.dir/all] Error 2
> make[1]: Leaving directory `/jpff/Sourceforge/csound/csound6'
> make: *** [all] Error 2
>
>
> I do not know any java so no idea what this is about
>
> ==John ffitch
>
> ------------------------------------------------------------------------------
> Precog is a next-generation analytics platform capable of advanced
> analytics on semi-structured data. The platform includes APIs for building
> apps and a phenomenal toolset for data science. Developers can use
> our toolset for easy data analysis & visualization. Get a free account!
> http://www2.precog.com/precogplatform/slashdotnewsletter
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-04-11 18:10
FromSteven Yi
SubjectRe: [Cs-dev] Compilation failure
Sorry, you could try rm -r interfaces/csnd  (there should be csnd6
folder there now).

On Thu, Apr 11, 2013 at 6:06 PM, Steven Yi  wrote:
> The package name was modified to csnd6.  Likely there are leftover
> files that were generated from before the change that need to be
> removed.  You could try rm interfaces/*.java then rebuild.
>
> On Thu, Apr 11, 2013 at 5:59 PM, jpff  wrote:
>> ..on fresh check out this pm
>>
>> cd /jpff/Sourceforge/csound/csound6/interfaces && /usr/lib64/jvm/java/bin/javac *.java -d .
>> CsoundChannelListEntry.java:32: error: cannot find symbol
>>         csndJNI.delete_CsoundChannelListEntry(swigCPtr);
>>                ^
>>   symbol:   method delete_CsoundChannelListEntry(long)
>>   location: class csndJNI
>> CsoundChannelListEntry.java:39: error: cannot find symbol
>>     csndJNI.CsoundChannelListEntry_name_set(swigCPtr, this, value);
>>            ^
>>   symbol:   method CsoundChannelListEntry_name_set(long,CsoundChannelListEntry,String)
>>   location: class csndJNI
>> CsoundChannelListEntry.java:43: error: cannot find symbol
>>     return csndJNI.CsoundChannelListEntry_name_get(swigCPtr, this);
>>                   ^
>>   symbol:   method CsoundChannelListEntry_name_get(long,CsoundChannelListEntry)
>>   location: class csndJNI
>> CsoundChannelListEntry.java:47: error: cannot find symbol
>>     csndJNI.CsoundChannelListEntry_type_set(swigCPtr, this, value);
>>            ^
>>   symbol:   method CsoundChannelListEntry_type_set(long,CsoundChannelListEntry,int)
>>   location: class csndJNI
>> CsoundChannelListEntry.java:51: error: cannot find symbol
>>     return csndJNI.CsoundChannelListEntry_type_get(swigCPtr, this);
>>                   ^
>>   symbol:   method CsoundChannelListEntry_type_get(long,CsoundChannelListEntry)
>>   location: class csndJNI
>> CsoundChannelListEntry.java:55: error: cannot find symbol
>>     this(csndJNI.new_CsoundChannelListEntry(), true);
>>                 ^
>>   symbol:   method new_CsoundChannelListEntry()
>>   location: class csndJNI
>> 6 errors
>> make[2]: *** [lib_jcsound6.so] Error 1
>> make[2]: Leaving directory `/jpff/Sourceforge/csound/csound6'
>> make[1]: *** [interfaces/CMakeFiles/_jcsound6.dir/all] Error 2
>> make[1]: Leaving directory `/jpff/Sourceforge/csound/csound6'
>> make: *** [all] Error 2
>>
>>
>> I do not know any java so no idea what this is about
>>
>> ==John ffitch
>>
>> ------------------------------------------------------------------------------
>> Precog is a next-generation analytics platform capable of advanced
>> analytics on semi-structured data. The platform includes APIs for building
>> apps and a phenomenal toolset for data science. Developers can use
>> our toolset for easy data analysis & visualization. Get a free account!
>> http://www2.precog.com/precogplatform/slashdotnewsletter
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-04-11 18:38
FromVictor Lazzarini
SubjectRe: [Cs-dev] Compilation failure
I have just pulled on Linux and it builds everything without any problem.
On 11 Apr 2013, at 18:10, Steven Yi wrote:

> Sorry, you could try rm -r interfaces/csnd  (there should be csnd6
> folder there now).
> 
> On Thu, Apr 11, 2013 at 6:06 PM, Steven Yi  wrote:
>> The package name was modified to csnd6.  Likely there are leftover
>> files that were generated from before the change that need to be
>> removed.  You could try rm interfaces/*.java then rebuild.
>> 
>> On Thu, Apr 11, 2013 at 5:59 PM, jpff  wrote:
>>> ..on fresh check out this pm
>>> 
>>> cd /jpff/Sourceforge/csound/csound6/interfaces && /usr/lib64/jvm/java/bin/javac *.java -d .
>>> CsoundChannelListEntry.java:32: error: cannot find symbol
>>>        csndJNI.delete_CsoundChannelListEntry(swigCPtr);
>>>               ^
>>>  symbol:   method delete_CsoundChannelListEntry(long)
>>>  location: class csndJNI
>>> CsoundChannelListEntry.java:39: error: cannot find symbol
>>>    csndJNI.CsoundChannelListEntry_name_set(swigCPtr, this, value);
>>>           ^
>>>  symbol:   method CsoundChannelListEntry_name_set(long,CsoundChannelListEntry,String)
>>>  location: class csndJNI
>>> CsoundChannelListEntry.java:43: error: cannot find symbol
>>>    return csndJNI.CsoundChannelListEntry_name_get(swigCPtr, this);
>>>                  ^
>>>  symbol:   method CsoundChannelListEntry_name_get(long,CsoundChannelListEntry)
>>>  location: class csndJNI
>>> CsoundChannelListEntry.java:47: error: cannot find symbol
>>>    csndJNI.CsoundChannelListEntry_type_set(swigCPtr, this, value);
>>>           ^
>>>  symbol:   method CsoundChannelListEntry_type_set(long,CsoundChannelListEntry,int)
>>>  location: class csndJNI
>>> CsoundChannelListEntry.java:51: error: cannot find symbol
>>>    return csndJNI.CsoundChannelListEntry_type_get(swigCPtr, this);
>>>                  ^
>>>  symbol:   method CsoundChannelListEntry_type_get(long,CsoundChannelListEntry)
>>>  location: class csndJNI
>>> CsoundChannelListEntry.java:55: error: cannot find symbol
>>>    this(csndJNI.new_CsoundChannelListEntry(), true);
>>>                ^
>>>  symbol:   method new_CsoundChannelListEntry()
>>>  location: class csndJNI
>>> 6 errors
>>> make[2]: *** [lib_jcsound6.so] Error 1
>>> make[2]: Leaving directory `/jpff/Sourceforge/csound/csound6'
>>> make[1]: *** [interfaces/CMakeFiles/_jcsound6.dir/all] Error 2
>>> make[1]: Leaving directory `/jpff/Sourceforge/csound/csound6'
>>> make: *** [all] Error 2
>>> 
>>> 
>>> I do not know any java so no idea what this is about
>>> 
>>> ==John ffitch
>>> 
>>> ------------------------------------------------------------------------------
>>> Precog is a next-generation analytics platform capable of advanced
>>> analytics on semi-structured data. The platform includes APIs for building
>>> apps and a phenomenal toolset for data science. Developers can use
>>> our toolset for easy data analysis & visualization. Get a free account!
>>> http://www2.precog.com/precogplatform/slashdotnewsletter
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
> 
> ------------------------------------------------------------------------------
> Precog is a next-generation analytics platform capable of advanced
> analytics on semi-structured data. The platform includes APIs for building
> apps and a phenomenal toolset for data science. Developers can use
> our toolset for easy data analysis & visualization. Get a free account!
> http://www2.precog.com/precogplatform/slashdotnewsletter
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net