here are the required dependencies, at least for Fedora 21. "BuildRequires" are the packages required to compile the game; the Requires are the binary packages required to run.
I'm a Linux Mint 17.2 user who tried installing StepMania 5 following your tutorial.
I get the following output from CMake:
The system is: Linux - 3.16.0-38-generic - x86_64
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /usr/bin/cc
Build flags:
Id flags:
The output was:
0
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
The C compiler identification is GNU, found in "/home/user/StepMania/Build/CMakeFiles/2.8.12.2/CompilerIdC/a.out"
Determining if the C compiler works passed with the following output:
Change Dir: /home/user/StepMania/Build/CMakeFiles/CMakeTmp
Determining if the function XOpenDisplay exists in the /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so passed with the following output:
Change Dir: /home/user/StepMania/Build/CMakeFiles/CMakeTmp
Determining if the function IceConnectionNumber exists in the ICE passed with the following output:
Change Dir: /home/user/StepMania/Build/CMakeFiles/CMakeTmp
Determining if the function BZ2_bzCompressInit exists in the /usr/lib/x86_64-linux-gnu/libbz2.so passed with the following output:
Change Dir: /home/user/StepMania/Build/CMakeFiles/CMakeTmp
Determining if the function pthread_create exists in the pthread passed with the following output:
Change Dir: /home/user/StepMania/Build/CMakeFiles/CMakeTmp
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
Compiler: CMAKE_CXX_COMPILER-NOTFOUND
Build flags:
Id flags:
The output was:
No such file or directory
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
Compiler: CMAKE_CXX_COMPILER-NOTFOUND
Build flags:
Id flags: -c
The output was:
No such file or directory
Checking whether the CXX compiler is IAR using "" did not match "IAR .+ Compiler":
Determining if files sys/endian.h exist failed with the following output:
Change Dir: /home/user/StepMania/Build/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec2441828917/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2441828917.dir/build.make CMakeFiles/cmTryCompileExec2441828917.dir/build
make[1]: Entering directory `/home/user/StepMania/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/user/StepMania/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2441828917.dir/CheckIncludeFiles.c.o
/usr/bin/cc -o CMakeFiles/cmTryCompileExec2441828917.dir/CheckIncludeFiles.c.o -c /home/user/StepMania/Build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/home/user/StepMania/Build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:24: fatal error: sys/endian.h: No such file or directory
#include <sys/endian.h>
^
compilation terminated.
make[1]: Leaving directory `/home/user/StepMania/Build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTryCompileExec2441828917.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec2441828917/fast] Error 2
Source:
/* */
#include <sys/endian.h>
int main(){return 0;}
Determining if files machine/endian.h exist failed with the following output:
Change Dir: /home/user/StepMania/Build/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec3559185872/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3559185872.dir/build.make CMakeFiles/cmTryCompileExec3559185872.dir/build
make[1]: Entering directory `/home/user/StepMania/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/user/StepMania/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3559185872.dir/CheckIncludeFiles.c.o
/usr/bin/cc -o CMakeFiles/cmTryCompileExec3559185872.dir/CheckIncludeFiles.c.o -c /home/user/StepMania/Build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
/home/user/StepMania/Build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:28: fatal error: machine/endian.h: No such file or directory
#include <machine/endian.h>
^
compilation terminated.
make[1]: Leaving directory `/home/user/StepMania/Build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTryCompileExec3559185872.dir/CheckIncludeFiles.c.o] Error 1
make: *** [cmTryCompileExec3559185872/fast] Error 2
Source:
/* */
#include <machine/endian.h>
int main(){return 0;}
Determining if the function _mkdir exists failed with the following output:
Change Dir: /home/user/StepMania/Build/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec866161118/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec866161118.dir/build.make CMakeFiles/cmTryCompileExec866161118.dir/build
make[1]: Entering directory `/home/user/StepMania/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/user/StepMania/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec866161118.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=_mkdir -o CMakeFiles/cmTryCompileExec866161118.dir/CheckFunctionExists.c.o -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec866161118
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec866161118.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=_mkdir CMakeFiles/cmTryCompileExec866161118.dir/CheckFunctionExists.c.o -o cmTryCompileExec866161118 -rdynamic
CMakeFiles/cmTryCompileExec866161118.dir/CheckFunctionExists.c.o: In function `main':
CheckFunctionExists.c:(.text+0x15): undefined reference to `_mkdir'
collect2: error: ld returned 1 exit status
make[1]: Leaving directory `/home/user/StepMania/Build/CMakeFiles/CMakeTmp'
make[1]: *** [cmTryCompileExec866161118] Error 1
make: *** [cmTryCompileExec866161118/fast] Error 2
Determining if the _snprintf exist failed with the following output:
TestEndianess.c:
/* A 16 bit integer is required. */
typedef unsigned short cmakeint16;
/* On a little endian machine, these 16bit ints will give "THIS IS LITTLE ENDIAN."
On a big endian machine the characters will be exchanged pairwise. */
const cmakeint16 info_little[] = {0x4854, 0x5349, 0x4920, 0x2053, 0x494c, 0x5454, 0x454c, 0x4520, 0x444e, 0x4149, 0x2e4e, 0x0000};
/* on a big endian machine, these 16bit ints will give "THIS IS BIG ENDIAN."
On a little endian machine the characters will be exchanged pairwise. */
const cmakeint16 info_big[] = {0x5448, 0x4953, 0x2049, 0x5320, 0x4249, 0x4720, 0x454e, 0x4449, 0x414e, 0x2e2e, 0x0000};
#ifdef __CLASSIC_C__
int main(argc, argv) int argc; char *argv[];
#else
int main(int argc, char *argv[])
#endif
{
int require = 0;
require += info_little[argc];
require += info_big[argc];
(void)argv;
return require;
}
Determining if the pthread_create exist failed with the following output:
Change Dir: /home/user/StepMania/Build/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec4266235563/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec4266235563.dir/build.make CMakeFiles/cmTryCompileExec4266235563.dir/build
make[1]: Entering directory `/home/user/StepMania/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/user/StepMania/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec4266235563.dir/CheckSymbolExists.c.o
/usr/bin/cc -o CMakeFiles/cmTryCompileExec4266235563.dir/CheckSymbolExists.c.o -c /home/user/StepMania/Build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTryCompileExec4266235563
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec4266235563.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTryCompileExec4266235563.dir/CheckSymbolExists.c.o -o cmTryCompileExec4266235563 -rdynamic
CMakeFiles/cmTryCompileExec4266235563.dir/CheckSymbolExists.c.o: In function `main':
CheckSymbolExists.c:(.text+0x16): undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[1]: *** [cmTryCompileExec4266235563] Error 1
make[1]: Leaving directory `/home/user/StepMania/Build/CMakeFiles/CMakeTmp'
make: *** [cmTryCompileExec4266235563/fast] Error 2
Determining if the function pthread_create exists in the pthreads failed with the following output:
Change Dir: /home/user/StepMania/Build/CMakeFiles/CMakeTmp
Look for the libpthread-stubs0-dev package and install it, then run cmake again.
< cybik> til Kyzentun fixes bugs for breakfast
--
< maxvg1> shakesoda: then why do i still play lol
<@shakesoda> because you're an ITG player. And thus, a masochist
--
<@shakesoda> Kyzentun: I think you might need to put down the meshes for a bit
But now I have another problem while running make to install it:
[ 1%] Built target ffmpeg
[ 2%] Built target glew
[ 2%] Built target jsoncpp
[ 6%] Built target lua-5.1
[ 8%] Built target png
[ 27%] Built target tomcrypt
[ 44%] Built target tommath
[ 44%] Building CXX object src/CMakeFiles/GtkModule.dir/arch/LoadingWindow/LoadingWindow_GtkModule.cpp.o
In file included from /home/user/stepmania/src/global.h:5:0,
from /home/user/stepmania/src/arch/LoadingWindow/LoadingWindow_GtkModule.cpp:1:
/home/user/stepmania/src/generated/config.hpp:143:2: error: #error "No size limited sprintf function available. Aborting."
#error "No size limited sprintf function available. Aborting."
^
In file included from /home/user/stepmania/src/global.h:5:0,
from /home/user/stepmania/src/arch/LoadingWindow/LoadingWindow_GtkModule.cpp:1:
/home/user/stepmania/src/generated/config.hpp: In function ‘float powf(float, float)’:
/home/user/stepmania/src/generated/config.hpp:165:72: error: ‘pow’ was not declared in this scope
float powf( float x, float y ) { return float( pow(double(x), double(y)) ); }
^
/home/user/stepmania/src/generated/config.hpp: In function ‘float sqrtf(float)’:
/home/user/stepmania/src/generated/config.hpp:171:54: error: ‘sqrt’ was not declared in this scope
float sqrtf( float x ) { return float( sqrt(double(x)) ); }
^
/home/user/stepmania/src/generated/config.hpp: In function ‘float sinf(float)’:
/home/user/stepmania/src/generated/config.hpp:177:52: error: ‘sin’ was not declared in this scope
float sinf( float x ) { return float( sin(double(x)) ); }
^
/home/user/stepmania/src/generated/config.hpp: In function ‘float tanf(float)’:
/home/user/stepmania/src/generated/config.hpp:183:52: error: ‘tan’ was not declared in this scope
float tanf( float x ) { return float( tan(double(x)) ); }
^
/home/user/stepmania/src/generated/config.hpp: In function ‘float cosf(float)’:
/home/user/stepmania/src/generated/config.hpp:189:51: error: ‘cos’ was not declared in this scope
float cosf( float x ){ return float( cos(double(x)) ); }
^
/home/user/stepmania/src/generated/config.hpp: In function ‘float acosf(float)’:
/home/user/stepmania/src/generated/config.hpp:195:54: error: ‘acos’ was not declared in this scope
float acosf( float x ) { return float( acos(double(x)) ); }
^
/home/user/stepmania/src/generated/config.hpp: In function ‘float strtof(const char*, char**)’:
/home/user/stepmania/src/generated/config.hpp:212:80: error: ‘strtod’ was not declared in this scope
inline float strtof( const char *s, char **se ) { return (float) strtod( s, se ); }
^
/home/user/stepmania/src/generated/config.hpp: At global scope:
/home/user/stepmania/src/generated/config.hpp:212:14: error: previous declaration of ‘float strtof(const char*, char**)’ with ‘C++’ linkage
inline float strtof( const char *s, char **se ) { return (float) strtod( s, se ); }
^
In file included from /usr/include/features.h:374:0,
from /usr/include/x86_64-linux-gnu/sys/types.h:25,
from /home/user/stepmania/src/generated/config.hpp:154,
from /home/user/stepmania/src/global.h:5,
from /home/user/stepmania/src/arch/LoadingWindow/LoadingWindow_GtkModule.cpp:1:
/usr/include/stdlib.h:173:44: error: conflicts with new declaration with ‘C’ linkage
char **__restrict __endptr) __THROW __nonnull ((1));
^
/usr/include/stdlib.h:173:44: error: declaration of ‘float strtof(const char*, char**) throw ()’ has a different exception specifier
In file included from /home/user/stepmania/src/global.h:5:0,
from /home/user/stepmania/src/arch/LoadingWindow/LoadingWindow_GtkModule.cpp:1:
/home/user/stepmania/src/generated/config.hpp:212:14: error: from previous declaration ‘float strtof(const char*, char**)’
inline float strtof( const char *s, char **se ) { return (float) strtod( s, se ); }
^
/home/user/stepmania/src/generated/config.hpp:195:7: error: previous declaration of ‘float acosf(float)’ with ‘C++’ linkage
float acosf( float x ) { return float( acos(double(x)) ); }
^
In file included from /usr/include/features.h:374:0,
from /usr/include/x86_64-linux-gnu/sys/types.h:25,
from /home/user/stepmania/src/generated/config.hpp:154,
from /home/user/stepmania/src/global.h:5,
from /home/user/stepmania/src/arch/LoadingWindow/LoadingWindow_GtkModule.cpp:1:
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: conflicts with new declaration with ‘C’ linkage
__MATHCALL (acos,, (_Mdouble_ __x));
^
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:54:1: error: declaration of ‘float acosf(float) throw ()’ has a different exception specifier
In file included from /home/user/stepmania/src/global.h:5:0,
from /home/user/stepmania/src/arch/LoadingWindow/LoadingWindow_GtkModule.cpp:1:
/home/user/stepmania/src/generated/config.hpp:195:7: error: from previous declaration ‘float acosf(float)’
float acosf( float x ) { return float( acos(double(x)) ); }
^
/home/user/stepmania/src/generated/config.hpp:189:7: error: previous declaration of ‘float cosf(float)’ with ‘C++’ linkage
float cosf( float x ){ return float( cos(double(x)) ); }
^
In file included from /usr/include/features.h:374:0,
from /usr/include/x86_64-linux-gnu/sys/types.h:25,
from /home/user/stepmania/src/generated/config.hpp:154,
from /home/user/stepmania/src/global.h:5,
from /home/user/stepmania/src/arch/LoadingWindow/LoadingWindow_GtkModule.cpp:1:
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:63:1: error: conflicts with new declaration with ‘C’ linkage
__MATHCALL (cos,, (_Mdouble_ __x));
^
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:63:1: error: declaration of ‘float cosf(float) throw ()’ has a different exception specifier
In file included from /home/user/stepmania/src/global.h:5:0,
from /home/user/stepmania/src/arch/LoadingWindow/LoadingWindow_GtkModule.cpp:1:
/home/user/stepmania/src/generated/config.hpp:189:7: error: from previous declaration ‘float cosf(float)’
float cosf( float x ){ return float( cos(double(x)) ); }
^
/home/user/stepmania/src/generated/config.hpp:177:7: error: previous declaration of ‘float sinf(float)’ with ‘C++’ linkage
float sinf( float x ) { return float( sin(double(x)) ); }
^
In file included from /usr/include/features.h:374:0,
from /usr/include/x86_64-linux-gnu/sys/types.h:25,
from /home/user/stepmania/src/generated/config.hpp:154,
from /home/user/stepmania/src/global.h:5,
from /home/user/stepmania/src/arch/LoadingWindow/LoadingWindow_GtkModule.cpp:1:
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:65:1: error: conflicts with new declaration with ‘C’ linkage
__MATHCALL (sin,, (_Mdouble_ __x));
^
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:65:1: error: declaration of ‘float sinf(float) throw ()’ has a different exception specifier
In file included from /home/user/stepmania/src/global.h:5:0,
from /home/user/stepmania/src/arch/LoadingWindow/LoadingWindow_GtkModule.cpp:1:
/home/user/stepmania/src/generated/config.hpp:177:7: error: from previous declaration ‘float sinf(float)’
float sinf( float x ) { return float( sin(double(x)) ); }
^
/home/user/stepmania/src/generated/config.hpp:183:7: error: previous declaration of ‘float tanf(float)’ with ‘C++’ linkage
float tanf( float x ) { return float( tan(double(x)) ); }
^
In file included from /usr/include/features.h:374:0,
from /usr/include/x86_64-linux-gnu/sys/types.h:25,
from /home/user/stepmania/src/generated/config.hpp:154,
from /home/user/stepmania/src/global.h:5,
from /home/user/stepmania/src/arch/LoadingWindow/LoadingWindow_GtkModule.cpp:1:
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:67:1: error: conflicts with new declaration with ‘C’ linkage
__MATHCALL (tan,, (_Mdouble_ __x));
^
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:67:1: error: declaration of ‘float tanf(float) throw ()’ has a different exception specifier
In file included from /home/user/stepmania/src/global.h:5:0,
from /home/user/stepmania/src/arch/LoadingWindow/LoadingWindow_GtkModule.cpp:1:
/home/user/stepmania/src/generated/config.hpp:183:7: error: from previous declaration ‘float tanf(float)’
float tanf( float x ) { return float( tan(double(x)) ); }
^
/home/user/stepmania/src/generated/config.hpp:165:7: error: previous declaration of ‘float powf(float, float)’ with ‘C++’ linkage
float powf( float x, float y ) { return float( pow(double(x), double(y)) ); }
^
In file included from /usr/include/features.h:374:0,
from /usr/include/x86_64-linux-gnu/sys/types.h:25,
from /home/user/stepmania/src/generated/config.hpp:154,
from /home/user/stepmania/src/global.h:5,
from /home/user/stepmania/src/arch/LoadingWindow/LoadingWindow_GtkModule.cpp:1:
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:153:1: error: conflicts with new declaration with ‘C’ linkage
__MATHCALL (pow,, (_Mdouble_ __x, _Mdouble_ __y));
^
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:153:1: error: declaration of ‘float powf(float, float) throw ()’ has a different exception specifier
In file included from /home/user/stepmania/src/global.h:5:0,
from /home/user/stepmania/src/arch/LoadingWindow/LoadingWindow_GtkModule.cpp:1:
/home/user/stepmania/src/generated/config.hpp:165:7: error: from previous declaration ‘float powf(float, float)’
float powf( float x, float y ) { return float( pow(double(x), double(y)) ); }
^
/home/user/stepmania/src/generated/config.hpp:171:7: error: previous declaration of ‘float sqrtf(float)’ with ‘C++’ linkage
float sqrtf( float x ) { return float( sqrt(double(x)) ); }
^
In file included from /usr/include/features.h:374:0,
from /usr/include/x86_64-linux-gnu/sys/types.h:25,
from /home/user/stepmania/src/generated/config.hpp:154,
from /home/user/stepmania/src/global.h:5,
from /home/user/stepmania/src/arch/LoadingWindow/LoadingWindow_GtkModule.cpp:1:
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:156:1: error: conflicts with new declaration with ‘C’ linkage
__MATHCALL (sqrt,, (_Mdouble_ __x));
^
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:156:1: error: declaration of ‘float sqrtf(float) throw ()’ has a different exception specifier
In file included from /home/user/stepmania/src/global.h:5:0,
from /home/user/stepmania/src/arch/LoadingWindow/LoadingWindow_GtkModule.cpp:1:
/home/user/stepmania/src/generated/config.hpp:171:7: error: from previous declaration ‘float sqrtf(float)’
float sqrtf( float x ) { return float( sqrt(double(x)) ); }
^
/home/user/stepmania/src/generated/config.hpp:207:7: error: previous declaration of ‘float roundf(float)’ with ‘C++’ linkage
float roundf( float f ) { if( f < 0.0f ) return truncf( f-0.5f ); return truncf( f+0.5f ); }
^
In file included from /usr/include/c++/4.8/cmath:44:0,
from /home/user/stepmania/src/global.h:160,
from /home/user/stepmania/src/arch/LoadingWindow/LoadingWindow_GtkModule.cpp:1:
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:309:1: error: conflicts with new declaration with ‘C’ linkage
__MATHCALLX (round,, (_Mdouble_ __x), (__const__));
^
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:309:1: error: declaration of ‘float roundf(float) throw ()’ has a different exception specifier
In file included from /home/user/stepmania/src/global.h:5:0,
from /home/user/stepmania/src/arch/LoadingWindow/LoadingWindow_GtkModule.cpp:1:
/home/user/stepmania/src/generated/config.hpp:207:7: error: from previous declaration ‘float roundf(float)’
float roundf( float f ) { if( f < 0.0f ) return truncf( f-0.5f ); return truncf( f+0.5f ); }
^
/home/user/stepmania/src/generated/config.hpp:201:7: error: previous declaration of ‘float truncf(float)’ with ‘C++’ linkage
float truncf( float f ) { return float( int(f) ); }
^
In file included from /usr/include/c++/4.8/cmath:44:0,
from /home/user/stepmania/src/global.h:160,
from /home/user/stepmania/src/arch/LoadingWindow/LoadingWindow_GtkModule.cpp:1:
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:313:1: error: conflicts with new declaration with ‘C’ linkage
__MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
^
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:313:1: error: declaration of ‘float truncf(float) throw ()’ has a different exception specifier
In file included from /home/user/stepmania/src/global.h:5:0,
from /home/user/stepmania/src/arch/LoadingWindow/LoadingWindow_GtkModule.cpp:1:
/home/user/stepmania/src/generated/config.hpp:201:7: error: from previous declaration ‘float truncf(float)’
float truncf( float f ) { return float( int(f) ); }
^
/home/user/stepmania/src/generated/config.hpp:227:21: error: expected unqualified-id before ‘int’
#define lrintf(x) ((int)rint(x))
^
/home/user/stepmania/src/generated/config.hpp:227:21: error: expected ‘)’ before ‘int’
/home/user/stepmania/src/generated/config.hpp:227:21: error: expected ‘)’ before ‘int’
make[2]: *** [src/CMakeFiles/GtkModule.dir/arch/LoadingWindow/LoadingWindow_GtkModule.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/GtkModule.dir/all] Error 2
make: *** [all] Error 2
Check whether libc6-dev is installed, or some similarly named package.
< cybik> til Kyzentun fixes bugs for breakfast
--
< maxvg1> shakesoda: then why do i still play lol
<@shakesoda> because you're an ITG player. And thus, a masochist
--
<@shakesoda> Kyzentun: I think you might need to put down the meshes for a bit
I'm getting an error when I try to compile stepmania on Kodibuntu. I followed the instructions in the first post and I'm pretty sure I've installed all of the dependencies. But I'm still pretty new to Linux, so I may have missed something.
Here's the output from make... http://pastebin.com/ngpE0A3g
If there are any log files or anything that would help just let me know please.
I'm not sure why ffmpeg is trying to build crystalhd support. Try searching for the libcrystalhd package and installing it. If the normal package doesn't work, try the package that has "-dev" or "-devel" on the end of its name.
< cybik> til Kyzentun fixes bugs for breakfast
--
< maxvg1> shakesoda: then why do i still play lol
<@shakesoda> because you're an ITG player. And thus, a masochist
--
<@shakesoda> Kyzentun: I think you might need to put down the meshes for a bit
I did "sudo apt-get install libcrystalhd-dev" and got this response: "libcrystalhd-dev is already the newest version.". I'm not sure if Kodibuntu has all of the packages that come standard on ubuntu, could I be missing something that's normally standard?