- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi all,
I have a very strange compile error emanating from concurrent_vector.h. At a complete loss how to proceed, was wondering if anyone had any suggestions?
This was a previously compiling application with a slightly older version of OS (was Redhat 7.0 clone : now failing on 7.1). Getting the following message:
In file included from /usr/include/stdlib.h:42:0, from /usr/include/c++/4.8.2/cstdlib:72, from /usr/include/c++/4.8.2/bits/stl_algo.h:59, from /usr/include/c++/4.8.2/algorithm:62, from /opt/intel/tbb44_20150728oss//include/tbb/concurrent_vector.h:40, from <...my code...> /usr/include/bits/waitstatus.h:79:27: error: redeclaration of ‘unsigned int wait::<anonymous struct>::__w_retcode’ unsigned int __w_retcode:8; /usr/include/bits/waitstatus.h:74:27: note: previous declaration ‘unsigned int wait::<anonymous struct>::__w_retcode’ unsigned int __w_retcode:8; /* Return code if exited normally. */
Looking into this header file, it seems that BOTH BIG_ENDIAN and LITTLE_ENDIAN have been declared somewhere.
Any ideas?
Mat
Link Copied
0 Replies

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