Advertisement
Guest User

Untitled

a guest
Sep 30th, 2016
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. #include <string>
  2. #include <Python.h>
  3. #include <vector>
  4. #include <map>
  5. //#include <string>
  6. #include <iostream>
  7.  
  8. int main(int argc, char ** argv)
  9. {
  10. return 0;
  11. }
  12.  
  13. In file included from /usr/include/python3.4m/Python.h:8:0,
  14. from test.c:2:
  15. /usr/include/python3.4m/pyconfig.h:1440:0: warning: "__BSD_VISIBLE" redefined
  16. #define __BSD_VISIBLE 1
  17. ^
  18. In file included from /usr/include/sys/config.h:5:0,
  19. from /usr/include/_ansi.h:16,
  20. from /usr/include/wchar.h:4,
  21. from /usr/lib/gcc/x86_64-pc-cygwin/5.4.0/include/c++/cwchar:44,
  22. from /usr/lib/gcc/x86_64-pc-cygwin/5.4.0/include/c++/bits/postypes.h:40,
  23. from /usr/lib/gcc/x86_64-pc-cygwin/5.4.0/include/c++/bits/char_traits.h:40,
  24. from /usr/lib/gcc/x86_64-pc-cygwin/5.4.0/include/c++/string:40,
  25. from test.c:1:
  26. /usr/include/sys/features.h:250:0: note: this is the location of the previous definition
  27. #define __BSD_VISIBLE 0
  28. ^
  29. In file included from /usr/include/python3.4m/pyport.h:335:0,
  30. from /usr/include/python3.4m/Python.h:50,
  31. from test.c:2:
  32. /usr/include/sys/time.h:104:34: error: 'u_int' has not been declared bintime_mul(struct bintime *_bt, u_int _x)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement