Csound Csound-dev Csound-tekno Search About

[Cs-dev] build errors latest tip..

Date2013-12-07 14:29
FromRory Walsh
Subject[Cs-dev] build errors latest tip..
On windows when I try to build the latest tip I get the following
errors? Any ideas?

[ 72%] Building C object CMakeFiles/csound64.dir/Engine/cs_par_dispatch.c.obj
Linking C shared library csound64.dll
Creating library file: libcsound64.dll.a
CMakeFiles\csound64.dir/objects.a(cs_new_dispatch.c.obj):cs_new_dispatch.c:(.tex
t+0xd0b): undefined reference to `__sync_bool_compare_and_swap_4'
CMakeFiles\csound64.dir/objects.a(cs_new_dispatch.c.obj):cs_new_dispatch.c:(.tex
t+0xd36): undefined reference to `__sync_fetch_and_or_4'
CMakeFiles\csound64.dir/objects.a(cs_new_dispatch.c.obj):cs_new_dispatch.c:(.tex
t+0xd92): undefined reference to `__sync_fetch_and_or_4'
CMakeFiles\csound64.dir/objects.a(cs_new_dispatch.c.obj):cs_new_dispatch.c:(.tex
t+0xdce): undefined reference to `__sync_bool_compare_and_swap_4'
CMakeFiles\csound64.dir/objects.a(cs_new_dispatch.c.obj):cs_new_dispatch.c:(.tex
t+0xe2b): undefined reference to `__sync_fetch_and_or_4'
CMakeFiles\csound64.dir/objects.a(cs_new_dispatch.c.obj):cs_new_dispatch.c:(.tex
t+0xe59): undefined reference to `__sync_bool_compare_and_swap_4'
CMakeFiles\csound64.dir/objects.a(cs_new_dispatch.c.obj):cs_new_dispatch.c:(.tex
t+0xedb): undefined reference to `__sync_fetch_and_or_4'
collect2.exe: error: ld returned 1 exit status
CMakeFiles\csound64.dir\build.make:5775: recipe for target `csound64.dll' failed

------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-12-07 14:48
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] build errors latest tip..
AttachmentsNone  

Date2013-12-07 14:52
FromRory Walsh
SubjectRe: [Cs-dev] build errors latest tip..
gcc. I got past the MSVC problem by calling mingw32-make.exe fom my
Csound build dir. And I'm creating mingw makefiles from cmake.

On 7 December 2013 14:48,   wrote:
> You are missing the gnu synchronisation primitives.  Are you using
> MSVC or gcc?
>
> Quoting Rory Walsh :
>
>> On windows when I try to build the latest tip I get the following
>> errors? Any ideas?
>>
>> [ 72%] Building C object CMakeFiles/csound64.dir/Engine/cs_par_dispatch.c.obj
>> Linking C shared library csound64.dll
>> Creating library file: libcsound64.dll.a
>> CMakeFiles\csound64.dir/objects.a(cs_new_dispatch.c.obj):cs_new_dispatch.c:(.tex
>> t+0xd0b): undefined reference to `__sync_bool_compare_and_swap_4'
>> CMakeFiles\csound64.dir/objects.a(cs_new_dispatch.c.obj):cs_new_dispatch.c:(.tex
>> t+0xd36): undefined reference to `__sync_fetch_and_or_4'
>> CMakeFiles\csound64.dir/objects.a(cs_new_dispatch.c.obj):cs_new_dispatch.c:(.tex
>> t+0xd92): undefined reference to `__sync_fetch_and_or_4'
>> CMakeFiles\csound64.dir/objects.a(cs_new_dispatch.c.obj):cs_new_dispatch.c:(.tex
>> t+0xdce): undefined reference to `__sync_bool_compare_and_swap_4'
>> CMakeFiles\csound64.dir/objects.a(cs_new_dispatch.c.obj):cs_new_dispatch.c:(.tex
>> t+0xe2b): undefined reference to `__sync_fetch_and_or_4'
>> CMakeFiles\csound64.dir/objects.a(cs_new_dispatch.c.obj):cs_new_dispatch.c:(.tex
>> t+0xe59): undefined reference to `__sync_bool_compare_and_swap_4'
>> CMakeFiles\csound64.dir/objects.a(cs_new_dispatch.c.obj):cs_new_dispatch.c:(.tex
>> t+0xedb): undefined reference to `__sync_fetch_and_or_4'
>> collect2.exe: error: ld returned 1 exit status
>> CMakeFiles\csound64.dir\build.make:5775: recipe for target
>> `csound64.dll' failed
>>
>> ------------------------------------------------------------------------------
>> Sponsored by Intel(R) XDK
>> Develop, test and display web and hybrid apps with a single code base.
>> Download it for free now!
>> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
>
> ------------------------------------------------------------------------------
> Sponsored by Intel(R) XDK
> Develop, test and display web and hybrid apps with a single code base.
> Download it for free now!
> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-12-07 15:02
FromVictor Lazzarini
SubjectRe: [Cs-dev] build errors latest tip..
you will need to update mingwin to a version of gcc with the primitives.
On 7 Dec 2013, at 14:52, Rory Walsh  wrote:

> gcc. I got past the MSVC problem by calling mingw32-make.exe fom my
> Csound build dir. And I'm creating mingw makefiles from cmake.
> 
> On 7 December 2013 14:48,   wrote:
>> You are missing the gnu synchronisation primitives.  Are you using
>> MSVC or gcc?
>> 
>> Quoting Rory Walsh :
>> 
>>> On windows when I try to build the latest tip I get the following
>>> errors? Any ideas?
>>> 
>>> [ 72%] Building C object CMakeFiles/csound64.dir/Engine/cs_par_dispatch.c.obj
>>> Linking C shared library csound64.dll
>>> Creating library file: libcsound64.dll.a
>>> CMakeFiles\csound64.dir/objects.a(cs_new_dispatch.c.obj):cs_new_dispatch.c:(.tex
>>> t+0xd0b): undefined reference to `__sync_bool_compare_and_swap_4'
>>> CMakeFiles\csound64.dir/objects.a(cs_new_dispatch.c.obj):cs_new_dispatch.c:(.tex
>>> t+0xd36): undefined reference to `__sync_fetch_and_or_4'
>>> CMakeFiles\csound64.dir/objects.a(cs_new_dispatch.c.obj):cs_new_dispatch.c:(.tex
>>> t+0xd92): undefined reference to `__sync_fetch_and_or_4'
>>> CMakeFiles\csound64.dir/objects.a(cs_new_dispatch.c.obj):cs_new_dispatch.c:(.tex
>>> t+0xdce): undefined reference to `__sync_bool_compare_and_swap_4'
>>> CMakeFiles\csound64.dir/objects.a(cs_new_dispatch.c.obj):cs_new_dispatch.c:(.tex
>>> t+0xe2b): undefined reference to `__sync_fetch_and_or_4'
>>> CMakeFiles\csound64.dir/objects.a(cs_new_dispatch.c.obj):cs_new_dispatch.c:(.tex
>>> t+0xe59): undefined reference to `__sync_bool_compare_and_swap_4'
>>> CMakeFiles\csound64.dir/objects.a(cs_new_dispatch.c.obj):cs_new_dispatch.c:(.tex
>>> t+0xedb): undefined reference to `__sync_fetch_and_or_4'
>>> collect2.exe: error: ld returned 1 exit status
>>> CMakeFiles\csound64.dir\build.make:5775: recipe for target
>>> `csound64.dll' failed
>>> 
>>> ------------------------------------------------------------------------------
>>> Sponsored by Intel(R) XDK
>>> Develop, test and display web and hybrid apps with a single code base.
>>> Download it for free now!
>>> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> 
>> 
>> 
>> 
>> ------------------------------------------------------------------------------
>> Sponsored by Intel(R) XDK
>> Develop, test and display web and hybrid apps with a single code base.
>> Download it for free now!
>> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
> 
> ------------------------------------------------------------------------------
> Sponsored by Intel(R) XDK 
> Develop, test and display web and hybrid apps with a single code base.
> Download it for free now!
> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-12-07 15:04
FromRory Walsh
SubjectRe: [Cs-dev] build errors latest tip..
I'm using version 4.7.1. Giving that it built Csound without a problem
a week ago, I'm guessing there's obviously something else up. Let me
dig a little and see what's up.

On 7 December 2013 15:02, Victor Lazzarini  wrote:
> you will need to update mingwin to a version of gcc with the primitives.
> On 7 Dec 2013, at 14:52, Rory Walsh  wrote:
>
>> gcc. I got past the MSVC problem by calling mingw32-make.exe fom my
>> Csound build dir. And I'm creating mingw makefiles from cmake.
>>
>> On 7 December 2013 14:48,   wrote:
>>> You are missing the gnu synchronisation primitives.  Are you using
>>> MSVC or gcc?
>>>
>>> Quoting Rory Walsh :
>>>
>>>> On windows when I try to build the latest tip I get the following
>>>> errors? Any ideas?
>>>>
>>>> [ 72%] Building C object CMakeFiles/csound64.dir/Engine/cs_par_dispatch.c.obj
>>>> Linking C shared library csound64.dll
>>>> Creating library file: libcsound64.dll.a
>>>> CMakeFiles\csound64.dir/objects.a(cs_new_dispatch.c.obj):cs_new_dispatch.c:(.tex
>>>> t+0xd0b): undefined reference to `__sync_bool_compare_and_swap_4'
>>>> CMakeFiles\csound64.dir/objects.a(cs_new_dispatch.c.obj):cs_new_dispatch.c:(.tex
>>>> t+0xd36): undefined reference to `__sync_fetch_and_or_4'
>>>> CMakeFiles\csound64.dir/objects.a(cs_new_dispatch.c.obj):cs_new_dispatch.c:(.tex
>>>> t+0xd92): undefined reference to `__sync_fetch_and_or_4'
>>>> CMakeFiles\csound64.dir/objects.a(cs_new_dispatch.c.obj):cs_new_dispatch.c:(.tex
>>>> t+0xdce): undefined reference to `__sync_bool_compare_and_swap_4'
>>>> CMakeFiles\csound64.dir/objects.a(cs_new_dispatch.c.obj):cs_new_dispatch.c:(.tex
>>>> t+0xe2b): undefined reference to `__sync_fetch_and_or_4'
>>>> CMakeFiles\csound64.dir/objects.a(cs_new_dispatch.c.obj):cs_new_dispatch.c:(.tex
>>>> t+0xe59): undefined reference to `__sync_bool_compare_and_swap_4'
>>>> CMakeFiles\csound64.dir/objects.a(cs_new_dispatch.c.obj):cs_new_dispatch.c:(.tex
>>>> t+0xedb): undefined reference to `__sync_fetch_and_or_4'
>>>> collect2.exe: error: ld returned 1 exit status
>>>> CMakeFiles\csound64.dir\build.make:5775: recipe for target
>>>> `csound64.dll' failed
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Sponsored by Intel(R) XDK
>>>> Develop, test and display web and hybrid apps with a single code base.
>>>> Download it for free now!
>>>> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Sponsored by Intel(R) XDK
>>> Develop, test and display web and hybrid apps with a single code base.
>>> Download it for free now!
>>> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>> ------------------------------------------------------------------------------
>> Sponsored by Intel(R) XDK
>> Develop, test and display web and hybrid apps with a single code base.
>> Download it for free now!
>> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
> ------------------------------------------------------------------------------
> Sponsored by Intel(R) XDK
> Develop, test and display web and hybrid apps with a single code base.
> Download it for free now!
> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-12-07 15:12
FromRory Walsh
SubjectRe: [Cs-dev] build errors latest tip..
Mike recommends 4.8.1 so I'm downloading that now to see if it helps.

On 7 December 2013 15:04, Rory Walsh  wrote:
> I'm using version 4.7.1. Giving that it built Csound without a problem
> a week ago, I'm guessing there's obviously something else up. Let me
> dig a little and see what's up.
>
> On 7 December 2013 15:02, Victor Lazzarini  wrote:
>> you will need to update mingwin to a version of gcc with the primitives.
>> On 7 Dec 2013, at 14:52, Rory Walsh  wrote:
>>
>>> gcc. I got past the MSVC problem by calling mingw32-make.exe fom my
>>> Csound build dir. And I'm creating mingw makefiles from cmake.
>>>
>>> On 7 December 2013 14:48,   wrote:
>>>> You are missing the gnu synchronisation primitives.  Are you using
>>>> MSVC or gcc?
>>>>
>>>> Quoting Rory Walsh :
>>>>
>>>>> On windows when I try to build the latest tip I get the following
>>>>> errors? Any ideas?
>>>>>
>>>>> [ 72%] Building C object CMakeFiles/csound64.dir/Engine/cs_par_dispatch.c.obj
>>>>> Linking C shared library csound64.dll
>>>>> Creating library file: libcsound64.dll.a
>>>>> CMakeFiles\csound64.dir/objects.a(cs_new_dispatch.c.obj):cs_new_dispatch.c:(.tex
>>>>> t+0xd0b): undefined reference to `__sync_bool_compare_and_swap_4'
>>>>> CMakeFiles\csound64.dir/objects.a(cs_new_dispatch.c.obj):cs_new_dispatch.c:(.tex
>>>>> t+0xd36): undefined reference to `__sync_fetch_and_or_4'
>>>>> CMakeFiles\csound64.dir/objects.a(cs_new_dispatch.c.obj):cs_new_dispatch.c:(.tex
>>>>> t+0xd92): undefined reference to `__sync_fetch_and_or_4'
>>>>> CMakeFiles\csound64.dir/objects.a(cs_new_dispatch.c.obj):cs_new_dispatch.c:(.tex
>>>>> t+0xdce): undefined reference to `__sync_bool_compare_and_swap_4'
>>>>> CMakeFiles\csound64.dir/objects.a(cs_new_dispatch.c.obj):cs_new_dispatch.c:(.tex
>>>>> t+0xe2b): undefined reference to `__sync_fetch_and_or_4'
>>>>> CMakeFiles\csound64.dir/objects.a(cs_new_dispatch.c.obj):cs_new_dispatch.c:(.tex
>>>>> t+0xe59): undefined reference to `__sync_bool_compare_and_swap_4'
>>>>> CMakeFiles\csound64.dir/objects.a(cs_new_dispatch.c.obj):cs_new_dispatch.c:(.tex
>>>>> t+0xedb): undefined reference to `__sync_fetch_and_or_4'
>>>>> collect2.exe: error: ld returned 1 exit status
>>>>> CMakeFiles\csound64.dir\build.make:5775: recipe for target
>>>>> `csound64.dll' failed
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Sponsored by Intel(R) XDK
>>>>> Develop, test and display web and hybrid apps with a single code base.
>>>>> Download it for free now!
>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Sponsored by Intel(R) XDK
>>>> Develop, test and display web and hybrid apps with a single code base.
>>>> Download it for free now!
>>>> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>> ------------------------------------------------------------------------------
>>> Sponsored by Intel(R) XDK
>>> Develop, test and display web and hybrid apps with a single code base.
>>> Download it for free now!
>>> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>> ------------------------------------------------------------------------------
>> Sponsored by Intel(R) XDK
>> Develop, test and display web and hybrid apps with a single code base.
>> Download it for free now!
>> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-12-07 15:32
FromRory Walsh
SubjectRe: [Cs-dev] build errors latest tip..
That did it. All building fine now. Looks like the installation IDE
installed 4.7.1 and overwrote paths. 4.8.1 was there, but not being
called.

On 7 December 2013 15:12, Rory Walsh  wrote:
> Mike recommends 4.8.1 so I'm downloading that now to see if it helps.
>
> On 7 December 2013 15:04, Rory Walsh  wrote:
>> I'm using version 4.7.1. Giving that it built Csound without a problem
>> a week ago, I'm guessing there's obviously something else up. Let me
>> dig a little and see what's up.
>>
>> On 7 December 2013 15:02, Victor Lazzarini  wrote:
>>> you will need to update mingwin to a version of gcc with the primitives.
>>> On 7 Dec 2013, at 14:52, Rory Walsh  wrote:
>>>
>>>> gcc. I got past the MSVC problem by calling mingw32-make.exe fom my
>>>> Csound build dir. And I'm creating mingw makefiles from cmake.
>>>>
>>>> On 7 December 2013 14:48,   wrote:
>>>>> You are missing the gnu synchronisation primitives.  Are you using
>>>>> MSVC or gcc?
>>>>>
>>>>> Quoting Rory Walsh :
>>>>>
>>>>>> On windows when I try to build the latest tip I get the following
>>>>>> errors? Any ideas?
>>>>>>
>>>>>> [ 72%] Building C object CMakeFiles/csound64.dir/Engine/cs_par_dispatch.c.obj
>>>>>> Linking C shared library csound64.dll
>>>>>> Creating library file: libcsound64.dll.a
>>>>>> CMakeFiles\csound64.dir/objects.a(cs_new_dispatch.c.obj):cs_new_dispatch.c:(.tex
>>>>>> t+0xd0b): undefined reference to `__sync_bool_compare_and_swap_4'
>>>>>> CMakeFiles\csound64.dir/objects.a(cs_new_dispatch.c.obj):cs_new_dispatch.c:(.tex
>>>>>> t+0xd36): undefined reference to `__sync_fetch_and_or_4'
>>>>>> CMakeFiles\csound64.dir/objects.a(cs_new_dispatch.c.obj):cs_new_dispatch.c:(.tex
>>>>>> t+0xd92): undefined reference to `__sync_fetch_and_or_4'
>>>>>> CMakeFiles\csound64.dir/objects.a(cs_new_dispatch.c.obj):cs_new_dispatch.c:(.tex
>>>>>> t+0xdce): undefined reference to `__sync_bool_compare_and_swap_4'
>>>>>> CMakeFiles\csound64.dir/objects.a(cs_new_dispatch.c.obj):cs_new_dispatch.c:(.tex
>>>>>> t+0xe2b): undefined reference to `__sync_fetch_and_or_4'
>>>>>> CMakeFiles\csound64.dir/objects.a(cs_new_dispatch.c.obj):cs_new_dispatch.c:(.tex
>>>>>> t+0xe59): undefined reference to `__sync_bool_compare_and_swap_4'
>>>>>> CMakeFiles\csound64.dir/objects.a(cs_new_dispatch.c.obj):cs_new_dispatch.c:(.tex
>>>>>> t+0xedb): undefined reference to `__sync_fetch_and_or_4'
>>>>>> collect2.exe: error: ld returned 1 exit status
>>>>>> CMakeFiles\csound64.dir\build.make:5775: recipe for target
>>>>>> `csound64.dll' failed
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> Sponsored by Intel(R) XDK
>>>>>> Develop, test and display web and hybrid apps with a single code base.
>>>>>> Download it for free now!
>>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> Csound-devel@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Sponsored by Intel(R) XDK
>>>>> Develop, test and display web and hybrid apps with a single code base.
>>>>> Download it for free now!
>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Sponsored by Intel(R) XDK
>>>> Develop, test and display web and hybrid apps with a single code base.
>>>> Download it for free now!
>>>> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Sponsored by Intel(R) XDK
>>> Develop, test and display web and hybrid apps with a single code base.
>>> Download it for free now!
>>> http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net