Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. Making all in src
  2. make[1]: Entering directory `/e/SDK/_source/libosmscout-code-bb866bb4501ea6079f7d71c7254992bad553542e/libosmscout-map-opengl/src'
  3. CXXLD libosmscoutmapopengl.la
  4. osmscout/.libs/MapPainterOpenGL.o: In function `osmscout::MapPainterOpenGL::MapPainterOpenGL(osmscout::Ref<osmscout::StyleConfig> const&)':
  5. E:/SDK/env-gcc-4.8-64bit/include/osmscout/util/Transformation.h:176: undefined reference to `__imp__ZTVN8osmscout15CoordBufferImplINS_8Vertex3DEEE'
  6. osmscout/.libs/MapPainterOpenGL.o: In function `osmscout::CoordBufferImpl<osmscout::Vertex3D>::~CoordBufferImpl()':
  7. E:/SDK/env-gcc-4.8-64bit/include/osmscout/util/Transformation.h:185: undefined reference to `__imp__ZTVN8osmscout15CoordBufferImplINS_8Vertex3DEEE'
  8. collect2.exe: error: ld returned 1 exit status
  9. Makefile:381: recipe for target `libosmscoutmapopengl.la' failed
  10. make[1]: *** [libosmscoutmapopengl.la] Error 1
  11. make[1]: Leaving directory `/e/SDK/_source/libosmscout-code-bb866bb4501ea6079f7d71c7254992bad553542e/libosmscout-map-opengl/src'
  12. Makefile:424: recipe for target `all-recursive' failed
  13. make: *** [all-recursive] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement