Advertisement
Guest User

Untitled

a guest
Apr 6th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. -------------------------------------------------------------------------------
  2.  
  3. Render Pipeline Setup 1.1
  4.  
  5. -------------------------------------------------------------------------------
  6.  
  7.  
  8. [ 01 ] Checking Panda3D Modules
  9.  
  10.  
  11. The C++ modules of the pipeline are faster and produce better
  12. results, but we will have to compile them. As alternative,
  13. a Python fallback is used, which is slower and produces worse
  14. results. Also some plugins only partially work with the python
  15. fallback (e.g. PSSM). Do you want to compile the C++ modules? (y/n): y
  16.  
  17.  
  18. [ 02 ] Downloading the module builder ...
  19. Running script: rpcore/native/update_module_builder.py
  20.  
  21.  
  22. [ 03 ] Building the native code .. (This might take a while!)
  23. Running script: rpcore/native/build.py
  24.  
  25.  
  26. [!] FATAL ERROR: Subprocess returned no-zero statuscode!
  27. Failed to execute 'build.py'
  28. Output: Command '['C:\\Panda3D-1.10.0-x64\\python\\ppython.exe', '-B', 'build.py']' returned non-zero exit status 1
  29. Creating directory C:\Users\tangl\Desktop\RenderPipeline-master\rpcore\native\scripts\..\win_amd64_py27
  30. Executing command: cmake C:/Users/tangl/Desktop/RenderPipeline-master/rpcore/native -DCMAKE_BUILD_TYPE=RelWithDebInfo -DPYTHON_EXECUTABLE:STRING=C:\Panda3D-1.10.0-x64\python\ppython.exe -DPROJECT_NAME:STRING=native_ -DINTERROGATE_LIB:STRING=libp3interrogatedb -GVisual Studio 10 2010 Win64 -DPYTHONVER:STRING=27 -DUSE_LIB_EIGEN=TRUE -DIGATE_VERBOSE=0 -DOPTIMIZE=3
  31.  
  32. Process error:
  33. -- The C compiler identification is unknown
  34. -- The CXX compiler identification is unknown
  35. CMake Error at CMakeLists.txt:5 (project):
  36. No CMAKE_C_COMPILER could be found.
  37.  
  38.  
  39.  
  40. CMake Error at CMakeLists.txt:5 (project):
  41. No CMAKE_CXX_COMPILER could be found.
  42.  
  43.  
  44.  
  45. -- Configuring incomplete, errors occurred!
  46. See also "C:/Users/tangl/Desktop/RenderPipeline-master/rpcore/native/win_amd64_py27/CMakeFiles/CMakeOutput.log".
  47. See also "C:/Users/tangl/Desktop/RenderPipeline-master/rpcore/native/win_amd64_py27/CMakeFiles/CMakeError.log".
  48.  
  49.  
  50.  
  51. Setup failed: Python script didn't return properly!
  52.  
  53. Please fix the above errors and then restart the setup.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement