qaze / violetland

Automatically exported from code.google.com/p/violetland
1 stars 0 forks source link

Failed to compile 0.2.4 #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When trying to compile the 0.2.4 source code, I get:

make: *** Non hai unha regra para face-lo obxectivo `install'. Detido.

[translation] There's no rule to do the objective `install'. Stopped.

Original issue reported on code.google.com by adriyeti...@gmail.com on 29 Nov 2009 at 5:46

GoogleCodeExporter commented 9 years ago
The same happens with the SVN.

Original comment by adriyeti...@gmail.com on 29 Nov 2009 at 5:50

GoogleCodeExporter commented 9 years ago
What sequence of commands you use for installation? Such message appears in 
case of
attempt to use "make install" without a preliminary command "cmake ..".

Original comment by 5253...@gmail.com on 30 Nov 2009 at 4:34

GoogleCodeExporter commented 9 years ago
I do:
mkdir build
cd build
cmake ..
make install // This is when I get the error

Original comment by adriyeti...@gmail.com on 30 Nov 2009 at 6:14

GoogleCodeExporter commented 9 years ago
Post the output of the "cmake .." command and a list of files in the build 
directory.

Original comment by 5253...@gmail.com on 30 Nov 2009 at 7:23

GoogleCodeExporter commented 9 years ago
There's no output for "cmake ..", and also there's no file generated in the 
build
directory.

Original comment by adriyeti...@gmail.com on 30 Nov 2009 at 5:07

GoogleCodeExporter commented 9 years ago
Are you joking? After the "cd build" command give me the output of commands 
"ls" and
"ls ../".

Try to make with "cmake -DCMAKE_INSTALL_PREFIX=/usr/local .." and post the 
output.

Post the output of "which cmake" command.

Original comment by 5253...@gmail.com on 30 Nov 2009 at 6:39

GoogleCodeExporter commented 9 years ago
Also try to erase all files and download the package again. Post all your 
actions. I
can't confirm that there is any problems with building the game. Someone can 
confirm
that?

Original comment by 5253...@gmail.com on 30 Nov 2009 at 6:45

GoogleCodeExporter commented 9 years ago

Original comment by 5253...@gmail.com on 1 Dec 2009 at 5:10