I heard from an ESPD tester that compiling ESPD sometimes fails because (for some reason) HAVE_CONFIG_H is defined by the complicated ESP compile chain but there's no "config.h" in the Pd sources so this fails:

#ifdef HAVE_CONFIG_H
/* autotools might put all the HAVE_... defines into "config.h" */
# include "config.h"
#endif

It seems a bit fragile anyway... is there a way to make the test more stringent?  Perhaps require that some other symbol be defined by hand before pulling in "config.h", and/or having some way to specify what directory to look for config.h in?

In the meantime I already have to patch the Pd sources slightly to get ESPD to compile so I can work around this if I have to.

thanks

Miller


---
[email protected] - the Pd developers' mailinglist
https://lists.iem.at/hyperkitty/list/[email protected]/message/WY6DXW5KZ3ZKJNWVIKC6YGGEFCOA5LNS/

Reply via email to