07 сентября 2010 в 18:08Рейтинг: 0
0
0
bm@siduxbox:/build/svn/lux/luxrender/luxrays_build$ cmake ../luxrays
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Building mode: Release
-- Library directory: lib
-- Binaries directory: bin
CMake Error: File /build/svn/lux/luxrender/luxrays/src/cfg.h.in does not exist.
CMake Error at CMakeLists.txt:55 (configure_file):
configure_file Problem configuring file
-- OpenCL include directory: /usr/include
-- OpenCL library directory: /usr/lib/libOpenCL.so
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib/libX11.so
-- OpenGL include directory: /usr/include
-- OpenGL library: /usr/lib/libGLU.so;/usr/lib/libGL.so;/usr/lib/libSM.so;/usr/lib/ libICE.so;/usr/lib/libX11.so;/usr/lib/libXext.so
-- GLUT include directory: /usr/include
-- GLUT library: /usr/lib/libglut.so;/usr/lib/libXmu.so;/usr/lib/libXi.so
-- GLEW include directory:
-- GLEW library: /usr/lib/libGLEW.so
-- Boost version: 1.42.0
-- Found the following Boost libraries:
-- thread
-- filesystem
-- system
-- Boost include directory: /usr/include
-- Boost library directory: /usr/lib
-- FreeImage library directory: /usr/lib/libfreeimage.so
-- FreeImage include directory: /usr/include
-- Found Doxygen: /usr/bin/doxygen
-- Found Doxygen and generating LuxRays documentation
-- Doxygen LuxRays output:/html/index.html
CMake Warning (dev) at samples/benchsimple/CMakeLists.txt:23 (link_directories):
This command specifies the relative path
lib
as a link directory.
Policy CMP0015 is not set: link_directories() treats paths relative to the
source dir. Run "cmake --help-policy CMP0015" for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found Doxygen and generating SLG documentation
-- Doxygen SLG output:/html/index.html
CMake Warning (dev) at samples/smallluxgpu/CMakeLists.txt:101 (link_directories):
This command specifies the relative path
lib
as a link directory.
Policy CMP0015 is not set: link_directories() treats paths relative to the
source dir. Run "cmake --help-policy CMP0015" for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at samples/benchpixel/CMakeLists.txt:23 (link_directories):
This command specifies the relative path
lib
as a link directory.
Policy CMP0015 is not set: link_directories() treats paths relative to the
source dir. Run "cmake --help-policy CMP0015" for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at samples/smallppmgpu/CMakeLists.txt:23 (link_directories):
This command specifies the relative path
lib
as a link directory.
Policy CMP0015 is not set: link_directories() treats paths relative to the
source dir. Run "cmake --help-policy CMP0015" for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring incomplete, errors occurred!
bm@siduxbox:/build/svn/lux/luxrender/luxrays_build$
что делал:
1)bm@siduxbox:~$ wget
2)распаковал сюда /home/bm/bin/ati-stream-sdk-v2.2-lnx64/
3)изменил в file:///build/svn/lux/luxrender/luxrays/CMakeLists.txt строки на
find_path(OCL_INCLUDE_PATH NAMES CL/cl.hpp OpenCL/cl.hpp PATHS /home/bm/bin/ati-stream-sdk-v2.2-lnx64/include /usr/include)
find_library(OCL_LIBRARY OpenCL /home/bm/bin/ati-stream-sdk-v2.2-lnx64/lib/x86_64)
что еще ему надо???