Advertisement
Guest User

Untitled

a guest
Dec 14th, 2012
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.77 KB | None | 0 0
  1. -- Configuring done
  2. -- Generating done
  3. -- Build files have been written to: D:/nix/psmoveapi/build30noeye
  4.  
  5. D:\nix\psmoveapi\build30noeye>mingw32-make
  6. Scanning dependencies of target psmoveapi
  7. [ 4%] Building C object CMakeFiles/psmoveapi.dir/external/hidapi/windows/hid.c.obj
  8. D:\nix\psmoveapi\external\hidapi\windows\hid.c:1:0: warning: -fPIC ignored for target (all code is position independent) [enabled by default]
  9. [ 8%] Building C object CMakeFiles/psmoveapi.dir/src/psmove.c.obj
  10. D:\nix\psmoveapi\src\psmove.c:1:0: warning: -fPIC ignored for target (all code is position independent) [enabled by default]
  11. D:\nix\psmoveapi\src\psmove.c: In function '_psmove_btaddr_to_string':
  12. D:\nix\psmoveapi\src\psmove.c:1007:13: warning: unknown conversion type character 'h' in format [-Wformat]
  13. D:\nix\psmoveapi\src\psmove.c:1007:13: warning: unknown conversion type character 'h' in format [-Wformat]
  14. D:\nix\psmoveapi\src\psmove.c:1007:13: warning: unknown conversion type character 'h' in format [-Wformat]
  15. D:\nix\psmoveapi\src\psmove.c:1007:13: warning: unknown conversion type character 'h' in format [-Wformat]
  16. D:\nix\psmoveapi\src\psmove.c:1007:13: warning: unknown conversion type character 'h' in format [-Wformat]
  17. D:\nix\psmoveapi\src\psmove.c:1007:13: warning: unknown conversion type character 'h' in format [-Wformat]
  18. D:\nix\psmoveapi\src\psmove.c:1007:13: warning: too many arguments for format [-Wformat-extra-args]
  19. D:\nix\psmoveapi\src\psmove.c: In function 'clock_gettime':
  20. D:\nix\psmoveapi\src\psmove.c:1782:7: error: dereferencing pointer to incomplete type
  21. D:\nix\psmoveapi\src\psmove.c:1783:7: error: dereferencing pointer to incomplete type
  22. D:\nix\psmoveapi\src\psmove.c: At top level:
  23. D:\nix\psmoveapi\src\psmove.c:1790:1: error: return type is an incomplete type
  24. D:\nix\psmoveapi\src\psmove.c:1790:1: error: conflicting types for '_psmove_timestamp'
  25. In file included from D:\nix\psmoveapi\src\psmove.c:31:0:
  26. D:\nix\psmoveapi\src\psmove_private.h:194:9: note: previous declaration of '_psmove_timestamp' was here
  27. D:\nix\psmoveapi\src\psmove.c: In function '_psmove_timestamp':
  28. D:\nix\psmoveapi\src\psmove.c:1792:21: error: storage size of 'ts' isn't known
  29. D:\nix\psmoveapi\src\psmove.c:1794:5: warning: 'return' with a value, in function returning void [enabled by default]
  30. D:\nix\psmoveapi\src\psmove.c: At top level:
  31. D:\nix\psmoveapi\src\psmove.c:1798:41: error: parameter 1 ('a') has incomplete type
  32. D:\nix\psmoveapi\src\psmove.c:1798:61: error: parameter 2 ('b') has incomplete type
  33. D:\nix\psmoveapi\src\psmove.c:1798:1: error: return type is an incomplete type
  34. D:\nix\psmoveapi\src\psmove.c:1798:1: error: conflicting types for '_psmove_timestamp_diff'
  35. In file included from D:\nix\psmoveapi\src\psmove.c:31:0:
  36. D:\nix\psmoveapi\src\psmove_private.h:197:9: note: previous declaration of '_psmove_timestamp_diff' was here
  37. D:\nix\psmoveapi\src\psmove.c: In function '_psmove_timestamp_diff':
  38. D:\nix\psmoveapi\src\psmove.c:1800:21: error: storage size of 'ts' isn't known
  39. D:\nix\psmoveapi\src\psmove.c:1808:5: warning: 'return' with a value, in function returning void [enabled by default]
  40. D:\nix\psmoveapi\src\psmove.c: At top level:
  41. D:\nix\psmoveapi\src\psmove.c:1812:42: error: parameter 1 ('ts') has incomplete type
  42. D:\nix\psmoveapi\src\psmove.c: In function '_psmove_timestamp_value':
  43. D:\nix\psmoveapi\src\psmove.c:1815:1: warning: control reaches end of non-void function [-Wreturn-type]
  44. CMakeFiles\psmoveapi.dir\build.make:81: recipe for target 'CMakeFiles/psmoveapi.dir/src/psmove.c.obj' failed
  45. mingw32-make[2]: *** [CMakeFiles/psmoveapi.dir/src/psmove.c.obj] Error 1
  46. CMakeFiles\Makefile2:237: recipe for target 'CMakeFiles/psmoveapi.dir/all' failed
  47. mingw32-make[1]: *** [CMakeFiles/psmoveapi.dir/all] Error 2
  48. Makefile:115: recipe for target 'all' failed
  49. mingw32-make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement