Fork me on GitHub

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Matt - Kerplunc

Pages: [1]
1
Support / lighting.cpp Build Error
« on: April 11, 2011, 09:08:26 am »
Code: [Select]
[  1%] Building CXX object CMakeFiles/mineserver.dir/src/lighting.cpp.o
/root/build/src/lighting.cpp:1: error: bad value (native) for -march= switch
/root/build/src/lighting.cpp:1: error: bad value (native) for -mtune= switch
make[2]: *** [CMakeFiles/mineserver.dir/src/lighting.cpp.o] Error 1
make[1]: *** [CMakeFiles/mineserver.dir/all] Error 2
make: *** [all] Error 2


Running CentOS 5 64bit on an OpenVZ VPS. Has built just fine previously, recent issue (Since the 1.4 Beta patch time ish). Any ideas?

2
Discussion / Piping Configuration Options?
« on: December 13, 2010, 11:29:20 am »
Hey Guys,
The server is looking fantastic. Any plans on offering the ability to pipe configurations through the execution of the file?
Like
./mineserver +motd "Welcome!" +port 25566 +ip 192.168.1.1
etc. etc.

Thanks! Keep up the good work!

3
Support / Installing on Linux (RHEL)?
« on: December 13, 2010, 06:05:47 am »
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

Pages: [1]