Advertisement
Guest User

Untitled

a guest
Jul 28th, 2013
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.36 KB | None | 0 0
  1. Error compiling Cython file:
  2. ------------------------------------------------------------
  3. ...
  4. # This software is released under the LGPLv3 license.
  5. # You should have received a copy of the GNU Lesser General Public License
  6. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  7.  
  8.  
  9. cimport libcpp.sfml as sf
  10. ^
  11. ------------------------------------------------------------
  12.  
  13. src/thor/graphics.pyx:12:8: 'libcpp.sfml.pxd' not found
  14. mv: impossible d'évaluer «src/thor/graphics.h»: Aucun fichier ou dossier de ce type
  15. mv: impossible d'évaluer «src/thor/graphics_api.h»: Aucun fichier ou dossier de ce type
  16.  
  17. Error compiling Cython file:
  18. ------------------------------------------------------------
  19. ...
  20. # This software is released under the LGPLv3 license.
  21. # You should have received a copy of the GNU Lesser General Public License
  22. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  23.  
  24.  
  25. from libcpp.sfml cimport Vector2, Vector3
  26. ^
  27. ------------------------------------------------------------
  28.  
  29. include/libcpp/thor.pxd:12:0: 'libcpp.sfml.pxd' not found
  30. mv: impossible d'évaluer «src/thor/events.h»: Aucun fichier ou dossier de ce type
  31.  
  32. Error compiling Cython file:
  33. ------------------------------------------------------------
  34. ...
  35. # This software is released under the LGPLv3 license.
  36. # You should have received a copy of the GNU Lesser General Public License
  37. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  38.  
  39.  
  40. from libcpp.sfml cimport Vector2, Vector3
  41. ^
  42. ------------------------------------------------------------
  43.  
  44. include/libcpp/thor.pxd:12:0: 'libcpp.sfml.pxd' not found
  45.  
  46. Error compiling Cython file:
  47. ------------------------------------------------------------
  48. ...
  49. # This software is released under the LGPLv3 license.
  50. # You should have received a copy of the GNU Lesser General Public License
  51. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  52.  
  53.  
  54. cimport libcpp.sfml as sf
  55. ^
  56. ------------------------------------------------------------
  57.  
  58. src/thor/shapes.pyx:12:8: 'libcpp.sfml.pxd' not found
  59.  
  60. Error compiling Cython file:
  61. ------------------------------------------------------------
  62. ...
  63. # This software is released under the LGPLv3 license.
  64. # You should have received a copy of the GNU Lesser General Public License
  65. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  66.  
  67.  
  68. cimport libcpp.sfml as sf
  69. ^
  70. ------------------------------------------------------------
  71.  
  72. src/thor/math.pyx:12:8: 'libcpp.sfml.pxd' not found
  73. mv: impossible d'évaluer «src/thor/math.h»: Aucun fichier ou dossier de ce type
  74.  
  75. Error compiling Cython file:
  76. ------------------------------------------------------------
  77. ...
  78. # This software is released under the LGPLv3 license.
  79. # You should have received a copy of the GNU Lesser General Public License
  80. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  81.  
  82.  
  83. cimport libcpp.sfml as sf
  84. ^
  85. ------------------------------------------------------------
  86.  
  87. src/thor/time.pyx:12:8: 'libcpp.sfml.pxd' not found
  88.  
  89. Error compiling Cython file:
  90. ------------------------------------------------------------
  91. ...
  92. self.p_this = new th.FadeAnimation(in_ratio, out_ratio)
  93.  
  94. def __dealloc__(self):
  95. del self.p_this
  96.  
  97. ctypedef fused AnimationFunction:
  98. ^
  99. ------------------------------------------------------------
  100.  
  101. src/thor/animation.pyx:56:32: Syntax error in ctypedef statement
  102. mv: impossible d'évaluer «src/thor/animation.h»: Aucun fichier ou dossier de ce type
  103.  
  104. Error compiling Cython file:
  105. ------------------------------------------------------------
  106. ...
  107. cdef EmitterAdder r = EmitterAdder.__new__(EmitterAdder)
  108. r.p_this = p
  109. return r
  110.  
  111.  
  112. ctypedef fused distributionType:
  113. ^
  114. ------------------------------------------------------------
  115.  
  116. src/thor/particles.pyx:202:31: Syntax error in ctypedef statement
  117. mv: impossible d'évaluer «src/thor/particles_api.h»: Aucun fichier ou dossier de ce type
  118.  
  119. Error compiling Cython file:
  120. ------------------------------------------------------------
  121. ...
  122. # This software is released under the LGPLv3 license.
  123. # You should have received a copy of the GNU Lesser General Public License
  124. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  125.  
  126.  
  127. from libcpp.sfml cimport Vector2, Vector3
  128. ^
  129. ------------------------------------------------------------
  130.  
  131. include/libcpp/thor.pxd:12:0: 'libcpp.sfml.pxd' not found
  132. running install
  133. running build
  134. running build_py
  135. creating build
  136. creating build/lib.linux-i686-2.7
  137. creating build/lib.linux-i686-2.7/thor
  138. copying src/thor/__init__.py -> build/lib.linux-i686-2.7/thor
  139. running build_ext
  140. building 'thor.graphics' extension
  141. creating build/temp.linux-i686-2.7
  142. creating build/temp.linux-i686-2.7/src
  143. creating build/temp.linux-i686-2.7/src/thor
  144. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Iinclude -I/usr/include/python2.7 -c src/thor/graphics.cpp -o build/temp.linux-i686-2.7/src/thor/graphics.o --std=c++0x -fpermissive
  145. cc1plus: attention : command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default]
  146. src/thor/graphics.cpp:1:2: erreur: #error Do not use this file, it is the result of a failed Cython compilation.
  147. error: command 'gcc' failed with exit status 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement