07-30-2009, 05:20 AM
|
#1 | |||
|
Member
|
Post rating: rate
I have installed svn. But when I try to do "svn co https://svn.stepmania.com/svn/trunk/stepmania". It give me this "svn: Unrecognized URL scheme for 'https://svn.stepmania.com/svn/trunk/stepmania'".
I really want to try svn. But I can only get this far. My main reason on trying svn is because what cvs dose. That I don't like. Combo brake on great and perf. And It can't count my miss,boo,good. EX: I get about 3 miss in the song. And do really good out of the rest. And it said that I have no miss. And it just MA, PF, GR. I like to see if svn dose not have they trouble. PS. I'm using Fedora 11 86x |
|||
|
|
07-31-2009, 03:05 AM
|
#3 |
|
I code things sometimes
|
Post rating: rate
svn co https://svn.stepmania.com/svn/trunk/stepmania stepmania
I don't know if specifying the folder to download to really makes a difference but that command has always worked for me.
__________________
"Most problems are side effects of solutions to other problems." -- Eskil Steenberg |
|
|
07-31-2009, 07:28 AM
|
#4 |
|
Member
|
Post rating: rate
sigh still did not work... Well, I did some hard core looking to see if I can find some kind of dl link. I only find this. So far it the only binary linux stepmania build that works for me with no trouble at all. And I'm not sure if this was wrong for me to find. But it look like there still giving the ppl that made it the all the credit.
|
|
|
08-03-2009, 07:54 PM
|
#6 |
|
Member
|
Post rating: rate
I got thing working for now. Now for the compiling problem. T_T Do I really need AM_CCONDITIONAL??? If I do. I can't find it any were in my Yum Extender.
Code:
./autogen.sh
aclocal: couldn't open directory ` autoconf/m4/': No such file or directory
configure.ac:7: error: possibly undefined macro: AM_INIT_AUTOMAKE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:9: error: possibly undefined macro: AM_MAINTAINER_MODE
configure.ac:19: error: possibly undefined macro: AM_PROG_CC_C_O
configure.ac:97: error: possibly undefined macro: AM_CONDITIONAL
configure.ac:195: error: possibly undefined macro: AM_PATH_ALSA
configure.ac:197: error: possibly undefined macro: AM_ICONV
configure.ac:202: error: possibly undefined macro: AM_PATH_GTK_2_0
configure.ac: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE,
configure.ac: that aclocal.m4 is present in the top-level directory,
configure.ac: and that aclocal.m4 was recently regenerated (using aclocal).
configure.ac:5: installing `autoconf/config.guess'
configure.ac:5: installing `autoconf/config.sub'
src/Makefile.am:5: BUILD_TESTS does not appear in AM_CONDITIONAL
src/Makefile.am:102: WITHOUT_NETWORKING does not appear in AM_CONDITIONAL
src/Makefile.am:165: WITHOUT_NETWORKING does not appear in AM_CONDITIONAL
src/Makefile.am:186: HAVE_GTK does not appear in AM_CONDITIONAL
src/Makefile.am:197: HAVE_OSS does not appear in AM_CONDITIONAL
src/Makefile.am:201: HAVE_ALSA does not appear in AM_CONDITIONAL
src/Makefile.am:221: HAVE_THEORA does not appear in AM_CONDITIONAL
src/Makefile.am:225: HAVE_FFMPEG does not appear in AM_CONDITIONAL
src/Makefile.am:242: HAVE_X11 does not appear in AM_CONDITIONAL
src/Makefile.am:251: UNIX does not appear in AM_CONDITIONAL
src/Makefile.am:254: LINUX does not appear in AM_CONDITIONAL
src/Makefile.am:256: HAVE_PARALLEL_PORT does not appear in AM_CONDITIONAL
src/Makefile.am:271: USE_CRASH_HANDLER does not appear in AM_CONDITIONAL
src/Makefile.am:281: LINUX does not appear in AM_CONDITIONAL
src/Makefile.am:293: HAVE_VORBIS does not appear in AM_CONDITIONAL
src/Makefile.am:297: HAVE_MP3 does not appear in AM_CONDITIONAL
src/Makefile.am:328: WITHOUT_NETWORKING does not appear in AM_CONDITIONAL
src/Makefile.am:450: WITHOUT_NETWORKING does not appear in AM_CONDITIONAL
src/Makefile.am:586: BUILD_LUA_BINARIES does not appear in AM_CONDITIONAL
src/Makefile.am:596: HAVE_GTK does not appear in AM_CONDITIONAL
src/Makefile.am:489: compiling `aes.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'
src/Makefile.am: installing `autoconf/depcomp'
/usr/share/automake-1.11/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL
/usr/share/automake-1.11/am/depend2.am: The usual way to define `am__fastdepCC' is to add `AC_PROG_CC'
/usr/share/automake-1.11/am/depend2.am: to `configure.ac' and run `aclocal' and `autoconf' again.
/usr/share/automake-1.11/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.11/am/depend2.am: The usual way to define `AMDEP' is to add one of the compiler tests
/usr/share/automake-1.11/am/depend2.am: AC_PROG_CC, AC_PROG_CXX, AC_PROG_CXX, AC_PROG_OBJC,
/usr/share/automake-1.11/am/depend2.am: AM_PROG_AS, AM_PROG_GCJ, AM_PROG_UPC
/usr/share/automake-1.11/am/depend2.am: to `configure.ac' and run `aclocal' and `autoconf' again.
/usr/share/automake-1.11/am/depend2.am: am__fastdepCXX does not appear in AM_CONDITIONAL
/usr/share/automake-1.11/am/depend2.am: The usual way to define `am__fastdepCXX' is to add `AC_PROG_CXX'
/usr/share/automake-1.11/am/depend2.am: to `configure.ac' and run `aclocal' and `autoconf' again.
Makefile.am:12: HAVE_GTK does not appear in AM_CONDITIONAL
|
|
|
11-02-2009, 02:03 AM
|
#9 |
|
Member
|
Post rating: rate
Using any of automake1.7 or 1.9 or 1.10 works, because StepMania4 actual source is coded for the format they manage and not the last version of automake. The solution could be to resource automake scripts to be complaint with the last automake version, or, change the instructions to the new situation changing automake to automake1.10 to the apt-get:
Code:
sudo apt-get install libasound2-dev libmad0-dev libvorbis-dev libpng-dev libjpeg-dev libglu1-mesa-dev libgl1-mesa-dev xorg-dev libxrandr-dev automake1.10 build-essential subversion curl g++ |
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Getting adapter working in linux (ubuntu) | miniyak | Input, Adapter, and Controller questions | 0 | 07-19-2009 09:36 PM |
| I've been kinda stupid. | dancemastermike | Chit-chat | 4 | 04-15-2009 01:22 AM |
| linux Knoppix 5.1 3.9 game not working. | sergig4925 | Crash questions | 0 | 02-16-2009 07:48 PM |
| Getting my Cobalt Flux working in Linux | reenyreenyreeny | Input, Adapter, and Controller questions | 1 | 05-14-2008 10:25 PM |
| Working linux online client version | Jorrix | 3rd-Party builds | 17 | 09-19-2007 08:27 AM |
|
|
All times are GMT. The time now is 01:27 PM.
|