Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
problems installing a program using ccmake
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
phenex
n00b
n00b


Joined: 22 Oct 2005
Posts: 1

PostPosted: Sat Oct 22, 2005 12:12 pm    Post subject: problems installing a program using ccmake Reply with quote

I need some help installing a program called avida ( sourceforge.net/projects/avida ) version 2.3.0 on my gentoo box...
The source tar ball i downloaded contains a script for installing it using ccmake (file name build_avida)
I have finished configuration (ccmake <path to the program> ) and ran the build_avida script and i get the following:

Code:

ruby@fatum ~/avida-2.3.0 $ ./build_avida
-- Configuring done
-- Generating done
-- Build files have been written to: /home/ruby/avida-2.3.0
/usr/bin/cmake -H/home/ruby/avida-2.3.0 -B/home/ruby/avida-2.3.0/build --check-build-system CMakeFiles/Makefile.cmake 0
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory `/home/ruby/avida-2.3.0/build'
make -f source/tools/CMakeFiles/tools.dir/build.make source/tools/CMakeFiles/tools.dir/depend
make[2]: Entering directory `/home/ruby/avida-2.3.0/build'
make[2]: Nothing to be done for `source/tools/CMakeFiles/tools.dir/depend'.
make[2]: Leaving directory `/home/ruby/avida-2.3.0/build'
make -f source/tools/CMakeFiles/tools.dir/build.make source/tools/CMakeFiles/tools.dir/build
make[2]: Entering directory `/home/ruby/avida-2.3.0/build'
make[2]: Nothing to be done for `source/tools/CMakeFiles/tools.dir/build'.
make[2]: Leaving directory `/home/ruby/avida-2.3.0/build'
make -f source/cpu/CMakeFiles/cpu.dir/build.make source/cpu/CMakeFiles/cpu.dir/depend
make[2]: Entering directory `/home/ruby/avida-2.3.0/build'
make[2]: Nothing to be done for `source/cpu/CMakeFiles/cpu.dir/depend'.
make[2]: Leaving directory `/home/ruby/avida-2.3.0/build'
make -f source/cpu/CMakeFiles/cpu.dir/build.make source/cpu/CMakeFiles/cpu.dir/build
make[2]: Entering directory `/home/ruby/avida-2.3.0/build'
make[2]: Nothing to be done for `source/cpu/CMakeFiles/cpu.dir/build'.
make[2]: Leaving directory `/home/ruby/avida-2.3.0/build'
make -f source/event/CMakeFiles/event.dir/build.make source/event/CMakeFiles/event.dir/depend
make[2]: Entering directory `/home/ruby/avida-2.3.0/build'
make[2]: *** No rule to make target `cPopulation_process_auto.ci', needed by `source/event/CMakeFiles/event.dir/depend.make.mark'.  Stop.
make[2]: Leaving directory `/home/ruby/avida-2.3.0/build'
make[1]: *** [source/event/CMakeFiles/event.dir/all] Error 2
make[1]: Leaving directory `/home/ruby/avida-2.3.0/build'
make: *** [all] Error 2
/usr/bin/cmake -H/home/ruby/avida-2.3.0 -B/home/ruby/avida-2.3.0/build --check-build-system CMakeFiles/Makefile.cmake 0
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory `/home/ruby/avida-2.3.0/build'
make -f source/tools/CMakeFiles/tools.dir/build.make source/tools/CMakeFiles/tools.dir/depend
make[2]: Entering directory `/home/ruby/avida-2.3.0/build'
make[2]: Nothing to be done for `source/tools/CMakeFiles/tools.dir/depend'.
make[2]: Leaving directory `/home/ruby/avida-2.3.0/build'
make -f source/tools/CMakeFiles/tools.dir/build.make source/tools/CMakeFiles/tools.dir/build
make[2]: Entering directory `/home/ruby/avida-2.3.0/build'
make[2]: Nothing to be done for `source/tools/CMakeFiles/tools.dir/build'.
make[2]: Leaving directory `/home/ruby/avida-2.3.0/build'
make -f source/cpu/CMakeFiles/cpu.dir/build.make source/cpu/CMakeFiles/cpu.dir/depend
make[2]: Entering directory `/home/ruby/avida-2.3.0/build'
make[2]: Nothing to be done for `source/cpu/CMakeFiles/cpu.dir/depend'.
make[2]: Leaving directory `/home/ruby/avida-2.3.0/build'
make -f source/cpu/CMakeFiles/cpu.dir/build.make source/cpu/CMakeFiles/cpu.dir/build
make[2]: Entering directory `/home/ruby/avida-2.3.0/build'
make[2]: Nothing to be done for `source/cpu/CMakeFiles/cpu.dir/build'.
make[2]: Leaving directory `/home/ruby/avida-2.3.0/build'
make -f source/event/CMakeFiles/event.dir/build.make source/event/CMakeFiles/event.dir/depend
make[2]: Entering directory `/home/ruby/avida-2.3.0/build'
make[2]: *** No rule to make target `cPopulation_process_auto.ci', needed by `source/event/CMakeFiles/event.dir/depend.make.mark'.  Stop.
make[2]: Leaving directory `/home/ruby/avida-2.3.0/build'
make[1]: *** [source/event/CMakeFiles/event.dir/all] Error 2
make[1]: Leaving directory `/home/ruby/avida-2.3.0/build'
make: *** [all] Error 2


I don't understand these error messeges... can anyone help me understand what am i doing wrong here? or, if you are interested in this software too maybe build an ebuild for us?
:(
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum