R: [PD] freeverb~

Davide Morelli info at davidemorelli.it
Sun Feb 5 23:47:10 CET 2006


that's because gcc is more forgiving than msvc about "inline" which is not
"standard C"

I will commit the new code as soon as i can compile it on linux too, so i'll
be sure it doesn't mess up anything.

ciao,
davide.

> 
> Sure, as long as it doesn't break anything.  [freeverb~] was 
> compiling fine with MinGW on Windows.
> 
> .hc
> 
> On Feb 5, 2006, at 7:04 AM, Davide Morelli wrote:
> 
> >
> > Hi!
> >
> > trying to compile freeverb~ with msvc (VCToollKit) i got errors 
> > because of the use of "inline"
> >
> > adding this to the beginning of the file solved the problem:
> >
> > #ifndef INLINE
> >   #if defined(_MSC_VER)
> >     #define inline __inline
> >   #elif defined(__GNUC__)
> >     #define inline __inline__
> >   #elif defined(__MWERKS__)
> >     #define inline inline
> >   #endif /* defined(<Compiler>) */
> > #endif /* INLINE */
> >
> > should I commit it?
> >
> > it is also missing a simple makefile, i've just wrote one, should i 
> > commit it too?
> >
> > ciao,
> > davide.
> >
> >
> > _______________________________________________
> > PD-list at iem.at mailing list
> > UNSUBSCRIBE and account-management -> 
> > http://lists.puredata.info/listinfo/pd-list
> >
> 
> ______________________________________________________________
> __________ 
> ____
> 
>                      There is no way to peace, peace is the way.
> 						        	
> 			-A.J. Muste
> 
> 
> _______________________________________________
> PD-list at iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list
> 





More information about the Pd-list mailing list