Csound Csound-dev Csound-tekno Search About

[Cs-dev] Windows build broken

Date2013-01-27 19:21
FromMichael Gogins
Subject[Cs-dev] Windows build broken
The Windows build no longer compiles because of remote.c.

I can omit this file from the Windows build, or I can try to fix it.
What it is supposed to do? Any suggestions for fixing it?

--
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-01-27 19:26
FromVictor Lazzarini
SubjectRe: [Cs-dev] Windows build broken
What are the error messages?
On 27 Jan 2013, at 19:21, Michael Gogins wrote:

> The Windows build no longer compiles because of remote.c.
> 
> I can omit this file from the Windows build, or I can try to fix it.
> What it is supposed to do? Any suggestions for fixing it?
> 
> --
> Michael Gogins
> Irreducible Productions
> http://www.michael-gogins.com
> Michael dot Gogins at gmail dot com
> 
> ------------------------------------------------------------------------------
> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> MVPs and experts. ON SALE this month only -- learn more at:
> http://p.sf.net/sfu/learnnow-d2d
> _______________________________________________
> 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




------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-01-27 19:30
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] Windows build broken
remote.c allows one csound to send events to other machines.  The code was
suspect, but as far as I was aware the Windows code was not changed.  Did
I screw up?

For Windows you could revert the last change

==John ff

> The Windows build no longer compiles because of remote.c.
>
> I can omit this file from the Windows build, or I can try to fix it.
> What it is supposed to do? Any suggestions for fixing it?
>
> --
> Michael Gogins
> Irreducible Productions
> http://www.michael-gogins.com
> Michael dot Gogins at gmail dot com
>
> ------------------------------------------------------------------------------
> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> MVPs and experts. ON SALE this month only -- learn more at:
> http://p.sf.net/sfu/learnnow-d2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>



------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-01-27 21:03
FromMichael Gogins
SubjectRe: [Cs-dev] Windows build broken
The error message was netdb.h not found.

I now have more errors, now in sockrecv.c:

Opcodes\sockrecv.c: In function 'udpRecv':
Opcodes\sockrecv.c:89:13: warning: unused variable 'i' [-Wunused-variable]
Opcodes\sockrecv.c:88:14: warning: unused variable 'buf' [-Wunused-variable]
Opcodes\sockrecv.c: In function 'init_recv':
Opcodes\sockrecv.c:115:5: warning: implicit declaration of function
'fcntl' [-Wimplicit-function-declaration]
Opcodes\sockrecv.c:115:20: error: 'F_SETFL' undeclared (first use in
this function)
Opcodes\sockrecv.c:115:20: note: each undeclared identifier is
reported only once for each function it appears in
Opcodes\sockrecv.c:115:29: error: 'O_NONBLOCK' undeclared (first use
in this function)
Opcodes\sockrecv.c:105:13: warning: unused variable 'bufnos' [-Wunused-variable]
Opcodes\sockrecv.c: In function 'send_recv_k':
Opcodes\sockrecv.c:160:16: warning: unused variable 'n' [-Wunused-variable]
Opcodes\sockrecv.c:160:13: warning: unused variable 'i' [-Wunused-variable]
Opcodes\sockrecv.c:159:14: warning: unused variable 'buf' [-Wunused-variable]
Opcodes\sockrecv.c: In function 'init_recvS':
Opcodes\sockrecv.c:204:20: error: 'F_SETFL' undeclared (first use in
this function)
Opcodes\sockrecv.c:204:29: error: 'O_NONBLOCK' undeclared (first use
in this function)
Opcodes\sockrecv.c:194:13: warning: unused variable 'bufnos' [-Wunused-variable]
scons: *** [Opcodes\sockrecv.o] Error 1

On Sun, Jan 27, 2013 at 2:26 PM, Victor Lazzarini
 wrote:
> What are the error messages?
> On 27 Jan 2013, at 19:21, Michael Gogins wrote:
>
>> The Windows build no longer compiles because of remote.c.
>>
>> I can omit this file from the Windows build, or I can try to fix it.
>> What it is supposed to do? Any suggestions for fixing it?
>>
>> --
>> Michael Gogins
>> Irreducible Productions
>> http://www.michael-gogins.com
>> Michael dot Gogins at gmail dot com
>>
>> ------------------------------------------------------------------------------
>> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
>> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
>> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
>> MVPs and experts. ON SALE this month only -- learn more at:
>> http://p.sf.net/sfu/learnnow-d2d
>> _______________________________________________
>> 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
>
>
>
>
> ------------------------------------------------------------------------------
> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> MVPs and experts. ON SALE this month only -- learn more at:
> http://p.sf.net/sfu/learnnow-d2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel



-- 
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-01-27 21:14
FromVictor Lazzarini
SubjectRe: [Cs-dev] Windows build broken
OK, I'll fix it.
On 27 Jan 2013, at 21:03, Michael Gogins wrote:

> The error message was netdb.h not found.
> 
> I now have more errors, now in sockrecv.c:
> 
> Opcodes\sockrecv.c: In function 'udpRecv':
> Opcodes\sockrecv.c:89:13: warning: unused variable 'i' [-Wunused-variable]
> Opcodes\sockrecv.c:88:14: warning: unused variable 'buf' [-Wunused-variable]
> Opcodes\sockrecv.c: In function 'init_recv':
> Opcodes\sockrecv.c:115:5: warning: implicit declaration of function
> 'fcntl' [-Wimplicit-function-declaration]
> Opcodes\sockrecv.c:115:20: error: 'F_SETFL' undeclared (first use in
> this function)
> Opcodes\sockrecv.c:115:20: note: each undeclared identifier is
> reported only once for each function it appears in
> Opcodes\sockrecv.c:115:29: error: 'O_NONBLOCK' undeclared (first use
> in this function)
> Opcodes\sockrecv.c:105:13: warning: unused variable 'bufnos' [-Wunused-variable]
> Opcodes\sockrecv.c: In function 'send_recv_k':
> Opcodes\sockrecv.c:160:16: warning: unused variable 'n' [-Wunused-variable]
> Opcodes\sockrecv.c:160:13: warning: unused variable 'i' [-Wunused-variable]
> Opcodes\sockrecv.c:159:14: warning: unused variable 'buf' [-Wunused-variable]
> Opcodes\sockrecv.c: In function 'init_recvS':
> Opcodes\sockrecv.c:204:20: error: 'F_SETFL' undeclared (first use in
> this function)
> Opcodes\sockrecv.c:204:29: error: 'O_NONBLOCK' undeclared (first use
> in this function)
> Opcodes\sockrecv.c:194:13: warning: unused variable 'bufnos' [-Wunused-variable]
> scons: *** [Opcodes\sockrecv.o] Error 1
> 
> On Sun, Jan 27, 2013 at 2:26 PM, Victor Lazzarini
>  wrote:
>> What are the error messages?
>> On 27 Jan 2013, at 19:21, Michael Gogins wrote:
>> 
>>> The Windows build no longer compiles because of remote.c.
>>> 
>>> I can omit this file from the Windows build, or I can try to fix it.
>>> What it is supposed to do? Any suggestions for fixing it?
>>> 
>>> --
>>> Michael Gogins
>>> Irreducible Productions
>>> http://www.michael-gogins.com
>>> Michael dot Gogins at gmail dot com
>>> 
>>> ------------------------------------------------------------------------------
>>> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
>>> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
>>> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
>>> MVPs and experts. ON SALE this month only -- learn more at:
>>> http://p.sf.net/sfu/learnnow-d2d
>>> _______________________________________________
>>> 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
>> 
>> 
>> 
>> 
>> ------------------------------------------------------------------------------
>> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
>> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
>> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
>> MVPs and experts. ON SALE this month only -- learn more at:
>> http://p.sf.net/sfu/learnnow-d2d
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
> 
> 
> 
> -- 
> Michael Gogins
> Irreducible Productions
> http://www.michael-gogins.com
> Michael dot Gogins at gmail dot com
> 
> ------------------------------------------------------------------------------
> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> MVPs and experts. ON SALE this month only -- learn more at:
> http://p.sf.net/sfu/learnnow-d2d
> _______________________________________________
> 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




------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-01-27 21:17
FromVictor Lazzarini
SubjectRe: [Cs-dev] Windows build broken
Try now.
On 27 Jan 2013, at 21:14, Victor Lazzarini wrote:

> OK, I'll fix it.
> On 27 Jan 2013, at 21:03, Michael Gogins wrote:
> 
>> The error message was netdb.h not found.
>> 
>> I now have more errors, now in sockrecv.c:
>> 
>> Opcodes\sockrecv.c: In function 'udpRecv':
>> Opcodes\sockrecv.c:89:13: warning: unused variable 'i' [-Wunused-variable]
>> Opcodes\sockrecv.c:88:14: warning: unused variable 'buf' [-Wunused-variable]
>> Opcodes\sockrecv.c: In function 'init_recv':
>> Opcodes\sockrecv.c:115:5: warning: implicit declaration of function
>> 'fcntl' [-Wimplicit-function-declaration]
>> Opcodes\sockrecv.c:115:20: error: 'F_SETFL' undeclared (first use in
>> this function)
>> Opcodes\sockrecv.c:115:20: note: each undeclared identifier is
>> reported only once for each function it appears in
>> Opcodes\sockrecv.c:115:29: error: 'O_NONBLOCK' undeclared (first use
>> in this function)
>> Opcodes\sockrecv.c:105:13: warning: unused variable 'bufnos' [-Wunused-variable]
>> Opcodes\sockrecv.c: In function 'send_recv_k':
>> Opcodes\sockrecv.c:160:16: warning: unused variable 'n' [-Wunused-variable]
>> Opcodes\sockrecv.c:160:13: warning: unused variable 'i' [-Wunused-variable]
>> Opcodes\sockrecv.c:159:14: warning: unused variable 'buf' [-Wunused-variable]
>> Opcodes\sockrecv.c: In function 'init_recvS':
>> Opcodes\sockrecv.c:204:20: error: 'F_SETFL' undeclared (first use in
>> this function)
>> Opcodes\sockrecv.c:204:29: error: 'O_NONBLOCK' undeclared (first use
>> in this function)
>> Opcodes\sockrecv.c:194:13: warning: unused variable 'bufnos' [-Wunused-variable]
>> scons: *** [Opcodes\sockrecv.o] Error 1
>> 
>> On Sun, Jan 27, 2013 at 2:26 PM, Victor Lazzarini
>>  wrote:
>>> What are the error messages?
>>> On 27 Jan 2013, at 19:21, Michael Gogins wrote:
>>> 
>>>> The Windows build no longer compiles because of remote.c.
>>>> 
>>>> I can omit this file from the Windows build, or I can try to fix it.
>>>> What it is supposed to do? Any suggestions for fixing it?
>>>> 
>>>> --
>>>> Michael Gogins
>>>> Irreducible Productions
>>>> http://www.michael-gogins.com
>>>> Michael dot Gogins at gmail dot com
>>>> 
>>>> ------------------------------------------------------------------------------
>>>> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
>>>> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
>>>> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
>>>> MVPs and experts. ON SALE this month only -- learn more at:
>>>> http://p.sf.net/sfu/learnnow-d2d
>>>> _______________________________________________
>>>> 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
>>> 
>>> 
>>> 
>>> 
>>> ------------------------------------------------------------------------------
>>> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
>>> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
>>> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
>>> MVPs and experts. ON SALE this month only -- learn more at:
>>> http://p.sf.net/sfu/learnnow-d2d
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> 
>> 
>> 
>> -- 
>> Michael Gogins
>> Irreducible Productions
>> http://www.michael-gogins.com
>> Michael dot Gogins at gmail dot com
>> 
>> ------------------------------------------------------------------------------
>> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
>> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
>> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
>> MVPs and experts. ON SALE this month only -- learn more at:
>> http://p.sf.net/sfu/learnnow-d2d
>> _______________________________________________
>> 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
> 
> 
> 
> 
> ------------------------------------------------------------------------------
> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> MVPs and experts. ON SALE this month only -- learn more at:
> http://p.sf.net/sfu/learnnow-d2d
> _______________________________________________
> 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




------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-01-27 22:03
FromPete Goodeve
SubjectRe: [Cs-dev] Windows build broken
AttachmentsNone  

Date2013-01-27 22:06
FromVictor Lazzarini
SubjectRe: [Cs-dev] Windows build broken
This week. We were trying to fix a bug in these opcodes.
On 27 Jan 2013, at 22:03, Pete Goodeve wrote:

> On Sun, Jan 27, 2013 at 07:30:20PM -0000, jpff@cs.bath.ac.uk wrote:
>> remote.c allows one csound to send events to other machines.  The code was
>> suspect, but as far as I was aware the Windows code was not changed.  Did
>> I screw up?
>> 
>> For Windows you could revert the last change
>> 
>> ==John ff
>> 
>>> The Windows build no longer compiles because of remote.c.
>>> 
> 
> When did it break?  I supplied a rewrite of some of the conditional
> defines to John, which he put in on 6th Dec.  These were for Haiku, but
> did involve an '#ifdef WIN32".  They're in lines 27-45 of the current source,
> so please check those.  
> 
> I see there have been other changes since, though, so that may not
> be the reason.
> 
> 	-- Pete --
> 
> ------------------------------------------------------------------------------
> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> MVPs and experts. ON SALE this month only -- learn more at:
> http://p.sf.net/sfu/learnnow-d2d
> _______________________________________________
> 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




------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-01-27 23:50
FromMichael Gogins
SubjectRe: [Cs-dev] Windows build broken
I am trying to rebuild with the latest updates right now. So far so good.

Regards,
Mike

On Sun, Jan 27, 2013 at 5:06 PM, Victor Lazzarini
 wrote:
> This week. We were trying to fix a bug in these opcodes.
> On 27 Jan 2013, at 22:03, Pete Goodeve wrote:
>
>> On Sun, Jan 27, 2013 at 07:30:20PM -0000, jpff@cs.bath.ac.uk wrote:
>>> remote.c allows one csound to send events to other machines.  The code was
>>> suspect, but as far as I was aware the Windows code was not changed.  Did
>>> I screw up?
>>>
>>> For Windows you could revert the last change
>>>
>>> ==John ff
>>>
>>>> The Windows build no longer compiles because of remote.c.
>>>>
>>
>> When did it break?  I supplied a rewrite of some of the conditional
>> defines to John, which he put in on 6th Dec.  These were for Haiku, but
>> did involve an '#ifdef WIN32".  They're in lines 27-45 of the current source,
>> so please check those.
>>
>> I see there have been other changes since, though, so that may not
>> be the reason.
>>
>>       -- Pete --
>>
>> ------------------------------------------------------------------------------
>> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
>> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
>> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
>> MVPs and experts. ON SALE this month only -- learn more at:
>> http://p.sf.net/sfu/learnnow-d2d
>> _______________________________________________
>> 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
>
>
>
>
> ------------------------------------------------------------------------------
> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> MVPs and experts. ON SALE this month only -- learn more at:
> http://p.sf.net/sfu/learnnow-d2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel



-- 
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-03-27 16:15
FromMichael Gogins
SubjectRe: [Cs-dev] Windows build broken
I have verified that the replaced Windows installer works, and
contains these opcodes. I have not tested them.

Regards,
Mike

On Sun, Jan 27, 2013 at 2:21 PM, Michael Gogins
 wrote:
> The Windows build no longer compiles because of remote.c.
>
> I can omit this file from the Windows build, or I can try to fix it.
> What it is supposed to do? Any suggestions for fixing it?
>
> --
> Michael Gogins
> Irreducible Productions
> http://www.michael-gogins.com
> Michael dot Gogins at gmail dot com



-- 
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com

------------------------------------------------------------------------------
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-03-27 16:24
FromAnders Genell
SubjectRe: [Cs-dev] Windows build broken
Thanks again!
I'll try them out ASAP!


Best regards,
Anders



27 mar 2013 kl. 17:15 skrev Michael Gogins :

> I have verified that the replaced Windows installer works, and
> contains these opcodes. I have not tested them.
> 
> Regards,
> Mike
> 
> On Sun, Jan 27, 2013 at 2:21 PM, Michael Gogins
>  wrote:
>> The Windows build no longer compiles because of remote.c.
>> 
>> I can omit this file from the Windows build, or I can try to fix it.
>> What it is supposed to do? Any suggestions for fixing it?
>> 
>> --
>> Michael Gogins
>> Irreducible Productions
>> http://www.michael-gogins.com
>> Michael dot Gogins at gmail dot com
> 
> 
> 
> -- 
> Michael Gogins
> Irreducible Productions
> http://www.michael-gogins.com
> Michael dot Gogins at gmail dot com
> 
> ------------------------------------------------------------------------------
> Own the Future-Intel® Level Up Game Demo Contest 2013
> Rise to greatness in Intel's independent game demo contest.
> Compete for recognition, cash, and the chance to get your game 
> on Steam. $5K grand prize plus 10 genre and skill prizes. 
> Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-03-27 20:34
FromAnders Genell
SubjectRe: [Cs-dev] Windows build broken
Attachmentssocksendtest_win.csd  None  None  
Just to confirm: socksend works on my x86_64 Win8 machine with the 
attached simple csd (a slightly altered version of one of the 
tootorials, I believe). I'll report back if my colleagues run into any 
trouble.
Again, a standing ovation (ok, I'm just one, but I have really big 
hands) to John and Michael (the baptist of Bath and the arch angel of 
NY?) for making his happen!!

Best regards,

/Anders

On 2013-03-27 17:15, Michael Gogins wrote:
> I have verified that the replaced Windows installer works, and
> contains these opcodes. I have not tested them.
>
> Regards,
> Mike
>
> On Sun, Jan 27, 2013 at 2:21 PM, Michael Gogins
>  wrote:
>> The Windows build no longer compiles because of remote.c.
>>
>> I can omit this file from the Windows build, or I can try to fix it.
>> What it is supposed to do? Any suggestions for fixing it?
>>
>> --
>> Michael Gogins
>> Irreducible Productions
>> http://www.michael-gogins.com
>> Michael dot Gogins at gmail dot com
>
>