Advertisement
Youtellme

Untitled

Aug 31st, 2012
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.60 KB | None | 0 0
  1. options (after parsing config files):
  2. options (after parsing command line):
  3. option dict for 'aliases' command:
  4. {}
  5. option dict for 'build_ext' command:
  6. {}
  7. option dict for 'build_sphinx' command:
  8. {'all_files': ('setup.cfg', '1'),
  9. 'build_dir': ('setup.cfg', 'docs/reference/build'),
  10. 'source_dir': ('setup.cfg', 'docs/reference/rst')}
  11. option dict for 'egg_info' command:
  12. {'tag_build': ('setup.cfg', ''),
  13. 'tag_date': ('setup.cfg', '0'),
  14. 'tag_svn_revision': ('setup.cfg', '0')}
  15. running build_ext
  16. Distribution.get_command_obj(): creating 'build_ext' command object
  17. Distribution.get_command_obj(): creating 'build' command object
  18. building 'orange_include' extension
  19. creating build/temp.linux-x86_64-2.7/source
  20. creating build/temp.linux-x86_64-2.7/source/include
  21. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -I/usr/lib/python2.7/dist-packages/numpy/core/include -Isource/include -I/usr/include/python2.7 -c source/include/statexceptions.cpp -o build/temp.linux-x86_64-2.7/source/include/statexceptions.o
  22. cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
  23. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -I/usr/lib/python2.7/dist-packages/numpy/core/include -Isource/include -I/usr/include/python2.7 -c source/include/strings.cpp -o build/temp.linux-x86_64-2.7/source/include/strings.o
  24. cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
  25. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -I/usr/lib/python2.7/dist-packages/numpy/core/include -Isource/include -I/usr/include/python2.7 -c source/include/common.cpp -o build/temp.linux-x86_64-2.7/source/include/common.o
  26. cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
  27. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -I/usr/lib/python2.7/dist-packages/numpy/core/include -Isource/include -I/usr/include/python2.7 -c source/include/crc32.cpp -o build/temp.linux-x86_64-2.7/source/include/crc32.o
  28. cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
  29. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -I/usr/lib/python2.7/dist-packages/numpy/core/include -Isource/include -I/usr/include/python2.7 -c source/include/lcomb.cpp -o build/temp.linux-x86_64-2.7/source/include/lcomb.o
  30. cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
  31. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -I/usr/lib/python2.7/dist-packages/numpy/core/include -Isource/include -I/usr/include/python2.7 -c source/include/c2py.cpp -o build/temp.linux-x86_64-2.7/source/include/c2py.o
  32. cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
  33. source/include/c2py.cpp: In function ‘PyObject* makeExceptionClass(char*, char*, PyObject*)’:
  34. source/include/c2py.cpp:33:69: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  35. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -I/usr/lib/python2.7/dist-packages/numpy/core/include -Isource/include -I/usr/include/python2.7 -c source/include/stat.cpp -o build/temp.linux-x86_64-2.7/source/include/stat.o
  36. cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
  37. In file included from source/include/stat.cpp:24:0:
  38. source/include/stat.hpp: In function ‘T moment(const std::vector<T>&, const int&)’:
  39. source/include/stat.hpp:418:13: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses]
  40. source/include/stat.hpp: In function ‘T loess_y(const T&, std::map<T, U>, const float&)’:
  41. source/include/stat.hpp:1415:6: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses]
  42. source/include/stat.cpp: In function ‘void samplingMinimal(const std::map<double, double>&, int, std::vector<double>&)’:
  43. source/include/stat.cpp:85:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  44. ar rc build/temp.linux-x86_64-2.7/liborange_include.a build/temp.linux-x86_64-2.7/source/include/statexceptions.o build/temp.linux-x86_64-2.7/source/include/strings.o build/temp.linux-x86_64-2.7/source/include/common.o build/temp.linux-x86_64-2.7/source/include/crc32.o build/temp.linux-x86_64-2.7/source/include/lcomb.o build/temp.linux-x86_64-2.7/source/include/c2py.o build/temp.linux-x86_64-2.7/source/include/stat.o
  45. building 'Orange.orange' extension
  46. running pyxtract for Orange.orange
  47. /usr/bin/python ../pyxtract/defvectors.py
  48. /usr/bin/python ../pyxtract/pyprops.py -n orange
  49. /usr/bin/python ../pyxtract/pyxtract.py -m -n orange lib_kernel.cpp lib_components.cpp lib_preprocess.cpp lib_learner.cpp lib_io.cpp lib_vectors.cpp cls_example.cpp cls_value.cpp cls_orange.cpp cls_misc.cpp functions.cpp orange.cpp
  50. Parsing lib_kernel.cpp
  51. Parsing lib_components.cpp
  52. Parsing lib_preprocess.cpp
  53. Parsing lib_learner.cpp
  54. Parsing lib_io.cpp
  55. Parsing lib_vectors.cpp
  56. Parsing cls_example.cpp
  57. Parsing cls_value.cpp
  58. Parsing cls_orange.cpp
  59. Parsing cls_misc.cpp
  60. Parsing functions.cpp
  61. Parsing orange.cpp
  62. Warning: class 'PearsonCorrelation' will not be picklable
  63. Warning: class 'ItemsetNodeProxy' will not be picklable
  64. creating build/temp.linux-x86_64-2.7/source/orange
  65. creating build/temp.linux-x86_64-2.7/source/orange/blas
  66. creating build/temp.linux-x86_64-2.7/source/orange/linpack
  67. creating build/temp.linux-x86_64-2.7/source/orange/liblinear
  68. creating build/temp.linux-x86_64-2.7/source/orange/libsvm
  69. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -I/usr/lib/python2.7/dist-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/usr/include/python2.7 -c source/orange/tdidt.cpp -o build/temp.linux-x86_64-2.7/source/orange/tdidt.o -fPIC -fpermissive -w -DLINUX -DORANGE_EXPORTS
  70. cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
  71. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -I/usr/lib/python2.7/dist-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/usr/include/python2.7 -c source/orange/examplegen.cpp -o build/temp.linux-x86_64-2.7/source/orange/examplegen.o -fPIC -fpermissive -w -DLINUX -DORANGE_EXPORTS
  72. cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
  73. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -I/usr/lib/python2.7/dist-packages/numpy/core/include -Isource/include -Isource/orange/liblinear -Isource/orange/ppp -Isource/orange/px -I/usr/include/python2.7 -c source/orange/functions.cpp -o build/temp.linux-x86_64-2.7/source/orange/functions.o -fPIC -fpermissive -w -DLINUX -DORANGE_EXPORTS
  74. cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement