Advertisement
Guest User

Untitled

a guest
Jan 28th, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. [100%] Building CXX object src/CMakeFiles/minetest.dir/wieldmesh.cpp.o
  2. Linking CXX executable ../bin/minetest
  3. /usr/lib/gcc/i686-linux-gnu/4.6/../../../../lib/libleveldb.a(table_builder.o): In function `leveldb::TableBuilder::WriteBlock(leveldb::BlockBuilder*, leveldb::BlockHandle*)':
  4. (.text+0x646): undefined reference to `snappy::MaxCompressedLength(unsigned int)'
  5. /usr/lib/gcc/i686-linux-gnu/4.6/../../../../lib/libleveldb.a(table_builder.o): In function `leveldb::TableBuilder::WriteBlock(leveldb::BlockBuilder*, leveldb::BlockHandle*)':
  6. (.text+0x699): undefined reference to `snappy::RawCompress(char const*, unsigned int, char*, unsigned int*)'
  7. /usr/lib/gcc/i686-linux-gnu/4.6/../../../../lib/libleveldb.a(format.o): In function `leveldb::ReadBlock(leveldb::RandomAccessFile*, leveldb::ReadOptions const&, leveldb::BlockHandle const&, leveldb::Block**)':
  8. (.text+0x6d0): undefined reference to `snappy::GetUncompressedLength(char const*, unsigned int, unsigned int*)'
  9. /usr/lib/gcc/i686-linux-gnu/4.6/../../../../lib/libleveldb.a(format.o): In function `leveldb::ReadBlock(leveldb::RandomAccessFile*, leveldb::ReadOptions const&, leveldb::BlockHandle const&, leveldb::Block**)':
  10. (.text+0x738): undefined reference to `snappy::RawUncompress(char const*, unsigned int, char*)'
  11. collect2: ld returned 1 exit status
  12. make[2]: *** [bin/minetest] Error 1
  13. make[1]: *** [src/CMakeFiles/minetest.dir/all] Error 2
  14. make: *** [all] Error 2
  15. bash: cd: ../bin: No such file or directory
  16. bash: ./minetest: No such file or directory
  17.  
  18.  
  19. You can run Minetest again by double-clicking "minetest" in the "bin" folder of the "minetest" folder in your home folder.
  20. You can install mods in ~/minetest/mods, too.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement