electromuis / stepmania

Advanced rhythm game for Windows, Linux and OS X. Designed for both home and arcade use.
http://www.stepmania.com/
GNU Lesser General Public License v3.0
13 stars 3 forks source link

failed to build on raspberry pi 4 #24

Open acabrol opened 1 year ago

acabrol commented 1 year ago

Hello, i failed to build on rpi4 (armv7l) could you help me please?

[ 1%] Built target ffmpeg [ 2%] Built target glew [ 21%] Built target tomcrypt [ 25%] Built target lua-5.1 [ 42%] Built target tommath [ 42%] Built target jsoncpp [ 44%] Built target png Scanning dependencies of target StepMania-Event [ 44%] Building CXX object src/CMakeFiles/StepMania-Event.dir/GameLoop.cpp.o c++: error: unrecognized command line option ‘-msse2’ make[2]: [src/CMakeFiles/StepMania-Event.dir/build.make:63: src/CMakeFiles/StepMania-Event.dir/GameLoop.cpp.o] Error 1 make[1]: [CMakeFiles/Makefile2:324: src/CMakeFiles/StepMania-Event.dir/all] Error 2 make: *** [Makefile:152: all] Error 2

acabrol commented 1 year ago

Dear all, i successfully build and run on rpi4 armv7 on retropie (Raspbian 10) with following options found on stepmania forum :

cmake '/home/pi/stepmania4' -DCMAKE_INSTALL_PREFIX='/home/pi/sm54p-run' -DWITH_FFMPEG=0 -DWITH_CRASH_HANDLER=0 -DWITH_SSE2=0 -DWITH_FULL_RELEASE=1 -DWITH_TEXTURE_GENERATOR=0 -DWITH_GLES2=0

then run in the folder : make

I followed this tutorial before: https://retropie.org.uk/forum/topic/29312/how-to-install-ultrastar-deluxe-and-stepmania-on-retropie