[Bf-committers] Help with installing compiled blender-2.48a

lux-integ lux-integ at btconnect.com
Fri Mar 6 14:19:57 CET 2009


Greetings,

I am new to this list.  My Host system is an AMD64  box  with 64-bit  (not  
multilib) LFS linux  (kernel 2.6.27.7, GCC-4.3.2)  I managed to compile 
blender-2.48a  for installation in the directory /opt/blender  using the 
CMake system  see below:-   

######################### compiler spew
[100%] Building CXX object 
source/gameengine/SceneGraph/CMakeFiles/bf_scenegraph.dir/SG_Controller.o
Linking CXX static library ../../../lib/libbf_scenegraph.a
[100%] Built target bf_scenegraph
Scanning dependencies of target bf_bullet

.....

[100%] Building C object source/creator/CMakeFiles/blender.dir/dna.o
Linking C executable ../../bin/blender
/usr/lib/python2.5/config/libpython2.5.a(posixmodule.o): In function 
`posix_tmpnam':
/~~/base-vpnc-08/Python-2.5.2/./Modules/posixmodule.c:6862: warning: the use 
of `tmpnam_r' is dangerous, better use `mkstemp'
/usr/lib/python2.5/config/libpython2.5.a(posixmodule.o): In function 
`posix_tempnam':
/~~/base-vpnc-08/Python-2.5.2/./Modules/posixmodule.c:6817: warning: the use 
of `tempnam' is dangerous, better use `mkstemp'
[100%] Built target blender


bash-3.2# ls  ~//blender-2.48a/
bin            ChangeLog        CMakeLists.txt     COPYING  extern   make      
projectfiles      release     tools
blenderplayer  CMake            CMakeLists.txtBAK  dlltool  INSTALL  Makefile  
projectfiles_vc7  SConstruct
build          CMakeListsA.txt  config             doc      intern   po        
README            source
bash-3.2#

bash-3.2# ls  ~//blender-2.48a/build/bin
blender  makesdna

bash-3.2#
bash-3.2# ls  ~//blender-2.48a/build/CMakeFiles
CMakeCCompiler.cmake    CMakeDetermineCompilerABI_C.bin    CMakeError.log       
CMakeSystem.cmake  CompilerIdCXX   progress.make
cmake.check_cache       CMakeDetermineCompilerABI_CXX.bin  CMakeOutput.log      
CMakeTmp           Makefile2
CMakeCXXCompiler.cmake  CMakeDirectoryInformation.cmake    CMakeRuleHashes.txt  
CompilerIdC        Makefile.cmake
bash-3.2#
bash-3.2# ls  ~//blender-2.48a/build/extern
bFTGL  binreloc  bullet2  CMakeFiles  cmake_install.cmake  glew  Makefile  
qhull  solid
bash-3.2#
bash-3.2# ls  ~//blender-2.48a/build/intern
bmfont  bsp         cmake_install.cmake  decimation  ghost         iksolver  
memutil  opennl       string
boolop  CMakeFiles  container            elbeem      guardedalloc  Makefile  
moto     SoundSystem
bash-3.2#
bash-3.2# ls  ~//blender-2.48a/build/source
blender  CMakeFiles  cmake_install.cmake  creator  gameengine  kernel  
Makefile

#################

I however cant install it.

(a)  make install yields:-
[100%] Built target blender
make: *** No rule to make target `install'.  Stop.

(b) after reading the makifile and discovering there is no 'install' in the 
said file I found the file cmake.install.cmake.  However after  issuing the 
command 
cmake -P cmake.install.cmake 
the following results:-

 attempting to install
-- Install configuration: ""

i.e. nothing happens.

help would be appreciated.

sincerely
lux-integ




More information about the Bf-committers mailing list