On Sat, Jan 17, 2009 at 02:47:11AM -0800, patrick keshishian wrote: > On Fri, Jan 16, 2009 at 11:39 PM, Jacob Meuser <jake...@sdf.lonestar.org> > wrote: > > On Fri, Jan 16, 2009 at 10:20:50PM -0800, patrick keshishian wrote: > >> Quick fix is to surround '#include <sndio.h>' with > >> > >> #ifdef __cplusplus > >> extern "C" { > >> #endif > > This was silly of me. The #ifdef __cplusplus bits are superfluous, it > obviously is a C++ header file. > > >> But shouldn't this be done in sndio.h header file itself with > >> __{BEGIN,END}_DECLS pairs? > > > > well, maybe. > > I think it should. >
yes clearly, imo it worked "by accident" on i386 -- Alexandre