Re: trying to build synopsis for FreeBSD 4.7
Stefan Seefeld <[email protected]>
| Newsgroups | gmane.comp.documentation.synopsis |
|---|---|
| Message-ID | <[email protected]> |
Gilles J. Seguin wrote: > try adding, > #include <cfloat> > before > #include <Synopsis/AST/ASTKit.hh> while you may play with various header inclusions to see whether your error goes away, you eventually have to make sure the <Python.h> header is included first (and that's what the above ASTKit.hh will indeed include at the beginning), as that (re)defines a system macro that has to be seen before any system header is included. (You'll notice lots of warnings if you don't follow this advice) Hopefully it is not this very macro that breaks your <cmath> header. Keep us informed how it goes... Regards, Stefan