Go Back   StepMania Forums > Help and Support > StepMania releases

Reply
 
Thread Tools Rating: Thread Rating: 2 votes, 2.50 average. Display Modes
Old 07-30-2009, 05:20 AM   #1
dhdarka
Member
 
Join Date: Jul 2008
Posts: 93
dhdarka is a 1 bar user
Reputation: 10

Send a message via MSN to dhdarka
Post rating: Votes: 0 Score: 0rate    
Rate this thread:
  • Currently 2.50/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
[2]
Default SVN not working kinda!? [Linux]

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
dhdarka is offline   Reply With Quote
Old 07-31-2009, 01:40 AM   #2
dhdarka
Member
 
Join Date: Jul 2008
Posts: 93
dhdarka is a 1 bar user
Reputation: 10

Send a message via MSN to dhdarka
Post rating: Votes: 0 Score: 0rate    
Default

What am I doing wrong?? Is there a extra step that I don't know about?
dhdarka is offline   Reply With Quote
Old 07-31-2009, 03:05 AM   #3
shakesoda
I code things sometimes
 
shakesoda's Avatar
 
Join Date: Jun 2007
Location: Seattle, WA
Posts: 5,916
shakesoda is an 8 bar usershakesoda is an 8 bar user
Reputation: 149

Send a message via AIM to shakesoda Send a message via MSN to shakesoda Send a message via Skype™ to shakesoda
Post rating: Votes: 0 Score: 0rate    
Default

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
shakesoda is offline   Reply With Quote
Old 07-31-2009, 07:28 AM   #4
dhdarka
Member
 
Join Date: Jul 2008
Posts: 93
dhdarka is a 1 bar user
Reputation: 10

Send a message via MSN to dhdarka
Post rating: Votes: 0 Score: 0rate    
Default

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.
dhdarka is offline   Reply With Quote
Old 07-31-2009, 10:05 AM   #5
DaVince
Member
 
DaVince's Avatar
 
Join Date: Oct 2008
Location: Amsterdam, Netherlands
Posts: 295
DaVince is a 3 bar user
Reputation: 21

Send a message via AIM to DaVince Send a message via MSN to DaVince
Post rating: Votes: 0 Score: 0rate    
Default

If the command doesn't work, try again later. It might be offline.
Edit: SVN seems to be online for me right now. Just updated my repository.

(Your last sentence is kind of garbled?)
__________________
My Stepfiles (1 new in August 2009. Latest stepfile)
DaVince is offline   Reply With Quote
Old 08-03-2009, 07:54 PM   #6
dhdarka
Member
 
Join Date: Jul 2008
Posts: 93
dhdarka is a 1 bar user
Reputation: 10

Send a message via MSN to dhdarka
Post rating: Votes: 0 Score: 0rate    
Default

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
dhdarka is offline   Reply With Quote
Old 08-03-2009, 09:18 PM   #7
DaVince
Member
 
DaVince's Avatar
 
Join Date: Oct 2008
Location: Amsterdam, Netherlands
Posts: 295
DaVince is a 3 bar user
Reputation: 21

Send a message via AIM to DaVince Send a message via MSN to DaVince
Post rating: Votes: 0 Score: 0rate    
Default

Do you have the autoconf and automake tools installed? I believe you need those in order to get autogen.sh work right...
__________________
My Stepfiles (1 new in August 2009. Latest stepfile)
DaVince is offline   Reply With Quote
Old 08-04-2009, 12:18 AM   #8
dhdarka
Member
 
Join Date: Jul 2008
Posts: 93
dhdarka is a 1 bar user
Reputation: 10

Send a message via MSN to dhdarka
Post rating: Votes: 0 Score: 0rate    
Default

Yea i already have autoconf and automake. But for some strange reason it wanted the other version of it as will. like autoconf213 and automake15-17 and i install libtool. And now it want to compile right. ^.^ yea! Thanks DaVince.
dhdarka is offline   Reply With Quote
Old 11-02-2009, 02:03 AM   #9
howl
Member
 
Join Date: Nov 2009
Posts: 62
howl is a 2 bar user
Reputation: 12

Post rating: Votes: 0 Score: 0rate    
Default

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++
If it works for more people like me then it is the way to go, no need to install anything else.
howl is offline   Reply With Quote
Old 11-05-2009, 12:48 AM   #10
pcvii
Member
 
Join Date: Nov 2009
Posts: 15
pcvii is a 1 bar user
Reputation: 10

Post rating: Votes: 0 Score: 0rate    
Default

I had the same problem. i installed in automake 1.10 and it worked. now if I can just get sound to work right :D
pcvii is offline   Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.

Translate

Thanks to

SourceForge.net Logo

Random Pictures