Skip to content

Instantly share code, notes, and snippets.

@m0r13
Created May 11, 2014 19:05
Show Gist options
  • Select an option

  • Save m0r13/8a57fb9b64780f50ef08 to your computer and use it in GitHub Desktop.

Select an option

Save m0r13/8a57fb9b64780f50ef08 to your computer and use it in GitHub Desktop.
Linking CXX executable testconfig
Linking CXX executable nbtdump
[ 79%] Built target testconfig
[ 81%] Building CXX object src/tools/CMakeFiles/testtextures.dir/testtextures.cpp.o
[ 81%] Built target nbtdump
[ 83%] Building CXX object src/test/CMakeFiles/test_all.dir/test_all.cpp.o
[ 85%] Building CXX object src/test/CMakeFiles/test_all.dir/test_config.cpp.o
Linking CXX executable mapcrafter_markers
[ 85%] Built target mapcrafter_markers
[ 87%] Building CXX object src/test/CMakeFiles/test_all.dir/test_image.cpp.o
Linking CXX executable mapcrafter
[ 87%] Built target mapcrafter
[ 89%] Building CXX object src/test/CMakeFiles/test_all.dir/test_math.cpp.o
[ 91%] Building CXX object src/test/CMakeFiles/test_all.dir/test_nbt.cpp.o
Linking CXX executable testtextures
[ 91%] Built target testtextures
[ 93%] Building CXX object src/test/CMakeFiles/test_all.dir/test_pos.cpp.o
[ 95%] Building CXX object src/test/CMakeFiles/test_all.dir/test_region.cpp.o
[ 97%] Building CXX object src/test/CMakeFiles/test_all.dir/test_tile.cpp.o
[100%] Building CXX object src/test/CMakeFiles/test_all.dir/test_worldcrop.cpp.o
Linking CXX executable test_all
CMakeFiles/test_all.dir/test_math.cpp.o: In function `image_testMath::test_method()':
test_math.cpp:(.text+0xa2): undefined reference to `mapcrafter::util::binary<11ul>::value'
test_math.cpp:(.text+0x237): undefined reference to `mapcrafter::util::binary<11ul>::value'
collect2: Fehler: ld gab 1 als Ende-Status zurück
src/test/CMakeFiles/test_all.dir/build.make:297: recipe for target 'src/test/test_all' failed
make[2]: *** [src/test/test_all] Error 1
CMakeFiles/Makefile2:571: recipe for target 'src/test/CMakeFiles/test_all.dir/all' failed
make[1]: *** [src/test/CMakeFiles/test_all.dir/all] Error 2
Makefile:116: recipe for target 'all' failed
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment