iiwusynth-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [iiwusynth-devel] compile error


From: Anthony Green
Subject: Re: [iiwusynth-devel] compile error
Date: 07 Jan 2003 16:09:32 -0800

On Tue, 2003-01-07 at 13:07, Robert Jonsson wrote:
> I had to edit include/iiwusynth/types.h
> and remove the:
> 
> #ifdef __cplusplus
> }
> #endif
> 
> which doesn't look like it should be there.

Actually, this file is just missing

#ifdef __cplusplus
extern "C" {
#endif 

at the top.  I sent a patch to the list a couple of days ago, but I
don't know if it got throught or not.

AG






reply via email to

[Prev in Thread] Current Thread [Next in Thread]