[Cs-dev] I think thi scould be a problem
Date | 2010-08-01 20:17 |
From | john ffitch |
Subject | [Cs-dev] I think thi scould be a problem |
Opcodes/loscilx.c: In function ?loscilx_opcode_init?: Opcodes/loscilx.c:176:7: warning: passing argument 3 of ?csound->LoadSoundFile? from incompatible pointer type Opcodes/loscilx.c:176:7: note: expected ?struct SF_INFO *? but argument is of type ?struct SNDFILE *? That sounds like a confusion! ==John ffitch ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2010-08-01 20:49 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] I think thi scould be a problem |
Oops probably my mistake. Fixed in CVS now. Victor On 1 Aug 2010, at 20:17, john ffitch wrote: > Opcodes/loscilx.c: In function ?loscilx_opcode_init?: > Opcodes/loscilx.c:176:7: warning: passing argument 3 of ?csound- > >LoadSoundFile? from incompatible pointer type > Opcodes/loscilx.c:176:7: note: expected ?struct SF_INFO *? but > argument is of type ?struct SNDFILE *? > > That sounds like a confusion! > ==John ffitch > > ------------------------------------------------------------------------------ > The Palm PDK Hot Apps Program offers developers who use the > Plug-In Development Kit to bring their C/C++ apps to Palm for a share > of $1 Million in cash or HP Products. Visit us here for more details: > http://p.sf.net/sfu/dev2dev-palm > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2010-08-02 00:11 |
From | Erik de Castro Lopo |
Subject | Re: [Cs-dev] I think thi scould be a problem |
Victor Lazzarini wrote: > Oops probably my mistake. Fixed in CVS now. > > Victor > On 1 Aug 2010, at 20:17, john ffitch wrote: > > > Opcodes/loscilx.c: In function ?loscilx_opcode_init?: > > Opcodes/loscilx.c:176:7: warning: passing argument 3 of ?csound- > > >LoadSoundFile? from incompatible pointer type > > Opcodes/loscilx.c:176:7: note: expected ?struct SF_INFO *? but > > argument is of type ?struct SNDFILE *? See, if those were just 'void *' pointers you'd never have known :-). Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/ ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |