Advertisement
Guest User

Untitled

a guest
Aug 19th, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.92 KB | None | 0 0
  1. C:\nix\newPsMove\psmoveapi\build>cmake .. -G "MinGW Makefiles"
  2. -- The C compiler identification is GNU 4.5.4
  3. -- The CXX compiler identification is GNU 4.5.4
  4. -- Check for working C compiler: C:/nix/MinGW3264/bin/gcc.exe
  5. -- Check for working C compiler: C:/nix/MinGW3264/bin/gcc.exe -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Check for working CXX compiler: C:/nix/MinGW3264/bin/g++.exe
  9. -- Check for working CXX compiler: C:/nix/MinGW3264/bin/g++.exe -- works
  10. -- Detecting CXX compiler ABI info
  11. -- Detecting CXX compiler ABI info - done
  12.  
  13. Build configuration
  14. Debug build: No
  15. Tracker library: Yes
  16. AHRS algorithm: None
  17. Library license: BSD (see README for details)
  18.  
  19. Language bindings
  20. Python: No (SWIG not found)
  21. Java: No (SWIG not found)
  22. C#: No (SWIG not found)
  23. Processing: No (SWIG not found)
  24. Qt: No (disabled)
  25.  
  26. Tracker
  27. PS Eye support: Yes
  28. HTML tracing: No
  29. Use CL Eye SDK: No (disabled)
  30.  
  31. Additional targets
  32. C example apps: Yes
  33. OpenGL examples: No
  34. C test programs: Yes
  35. C++ TUIO server: No
  36.  
  37. -- Configuring done
  38. -- Generating done
  39. -- Build files have been written to: C:/nix/newPsMove/psmoveapi/build
  40.  
  41. C:\nix\newPsMove\psmoveapi\build>C:\nix\mingw-64-481\mingw64\bin\mingw32-make.exe
  42. Scanning dependencies of target psmoveapi
  43. [ 2%] Building C object CMakeFiles/psmoveapi.dir/external/hidapi/windows/hid.c.obj
  44. C:\nix\newPsMove\psmoveapi\external\hidapi\windows\hid.c:1:0: warning: -fPIC ignored for target (all code is position independent)
  45. [ 4%] Building C object CMakeFiles/psmoveapi.dir/src/psmove.c.obj
  46. C:\nix\newPsMove\psmoveapi\src\psmove.c:1:0: warning: -fPIC ignored for target (all code is position independent)
  47. In file included from C:\nix\newPsMove\psmoveapi\src\/daemon/moved_client.h:36:0,
  48. from C:\nix\newPsMove\psmoveapi\src\psmove.c:81:
  49. c:\nix\mingw3264\bin\../lib/gcc/x86_64-w64-mingw32/4.5.4/../../../../x86_64-w64-mingw32/include/winsock2.h:15:2: warning: #warning Please include winsock2.h before windows.h
  50. C:\nix\newPsMove\psmoveapi\src\psmove.c: In function '_psmove_btaddr_to_string':
  51. C:\nix\newPsMove\psmoveapi\src\psmove.c:1063:13: warning: unknown conversion type character 'h' in format
  52. C:\nix\newPsMove\psmoveapi\src\psmove.c:1063:13: warning: unknown conversion type character 'h' in format
  53. C:\nix\newPsMove\psmoveapi\src\psmove.c:1063:13: warning: unknown conversion type character 'h' in format
  54. C:\nix\newPsMove\psmoveapi\src\psmove.c:1063:13: warning: unknown conversion type character 'h' in format
  55. C:\nix\newPsMove\psmoveapi\src\psmove.c:1063:13: warning: unknown conversion type character 'h' in format
  56. C:\nix\newPsMove\psmoveapi\src\psmove.c:1063:13: warning: unknown conversion type character 'h' in format
  57. C:\nix\newPsMove\psmoveapi\src\psmove.c:1063:13: warning: too many arguments for format
  58. C:\nix\newPsMove\psmoveapi\src\psmove.c: At top level:
  59. C:\nix\newPsMove\psmoveapi\src\psmove.c:1900:0: warning: "CLOCK_MONOTONIC" redefined
  60. c:\nix\mingw3264\bin\../lib/gcc/x86_64-w64-mingw32/4.5.4/../../../../x86_64-w64-mingw32/include/pthread_time.h:62:0: note: this is the location of the previous definition
  61. C:\nix\newPsMove\psmoveapi\src\psmove.c:1903:1: error: static declaration of 'clock_gettime' follows non-static declaration
  62. c:\nix\mingw3264\bin\../lib/gcc/x86_64-w64-mingw32/4.5.4/../../../../x86_64-w64-mingw32/include/pthread_time.h:88:28: note: previous declaration of 'clock_gettime' was here
  63. CMakeFiles\psmoveapi.dir\build.make:81: recipe for target 'CMakeFiles/psmoveapi.dir/src/psmove.c.obj' failed
  64. mingw32-make[2]: *** [CMakeFiles/psmoveapi.dir/src/psmove.c.obj] Error 1
  65. CMakeFiles\Makefile2:273: recipe for target 'CMakeFiles/psmoveapi.dir/all' failed
  66. mingw32-make[1]: *** [CMakeFiles/psmoveapi.dir/all] Error 2
  67. Makefile:115: recipe for target 'all' failed
  68. mingw32-make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement