Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. > in file included from /usr/include/c++/4.9/cwchar:44:0,
  2. > from /usr/include/c++/4.9/bits/postypes.h:40,
  3. > from /usr/include/c++/4.9/iosfwd:40,
  4. > from /usr/include/c++/4.9/ios:38,
  5. > from /usr/include/c++/4.9/ostream:38,
  6. > from /include/gtest/gtest.h:55,
  7. > from path to unit test header file/_unit_test.h:2,
  8. > from path to unit test source file/_unit_test.cpp:1: /usr/include/wchar.h:580:8: error: '__FILE' does not name a type
  9. > extern __FILE *open_wmemstream (wchar_t **__bufloc, size_t *__sizeloc)
  10. > __THROW; /usr/include/wchar.h:587:19: error: '__FILE' was not declared in this scope extern int fwide (__FILE *__fp, int __mode) __THROW;
  11. > ^ /usr/include/wchar.h:587:27: error: '__fp' was not declared in this scope extern int fwide (__FILE *__fp, int
  12. > __mode) __THROW;
  13. > ^ /usr/include/wchar.h:587:33: error: expected primary-expression before 'int' extern int fwide (__FILE
  14. > *__fp, int __mode) __THROW;
  15. > ^ /usr/include/wchar.h:587:43: error: expression list treated as compound expression in initializer
  16. > [-fpermissive] extern int fwide (__FILE *__fp, int __mode) __THROW;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement