[PD-dev] #include issue

Yves Degoyon ydegoyon at free.fr
Sat Mar 1 01:33:01 CET 2003


hi, Miller,

i've got this problem : i cannot include gem and pdp headers
at the same time because they both include "m_pd.h"
which does not support multiple inclusions.

it's annoying since i'm making a gem->pdp bridge.

could m_pd.h be modified to look like :

#ifndef __M_PD_H
#define __M_PD_H
...
#endif

for now, i'm patching pdp.h, that's quite dirty.

cheers,

sevy/yves





More information about the Pd-dev mailing list