Advertisement
Guest User

Untitled

a guest
Feb 28th, 2017
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.10 KB | None | 0 0
  1. $ ./main.py
  2. Will not regenerate UI, because script cant be found. This is okay in release.
  3. Using modules from /Users/matix/urh/src
  4. Could not find C++ extensions, trying to build them.
  5. /var/folders/ny/gtq_61cj6jd37tkbn42hr4k40000gn/T/hackrf_initvampoy5j.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  6. main (int argc, char **argv) {
  7. ^
  8. /var/folders/ny/gtq_61cj6jd37tkbn42hr4k40000gn/T/hackrf_initvampoy5j.c:2:5: warning: implicit declaration of function 'hackrf_init' is invalid in C99 [-Wimplicit-function-declaration]
  9. hackrf_init();
  10. ^
  11. 2 warnings generated.
  12. ld: library not found for -lhackrf
  13. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  14.  
  15. Skipping native support for hackrf
  16.  
  17. /var/folders/ny/gtq_61cj6jd37tkbn42hr4k40000gn/T/rtlsdr_set_tuner_bandwidthhnjfzogw.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  18. main (int argc, char **argv) {
  19. ^
  20. /var/folders/ny/gtq_61cj6jd37tkbn42hr4k40000gn/T/rtlsdr_set_tuner_bandwidthhnjfzogw.c:2:5: warning: implicit declaration of function 'rtlsdr_set_tuner_bandwidth' is invalid in C99
  21. [-Wimplicit-function-declaration]
  22. rtlsdr_set_tuner_bandwidth();
  23. ^
  24. 2 warnings generated.
  25. ld: library not found for -lrtlsdr
  26. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  27. Trying fallback for rtlsdr
  28. /var/folders/ny/gtq_61cj6jd37tkbn42hr4k40000gn/T/rtlsdr_get_device_nametla25smi.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  29. main (int argc, char **argv) {
  30. ^
  31. /var/folders/ny/gtq_61cj6jd37tkbn42hr4k40000gn/T/rtlsdr_get_device_nametla25smi.c:2:5: warning: implicit declaration of function 'rtlsdr_get_device_name' is invalid in C99
  32. [-Wimplicit-function-declaration]
  33. rtlsdr_get_device_name();
  34. ^
  35. 2 warnings generated.
  36. ld: library not found for -lrtlsdr
  37. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  38. running build_ext
  39. Finalizing options
  40. building 'urh.cythonext.path_creator' extension
  41. creating build
  42. creating build/temp.macosx-10.11-x86_64-3.5
  43. creating build/temp.macosx-10.11-x86_64-3.5/src
  44. creating build/temp.macosx-10.11-x86_64-3.5/src/urh
  45. creating build/temp.macosx-10.11-x86_64-3.5/src/urh/cythonext
  46. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python3/3.5.0/Frameworks/Python.framework/Versions/3.5/include/python3.5m -I/usr/local/lib/python3.5/site-packages/numpy/core/include -c src/urh/cythonext/path_creator.cpp -o build/temp.macosx-10.11-x86_64-3.5/src/urh/cythonext/path_creator.o
  47. In file included from src/urh/cythonext/path_creator.cpp:465:
  48. In file included from /usr/local/lib/python3.5/site-packages/numpy/core/include/numpy/arrayobject.h:4:
  49. In file included from /usr/local/lib/python3.5/site-packages/numpy/core/include/numpy/ndarrayobject.h:18:
  50. In file included from /usr/local/lib/python3.5/site-packages/numpy/core/include/numpy/ndarraytypes.h:1781:
  51. /usr/local/lib/python3.5/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION"
  52. [-W#warnings]
  53. #warning "Using deprecated NumPy API, disable it by " \
  54. ^
  55. src/urh/cythonext/path_creator.cpp:2533:78: warning: absolute value function 'abs' given an argument of type 'long long' but has parameter of type 'int' which may cause truncation of value
  56. [-Wabsolute-value]
  57. __pyx_t_14 = (__pyx_t_11 - __pyx_t_6 + __pyx_t_12 - __pyx_t_12/abs(__pyx_t_12)) / __pyx_t_12;
  58. ^
  59. src/urh/cythonext/path_creator.cpp:2533:78: note: use function 'std::abs' instead
  60. __pyx_t_14 = (__pyx_t_11 - __pyx_t_6 + __pyx_t_12 - __pyx_t_12/abs(__pyx_t_12)) / __pyx_t_12;
  61. ^~~
  62. std::abs
  63. 2 warnings generated.
  64. creating build/lib.macosx-10.11-x86_64-3.5
  65. creating build/lib.macosx-10.11-x86_64-3.5/urh
  66. creating build/lib.macosx-10.11-x86_64-3.5/urh/cythonext
  67. clang++ -bundle -undefined dynamic_lookup build/temp.macosx-10.11-x86_64-3.5/src/urh/cythonext/path_creator.o -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -o build/lib.macosx-10.11-x86_64-3.5/urh/cythonext/path_creator.cpython-35m-darwin.so
  68. building 'urh.cythonext.signalFunctions' extension
  69. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python3/3.5.0/Frameworks/Python.framework/Versions/3.5/include/python3.5m -I/usr/local/lib/python3.5/site-packages/numpy/core/include -c src/urh/cythonext/signalFunctions.cpp -o build/temp.macosx-10.11-x86_64-3.5/src/urh/cythonext/signalFunctions.o
  70. In file included from src/urh/cythonext/signalFunctions.cpp:465:
  71. In file included from /usr/local/lib/python3.5/site-packages/numpy/core/include/numpy/arrayobject.h:4:
  72. In file included from /usr/local/lib/python3.5/site-packages/numpy/core/include/numpy/ndarrayobject.h:18:
  73. In file included from /usr/local/lib/python3.5/site-packages/numpy/core/include/numpy/ndarraytypes.h:1781:
  74. /usr/local/lib/python3.5/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION"
  75. [-W#warnings]
  76. #warning "Using deprecated NumPy API, disable it by " \
  77. ^
  78. src/urh/cythonext/signalFunctions.cpp:3203:23: warning: code will never be executed [-Wunreachable-code]
  79. if (1 == 0) abort();
  80. ^~~~~
  81. src/urh/cythonext/signalFunctions.cpp:3203:15: note: silence by adding parentheses to mark code as explicitly dead
  82. if (1 == 0) abort();
  83. ^
  84. /* DISABLES CODE */ ( )
  85. 2 warnings generated.
  86. clang++ -bundle -undefined dynamic_lookup build/temp.macosx-10.11-x86_64-3.5/src/urh/cythonext/signalFunctions.o -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -o build/lib.macosx-10.11-x86_64-3.5/urh/cythonext/signalFunctions.cpython-35m-darwin.so
  87. building 'urh.cythonext.util' extension
  88. clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python3/3.5.0/Frameworks/Python.framework/Versions/3.5/include/python3.5m -I/usr/local/lib/python3.5/site-packages/numpy/core/include -c src/urh/cythonext/util.cpp -o build/temp.macosx-10.11-x86_64-3.5/src/urh/cythonext/util.o
  89. In file included from src/urh/cythonext/util.cpp:465:
  90. In file included from /usr/local/lib/python3.5/site-packages/numpy/core/include/numpy/arrayobject.h:4:
  91. In file included from /usr/local/lib/python3.5/site-packages/numpy/core/include/numpy/ndarrayobject.h:18:
  92. In file included from /usr/local/lib/python3.5/site-packages/numpy/core/include/numpy/ndarraytypes.h:1781:
  93. /usr/local/lib/python3.5/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION"
  94. [-W#warnings]
  95. #warning "Using deprecated NumPy API, disable it by " \
  96. ^
  97. 1 warning generated.
  98. clang++ -bundle -undefined dynamic_lookup build/temp.macosx-10.11-x86_64-3.5/src/urh/cythonext/util.o -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -o build/lib.macosx-10.11-x86_64-3.5/urh/cythonext/util.cpython-35m-darwin.so
  99. copying build/lib.macosx-10.11-x86_64-3.5/urh/cythonext/path_creator.cpython-35m-darwin.so -> src/urh/cythonext
  100. copying build/lib.macosx-10.11-x86_64-3.5/urh/cythonext/signalFunctions.cpython-35m-darwin.so -> src/urh/cythonext
  101. copying build/lib.macosx-10.11-x86_64-3.5/urh/cythonext/util.cpython-35m-darwin.so -> src/urh/cythonext
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement