Mineserver > Support

Installing on Linux (RHEL)?

(1/1)

Matt - Kerplunc:
Hey,
Anyone had any luck actually getting it to install on Linux? In particular, RHEL/CentOS5

Here's the errors i'm getting while trying to run a make.
Is it just that the mapper isn't done yet?
Thanks! And keep up the good work!


[root@mineserver src]# make
g++  -I. -I/usr/Local/include -I/usr/include   -c -o map.o map.cpp
In file included from logger.h:32,
                 from map.cpp:47:
screen.h:36:21: error: ncurses.h: No such file or directory
In file included from map.cpp:50:
worldgen/mapgen.h:34:25: error: noise/noise.h: No such file or directory
screen.h:72: error: ISO C++ forbids declaration of ‘WINDOW’ with no type
screen.h:72: error: expected ‘;’ before ‘*’ token
screen.h:73: error: ‘WINDOW’ has not been declared
screen.h:78: error: ISO C++ forbids declaration of ‘WINDOW’ with no type
screen.h:78: error: expected ‘;’ before ‘*’ token
screen.h:85: error: ISO C++ forbids declaration of ‘WINDOW’ with no type
screen.h:85: error: expected ‘;’ before ‘*’ token
screen.h:86: error: ISO C++ forbids declaration of ‘WINDOW’ with no type
screen.h:86: error: expected ‘;’ before ‘*’ token
screen.h:87: error: ISO C++ forbids declaration of ‘WINDOW’ with no type
screen.h:87: error: expected ‘;’ before ‘*’ token
screen.h:88: error: ISO C++ forbids declaration of ‘WINDOW’ with no type
screen.h:88: error: expected ‘;’ before ‘*’ token
worldgen/cavegen.h:45: error: ‘noise’ has not been declared
worldgen/cavegen.h:45: error: ISO C++ forbids declaration of ‘RidgedMulti’ with no type
worldgen/cavegen.h:45: error: expected ‘;’ before ‘caveNoise1’
worldgen/cavegen.h:46: error: ‘noise’ has not been declared
worldgen/cavegen.h:46: error: ISO C++ forbids declaration of ‘RidgedMulti’ with no type
worldgen/cavegen.h:46: error: expected ‘;’ before ‘caveNoise2’
worldgen/mapgen.h:63: error: ‘noise’ has not been declared
worldgen/mapgen.h:63: error: ISO C++ forbids declaration of ‘RidgedMulti’ with no type
worldgen/mapgen.h:63: error: expected ‘;’ before ‘ridgedMultiNoise’
worldgen/mapgen.h:64: error: ‘noise’ has not been declared
worldgen/mapgen.h:64: error: ISO C++ forbids declaration of ‘ScaleBias’ with no type
worldgen/mapgen.h:64: error: expected ‘;’ before ‘perlinBiased’
worldgen/mapgen.h:66: error: ‘noise’ has not been declared
worldgen/mapgen.h:66: error: ISO C++ forbids declaration of ‘Perlin’ with no type
worldgen/mapgen.h:66: error: expected ‘;’ before ‘baseFlatTerrain’
worldgen/mapgen.h:67: error: ‘noise’ has not been declared
worldgen/mapgen.h:67: error: ISO C++ forbids declaration of ‘ScaleBias’ with no type
worldgen/mapgen.h:67: error: expected ‘;’ before ‘flatTerrain’
worldgen/mapgen.h:69: error: ‘noise’ has not been declared
worldgen/mapgen.h:69: error: ISO C++ forbids declaration of ‘Perlin’ with no type
worldgen/mapgen.h:69: error: expected ‘;’ before ‘seaFloor’
worldgen/mapgen.h:70: error: ‘noise’ has not been declared
worldgen/mapgen.h:70: error: ISO C++ forbids declaration of ‘ScaleBias’ with no type
worldgen/mapgen.h:70: error: expected ‘;’ before ‘seaBias’
worldgen/mapgen.h:72: error: ‘noise’ has not been declared
worldgen/mapgen.h:72: error: ISO C++ forbids declaration of ‘Perlin’ with no type
worldgen/mapgen.h:72: error: expected ‘;’ before ‘terrainType’
worldgen/mapgen.h:74: error: ‘noise’ has not been declared
worldgen/mapgen.h:74: error: ISO C++ forbids declaration of ‘Perlin’ with no type
worldgen/mapgen.h:74: error: expected ‘;’ before ‘seaControl’
worldgen/mapgen.h:76: error: ‘noise’ has not been declared
worldgen/mapgen.h:76: error: ISO C++ forbids declaration of ‘Select’ with no type
worldgen/mapgen.h:76: error: expected ‘;’ before ‘seaTerrain’
worldgen/mapgen.h:77: error: ‘noise’ has not been declared
worldgen/mapgen.h:77: error: ISO C++ forbids declaration of ‘Select’ with no type
worldgen/mapgen.h:77: error: expected ‘;’ before ‘finalTerrain’
make: *** [map.o] Error 1

Matt - Kerplunc:
Ah nvm, got it. Was missing a few pieces of software.
You guys need to update the readme on your github :P

Navigation

[0] Message Index

Go to full version