Csound Csound-dev Csound-tekno Search About

[Cs-dev] Gendy does not compile

Date2012-01-19 23:25
Fromjohn ffitch
Subject[Cs-dev] Gendy does not compile
AttachmentsNone  None  
In file included from /usr/local/include/csound/csoundCore.h:708:0,
                 from Opcodes/gendy.c:29:
H/prototyp.h:60:29: error: expected declaration specifiers or ‘...’ before ‘CORFIL’In file included from /usr/local/include/csound/csoundCore.h:708:0,
                 from Opcodes/gendy.c:29:
H/prototyp.h:60:29: error: expected declaration specifiers or ‘...’ before ‘CORFIL’

H/prototyp.h:61:28: error: expected declaration specifiers or ‘...’ before ‘CORFIL’H/prototyp.h:61:28: error: expected declaration specifiers or ‘...’ before ‘CORFIL’

Opcodes/gendy.c:266:1: warning: return type defaults to ‘int’
Opcodes/gendy.c: In function ‘LINKAGE1’:
Opcodes/gendy.c:266:1: error: expected ‘{’ at end of input
Opcodes/gendy.c:266:1: warning: return type defaults to ‘int’
Opcodes/gendy.c: In function ‘LINKAGE1’:
Opcodes/gendy.c:266:1: error: expected ‘{’ at end of input
Opcodes/gendy.c: At top level:
Opcodes/gendy.c:259:15: warning: ‘gendy_localops’ defined but not used
Opcodes/gendy.c: At top level:
Opcodes/gendy.c:259:15: warning: ‘gendy_localops’ defined but not used
Opcodes/gendy.c: In function ‘LINKAGE1’:
Opcodes/gendy.c:266:1: warning: control reaches end of non-void function
Opcodes/gendy.c: In function ‘LINKAGE1’:
Opcodes/gendy.c:266:1: warning: control reaches end of non-void function
scons: *** [Opcodes/gendy.os] Error 1
scons: *** [Opcodes/gendy.o] Error 1
scons: building terminated because of errors.
make: Nothing to be done for `all'.
h
==John ffitch


Date2012-01-20 07:30
FromTito Latini
SubjectRe: [Cs-dev] Gendy does not compile
AttachmentsNone  

Date2012-01-20 10:49
FromVictor Lazzarini
SubjectRe: [Cs-dev] Gendy does not compile
Fixed in GIT.
On 20 Jan 2012, at 07:30, Tito Latini wrote:

> It works here; there was only a typo in lpc_main.c (no gendy)
> fixed in git, but I haven't problems with LINKAGE1
> 
> Perhaps you have a typo in H/prototyp.h:60 with your new code
> 
> tito
> 
> On Thu, Jan 19, 2012 at 11:25:45PM +0000, john ffitch wrote:
>> In file included from /usr/local/include/csound/csoundCore.h:708:0,
>>                 from Opcodes/gendy.c:29:
>> H/prototyp.h:60:29: error: expected declaration specifiers or ‘...’ before ‘CORFIL’In file included from /usr/local/include/csound/csoundCore.h:708:0,
>>                 from Opcodes/gendy.c:29:
>> H/prototyp.h:60:29: error: expected declaration specifiers or ‘...’ before ‘CORFIL’
>> 
>> H/prototyp.h:61:28: error: expected declaration specifiers or ‘...’ before ‘CORFIL’H/prototyp.h:61:28: error: expected declaration specifiers or ‘...’ before ‘CORFIL’
>> 
>> Opcodes/gendy.c:266:1: warning: return type defaults to ‘int’
>> Opcodes/gendy.c: In function ‘LINKAGE1’:
>> Opcodes/gendy.c:266:1: error: expected ‘{’ at end of input
>> Opcodes/gendy.c:266:1: warning: return type defaults to ‘int’
>> Opcodes/gendy.c: In function ‘LINKAGE1’:
>> Opcodes/gendy.c:266:1: error: expected ‘{’ at end of input
>> Opcodes/gendy.c: At top level:
>> Opcodes/gendy.c:259:15: warning: ‘gendy_localops’ defined but not used
>> Opcodes/gendy.c: At top level:
>> Opcodes/gendy.c:259:15: warning: ‘gendy_localops’ defined but not used
>> Opcodes/gendy.c: In function ‘LINKAGE1’:
>> Opcodes/gendy.c:266:1: warning: control reaches end of non-void function
>> Opcodes/gendy.c: In function ‘LINKAGE1’:
>> Opcodes/gendy.c:266:1: warning: control reaches end of non-void function
>> scons: *** [Opcodes/gendy.os] Error 1
>> scons: *** [Opcodes/gendy.o] Error 1
>> scons: building terminated because of errors.
>> make: Nothing to be done for `all'.
>> h
>> ==John ffitch
>> 
> 
>> ------------------------------------------------------------------------------
>> Keep Your Developer Skills Current with LearnDevNow!
>> The most comprehensive online learning library for Microsoft developers
>> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
>> Metro Style Apps, more. Free future releases when you subscribe now!
>> http://p.sf.net/sfu/learndevnow-d2d
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
> 
> 
> ------------------------------------------------------------------------------
> Keep Your Developer Skills Current with LearnDevNow!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-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




------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-01-20 11:00
FromTito Latini
SubjectRe: [Cs-dev] Gendy does not compile
AttachmentsNone