!stats command doesn't work
could someone please fix it
Search found 5 matches
- 12 Jun 2011, 19:34
- Forum: NOTA
- Topic: automatic game hosts needs to host new nota version
- Replies: 12
- Views: 4163
- 05 Dec 2010, 15:44
- Forum: Linux
- Topic: make install-spring fails
- Replies: 8
- Views: 1823
Re: make install-spring fails
cmake version 2.6-patch 4
- 04 Dec 2010, 21:04
- Forum: Linux
- Topic: make install-spring fails
- Replies: 8
- Views: 1823
Re: make install-spring fails
Great! I did it! Just made some symbolic links in rts/builds/default/CMakeFiles/CMakeRelink.dir and it worked. But WHY should i do this manually?! I think it's a bug. Is there a bugzilla or something? And i'm not sure my spring built in such strange way will work properly. I gonna test it right now.
- 04 Dec 2010, 20:20
- Forum: Linux
- Topic: make install-spring fails
- Replies: 8
- Views: 1823
Re: make install-spring fails
I tried to build spring from git and the same problem appeared, which makes me think that it's my system's fault. However. The problem is file INSTALL cannot find file "/home/mkv/src/spring_0.82.6.1/rts/builds/default/CMakeFiles/CMakeRelink.dir/spring" to install. Solution is simple: ln -s...
- 04 Dec 2010, 16:34
- Forum: Linux
- Topic: make install-spring fails
- Replies: 8
- Views: 1823
make install-spring fails
Hello. I'm trying to build spring-0.82.6.1 on my opensuse x86_32 system. First i run "cmake -DCMAKE_INSTALL_PREFIX=/usr ." and get no errors, which, i believe, means that all dependencies for spring are satisfied. "make spring" doesn't show no errors too. Then i run "sudo ma...