Go Back   StepMania Forums > Help and Support > StepMania releases

Reply
 
Thread Tools Rate Thread Display Modes
Old 11-06-2009, 09:35 AM   #1
durian
Member
 
Join Date: Oct 2009
Posts: 7
durian is a 1 bar user
Reputation: 10

Post rating: Votes: 0 Score: 0rate    
Rate this thread:
  • Currently 0.00/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
[0]
Default Latest SVN not compiling on Linux

Hi,

I just did a SVn update (rev. 28224) and get an error compiling:

Code:
NotesLoader.o: In function `NotesLoader::LoadFromDir(StdString::CStdStr<char> const&, Song&, std::set<StdString::CStdStr<char>, std::less<StdString::CStdStr<char> >, std::allocator<StdString::CStdStr<char> > >&)':
NotesLoader.cpp:(.text+0x8e5): undefined reference to `PMSLoader::GetApplicableFiles(StdString::CStdStr<char> const&, std::vector<StdString::CStdStr<char>, std::allocator<StdString::CStdStr<char> > >&)'
NotesLoader.cpp:(.text+0x8fb): undefined reference to `PMSLoader::LoadFromDir(StdString::CStdStr<char> const&, Song&)'
collect2: ld returned 1 exit status
make[2]: *** [stepmania] Error 1
make[2]: Leaving directory `/x/games/stepmania/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/x/games/stepmania/src'
make: *** [all-recursive] Error 1
Gentoo linux (up to date, core i7 64 bit system).

Anyone else has problems?

-peter

edit: downgrading to 28220 compiles without problems again.

Last edited by durian; 11-06-2009 at 10:21 AM.. Reason: More info
durian is offline   Reply With Quote
Old 11-06-2009, 05:46 PM   #2
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: 1 Score: 0rate    
Default

The makefile hasn't been updated for NotesLoaderPMS yet. Fixing that now.
__________________
"Most problems are side effects of solutions to other problems." -- Eskil Steenberg
shakesoda is offline   Reply With Quote
Old 11-06-2009, 06:46 PM   #3
howl
Member
 
Join Date: Nov 2009
Posts: 62
howl is a 2 bar user
Reputation: 12

Post rating: Votes: 0 Score: 0rate    
Default

Yes, 28221 also works is from 28222 to 28224. Thanks for your fast fixing :)
howl is offline   Reply With Quote
Old 11-07-2009, 03:26 AM   #4
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

I updated the makefile a couple hours ago, it should be good to go (but I haven't tested it).
__________________
"Most problems are side effects of solutions to other problems." -- Eskil Steenberg
shakesoda is offline   Reply With Quote
Old 11-07-2009, 06:07 AM   #5
howl
Member
 
Join Date: Nov 2009
Posts: 62
howl is a 2 bar user
Reputation: 12

Post rating: Votes: 0 Score: 0rate    
Default

Tested, compile & run ok.
howl is offline   Reply With Quote
Old 11-07-2009, 04:10 PM   #6
durian
Member
 
Join Date: Oct 2009
Posts: 7
durian is a 1 bar user
Reputation: 10

Post rating: Votes: 0 Score: 0rate    
Default

Hmm.... no luck here, version 28225, same error in the linking step:

Code:
NotesLoader.o: In function `NotesLoader::LoadFromDir(StdString::CStdStr<char> const&, Song&, std::set<StdString::CStdStr<char>, std::less<StdString::CStdStr<char> >, std::allocator<StdString::CStdStr<char> > >&)':
NotesLoader.cpp:(.text+0x8e5): undefined reference to `PMSLoader::GetApplicableFiles(StdString::CStdStr<char> const&, std::vector<StdString::CStdStr<char>, std::allocator<StdString::CStdStr<char> > >&)'
NotesLoader.cpp:(.text+0x8fb): undefined reference to `PMSLoader::LoadFromDir(StdString::CStdStr<char> const&, Song&)'
collect2: ld returned 1 exit status
I did do a make clean (ever removed all *.o files by hand just to be sure.)

-peter
durian is offline   Reply With Quote
Old 11-07-2009, 04:29 PM   #7
howl
Member
 
Join Date: Nov 2009
Posts: 62
howl is a 2 bar user
Reputation: 12

Post rating: Votes: 0 Score: 0rate    
Default

Code:
 U   stepmania
Revisión obtenida: 28225
howl@***:~/Escritorio/Stepmania4-src$ cd stepmania/
howl@***:~/Escritorio/Stepmania4-src/stepmania$ patch -p0 -i ../stepmania-pulse-0.3-damien-howl.patch 
patching file src/Makefile.am
Hunk #1 succeeded at 198 with fuzz 1.
patching file src/arch/arch_default.h
patching file src/arch/Sound/RageSoundDriver_PulseAudio.h
patching file src/arch/Sound/RageSoundDriver_PulseAudio.cpp
patching file configure.ac
howl@***:~/Escritorio/Stepmania4-src/stepmania$ ./autogen.sh
configure.ac:19: installing `autoconf/compile'
configure.ac:5: installing `autoconf/config.guess'
configure.ac:5: installing `autoconf/config.sub'
configure.ac:7: installing `autoconf/install-sh'
configure.ac:7: installing `autoconf/missing'
src/Makefile.am: installing `autoconf/depcomp'
howl@***:~/Escritorio/Stepmania4-src/stepmania$ ./Utils/build.sh
Downloading ffmpeg...okay.
okay.
Downloading ffmpeg patch...okay.
Patching ffmpeg...okay.
Configuring ffmpeg...okay.
Building ffmpeg...okay.
Configuring StepMania...okay.
Building StepMania...okay.
Copying StepMania binaries...okay.
howl@***:~/Escritorio/Stepmania4-src/stepmania$
I have just re-compiled it with a patch that doesn't do nothing with NotesLoader. Check if you redid autogen.
howl is offline   Reply With Quote
Old 11-07-2009, 09:01 PM   #8
durian
Member
 
Join Date: Oct 2009
Posts: 7
durian is a 1 bar user
Reputation: 10

Post rating: Votes: 0 Score: 0rate    
Default

Quote:
Originally Posted by howl View Post
I have just re-compiled it with a patch that doesn't do nothing with NotesLoader. Check if you redid autogen.
Argh! :) That was it, compiles fine now!

Thanks,
-peter
durian 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
linux compiling help pxrage General questions 0 07-12-2008 04:36 PM
Compiling StepMania's latest SVN build etnmich StepMania releases 9 05-19-2008 08:40 PM
Need gcc patch for Linux compiling sk Crash questions 1 05-07-2008 08:16 PM
Problem with compiling at Linux zlosynus General questions 1 11-01-2007 12:38 PM
problem compiling under linux akirashinigami Crash questions 2 04-30-2007 09:39 AM


All times are GMT. The time now is 01:43 PM.


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

Translate

Thanks to

SourceForge.net Logo