Closed GoogleCodeExporter closed 9 years ago
The same happens with the SVN.
Original comment by adriyeti...@gmail.com
on 29 Nov 2009 at 5:50
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
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
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
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
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
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
Original comment by 5253...@gmail.com
on 1 Dec 2009 at 5:10
Original issue reported on code.google.com by
adriyeti...@gmail.com
on 29 Nov 2009 at 5:46