--
You received this message because you are subscribed to the Google Groups "ffpack-devel" group.
To post to this group, send email to ffpack...@googlegroups.com.
To unsubscribe from this group, send email to ffpack-devel...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/ffpack-devel?hl=en.
I get into trouble, because 'stdint.h' is included by the user and/or by
another library earlier than by FFPACK (and then __STDC_LIMIT_MACROS is
usually not defined )
Therefore I vote for the 'include <limits.h> ..'
solution as fallback.
Best,
Jack