sfan5 wrote:I have merged some of them for now, I'll some more later.
Thanks for your contribution
Thanks.
Please let me know if there is anything I can contribute to getting them merged swiftly and smoothly.
sfan5 wrote:I have merged some of them for now, I'll some more later.
Thanks for your contribution
JPRuehmann wrote:Are there future plans to add redis backend support?
JPRuehmann wrote:But a teeny wheeny thing there is in the examples the "" for the colors not there.
without it is not working in the help -h it is described correctly.
Unknown nodes:
4seasons:desertsand_winter
4seasons:grass_autumn
4seasons:grass_spring
4seasons:ice_flowing
4seasons:ice_source
4seasons:leaves_autumn
4seasons:leaves_spring
4seasons:sand_winter
bedrock:bedrock
bedrock:glass
beer:beer_grape
beer:beer_hops
bitchange:mineninth_in_ground
default:apple
default:cactus
default:clay
default:desert_sand
default:desert_stone
default:dirt
default:dirt_with_grass
default:dry_shrub
default:grass_1
default:grass_2
default:grass_3
default:grass_4
default:grass_5
default:gravel
default:lava_flowing
default:lava_source
default:leaves
default:nyancat
default:nyancat_rainbow
default:papyrus
default:sand
default:stone
default:stone_with_coal
default:stone_with_copper
default:stone_with_gold
default:stone_with_iron
default:stone_with_mese
default:tree
default:water_flowing
default:water_source
farming:pumpkin
farming_plus:banana
farming_plus:banana_leaves
farming_plus:carrot
farming_plus:cocoa
farming_plus:cocoa_leaves
farming_plus:orange
farming_plus:potato
farming_plus:rhubarb
farming_plus:strawberry
farming_plus:tomato
fire_flowers:fireflower
flowers:dandelion_white
flowers:dandelion_yellow
flowers:geranium
flowers:rose
flowers:tulip
flowers:viola
gloopblocks:stone_mossy
glow:shrooms
glow:stone_with_worms
glowblocks:glowblockwhite_on
moreblocks:super_glow_glass
nature:blossom
smooth:dirt_stone
trail:dirt_with_grass_walked
JPRuehmann wrote:Hello
Sorry I don´t understand what you are talking about.
What is a color.txt File, where must it located and what is its content?
At least where can I get it?
Thanks,
JPR
sfan5 wrote:this file needs to be in the directory minetestmapper is run from.
Morn76 wrote:sfan5 wrote:this file needs to be in the directory minetestmapper is run from.
We already know that, the question was why there is no search path to look in global directories too. The cmake installer does not really do a complete install because it only installs the binary.
CMakeFiles/minetest_mapper.dir/TileGenerator.cpp.o: In function `TileGenerator::writeImage(std::string const&)':
TileGenerator.cpp:(.text+0x22e9): undefined reference to `gdImagePng'
collect2: error: ld returned 1 exit status
make[2]: *** [minetest_mapper] Error 1
make[1]: *** [CMakeFiles/minetest_mapper.dir/all] Error 2
make: *** [all] Error 2
stormchaser3000 wrote:i got a compile error with the version in the top post (i might try sfan5's fork) and i got thisYour phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
CMakeFiles/minetest_mapper.dir/TileGenerator.cpp.o: In function `TileGenerator::writeImage(std::string const&)':
TileGenerator.cpp:(.text+0x22e9): undefined reference to `gdImagePng'
collect2: error: ld returned 1 exit status
make[2]: *** [minetest_mapper] Error 1
make[1]: *** [CMakeFiles/minetest_mapper.dir/all] Error 2
make: *** [all] Error 2
sfan5 wrote:stormchaser3000 wrote:i got a compile error with the version in the top post (i might try sfan5's fork) and i got thisYour phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
CMakeFiles/minetest_mapper.dir/TileGenerator.cpp.o: In function `TileGenerator::writeImage(std::string const&)':
TileGenerator.cpp:(.text+0x22e9): undefined reference to `gdImagePng'
collect2: error: ld returned 1 exit status
make[2]: *** [minetest_mapper] Error 1
make[1]: *** [CMakeFiles/minetest_mapper.dir/all] Error 2
make: *** [all] Error 2
Make sure you have a libgd version with png support installed.
stormchaser3000 wrote:sfan5 wrote:stormchaser3000 wrote:i got a compile error with the version in the top post (i might try sfan5's fork) and i got thisYour phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
CMakeFiles/minetest_mapper.dir/TileGenerator.cpp.o: In function `TileGenerator::writeImage(std::string const&)':
TileGenerator.cpp:(.text+0x22e9): undefined reference to `gdImagePng'
collect2: error: ld returned 1 exit status
make[2]: *** [minetest_mapper] Error 1
make[1]: *** [CMakeFiles/minetest_mapper.dir/all] Error 2
make: *** [all] Error 2
Make sure you have a libgd version with png support installed.
png support? i have libgd
stormchaser3000 wrote:png support? i have libgd
Scanning dependencies of target minetestmapper
[ 11%] Building CXX object CMakeFiles/minetestmapper.dir/PixelAttributes.cpp.o
[ 22%] Building CXX object CMakeFiles/minetestmapper.dir/PlayerAttributes.cpp.o
[ 33%] Building CXX object CMakeFiles/minetestmapper.dir/TileGenerator.cpp.o
In file included from /home/ruehmann/minetest-mapper-cpp/TileGenerator.h:28:0,
from /home/ruehmann/minetest-mapper-cpp/TileGenerator.cpp:23:
/home/ruehmann/minetest-mapper-cpp/BlockPos.h:15:22: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 [enabled by default]
int &x = dimension[0];
^
/home/ruehmann/minetest-mapper-cpp/BlockPos.h:16:22: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 [enabled by default]
int &y = dimension[1];
^
/home/ruehmann/minetest-mapper-cpp/BlockPos.h:17:22: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 [enabled by default]
int &z = dimension[2];
^
/home/ruehmann/minetest-mapper-cpp/BlockPos.h: In constructor ‘BlockPos::BlockPos()’:
/home/ruehmann/minetest-mapper-cpp/BlockPos.h:23:15: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 [enabled by default]
BlockPos() : dimension{0, 0, 0} {}
^
/home/ruehmann/minetest-mapper-cpp/BlockPos.h: In constructor ‘BlockPos::BlockPos(int, int, int)’:
/home/ruehmann/minetest-mapper-cpp/BlockPos.h:24:37: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 [enabled by default]
BlockPos(int _x, int _y, int _z) : dimension{_x, _y, _z} {}
^
/home/ruehmann/minetest-mapper-cpp/BlockPos.h: In copy constructor ‘BlockPos::BlockPos(const BlockPos&)’:
/home/ruehmann/minetest-mapper-cpp/BlockPos.h:25:34: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 [enabled by default]
BlockPos(const BlockPos &pos) : dimension{pos.x, pos.y, pos.z} {}
^
In file included from /home/ruehmann/minetest-mapper-cpp/TileGenerator.h:28:0,
from /home/ruehmann/minetest-mapper-cpp/TileGenerator.cpp:23:
/home/ruehmann/minetest-mapper-cpp/BlockPos.h: At global scope:
/home/ruehmann/minetest-mapper-cpp/BlockPos.h:50:26: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 [enabled by default]
bool &xBlock = isBlock[0];
^
/home/ruehmann/minetest-mapper-cpp/BlockPos.h:51:26: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 [enabled by default]
bool &yBlock = isBlock[1];
^
/home/ruehmann/minetest-mapper-cpp/BlockPos.h:52:26: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11 [enabled by default]
bool &zBlock = isBlock[2];
^
/home/ruehmann/minetest-mapper-cpp/BlockPos.h: In constructor ‘NodeCoord::NodeCoord()’:
/home/ruehmann/minetest-mapper-cpp/BlockPos.h:54:28: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 [enabled by default]
NodeCoord() : BlockPos(), isBlock{false, false, false} {}
^
/home/ruehmann/minetest-mapper-cpp/BlockPos.h: In constructor ‘NodeCoord::NodeCoord(int, int, int)’:
/home/ruehmann/minetest-mapper-cpp/BlockPos.h:55:60: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 [enabled by default]
NodeCoord(int _x, int _y, int _z) : BlockPos(_x, _y, _z), isBlock{false, false, false} {}
^
/home/ruehmann/minetest-mapper-cpp/BlockPos.h: In constructor ‘NodeCoord::NodeCoord(const BlockPos&, bool)’:
/home/ruehmann/minetest-mapper-cpp/BlockPos.h:56:69: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 [enabled by default]
NodeCoord(const BlockPos &pos, bool node = false) : BlockPos(pos), isBlock{pos.x == Any ? false : !node, pos.y == Any ? false : !node, pos.z == Any ? false : !node} {}
^
In file included from /home/ruehmann/minetest-mapper-cpp/TileGenerator.h:28:0,
from /home/ruehmann/minetest-mapper-cpp/TileGenerator.cpp:23:
/home/ruehmann/minetest-mapper-cpp/BlockPos.h: In copy constructor ‘NodeCoord::NodeCoord(const NodeCoord&)’:
/home/ruehmann/minetest-mapper-cpp/BlockPos.h:57:55: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 [enabled by default]
NodeCoord(const NodeCoord &coord) : BlockPos(coord), isBlock{coord.xBlock, coord.yBlock, coord.zBlock} {}
^
/home/ruehmann/minetest-mapper-cpp/BlockPos.h: In constructor ‘NodeCoord::NodeCoord(int64_t)’:
/home/ruehmann/minetest-mapper-cpp/BlockPos.h:58:25: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11 [enabled by default]
NodeCoord(int64_t i) : isBlock{true, true, true} { setFromDBPos(i); }
^
/home/ruehmann/minetest-mapper-cpp/BlockPos.h: At global scope:
/home/ruehmann/minetest-mapper-cpp/BlockPos.h:88:9: error: ‘hash’ is not a class template
struct hash<NodeCoordHashed>
^
/home/ruehmann/minetest-mapper-cpp/BlockPos.h:89:2: error: explicit specialization of non-template ‘std::hash’
{
^
make[2]: *** [CMakeFiles/minetestmapper.dir/TileGenerator.cpp.o] Fehler 1
make[1]: *** [CMakeFiles/minetestmapper.dir/all] Fehler 2
make: *** [all] Fehler 2
Users browsing this forum: No registered users and 1 guest