- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi,
Has anyone had similar issuesincluding mkl_gmp.h.
I think there is a buf here, as the include should be against
/* let stddef.h define size_t */
#define __need_size_t
#if defined (__cplusplus)
#include
#else
#include
#endif
#undef __need_size_t
I'm a bit stumped as to whather I can work around this problem and would welcome any advice?
Thanks
Derek
Has anyone had similar issuesincluding mkl_gmp.h.
I think there is a buf here, as the include should be against
/* let stddef.h define size_t */
#define __need_size_t
#if defined (__cplusplus)
#include
#else
#include
#endif
#undef __need_size_t
I'm a bit stumped as to whather I can work around this problem and would welcome any advice?
Thanks
Derek
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
uoting - Derek Baikie
hi,
Has anyone had similar issuesincluding mkl_gmp.h.
I think there is a buf here, as the includeshould be against
/* let stddef.h define size_t */
#define __need_size_t
#if defined (__cplusplus)
#include
#else
#include
#endif
#undef __need_size_t
I'm a bit stumped as to whather I can work around this problem and would welcome any advice?
Thanks
Derek
Has anyone had similar issuesincluding mkl_gmp.h.
I think there is a buf here, as the includeshould be against
/* let stddef.h define size_t */
#define __need_size_t
#if defined (__cplusplus)
#include
#else
#include
#endif
#undef __need_size_t
I'm a bit stumped as to whather I can work around this problem and would welcome any advice?
Thanks
Derek
Derek,
This is the known issue and will be fixed in the future versions.
As a temporarily workaround, you can replace #include
#include
--Gennady
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
uoting - Derek Baikie
hi,
Has anyone had similar issuesincluding mkl_gmp.h.
I think there is a buf here, as the includeshould be against
/* let stddef.h define size_t */
#define __need_size_t
#if defined (__cplusplus)
#include
#else
#include
#endif
#undef __need_size_t
I'm a bit stumped as to whather I can work around this problem and would welcome any advice?
Thanks
Derek
Has anyone had similar issuesincluding mkl_gmp.h.
I think there is a buf here, as the includeshould be against
/* let stddef.h define size_t */
#define __need_size_t
#if defined (__cplusplus)
#include
#else
#include
#endif
#undef __need_size_t
I'm a bit stumped as to whather I can work around this problem and would welcome any advice?
Thanks
Derek
Derek,
This is the known issue and will be fixed in the future versions.
As a temporarily workaround, you can replace #include
#include
--Gennady

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page