error with the liblas

Feel free to ask any question here
Post Reply
snfge
Posts: 72
Joined: Thu Nov 20, 2014 4:12 am

error with the liblas

Post by snfge »

错误 2 error LNK2019: 无法解析的外部符号 "__declspec(dllimport) class boost::system::error_category const & __cdecl boost::system::generic_category(void)" (__imp_?generic_category@system@boost@@YAAEBVerror_category@12@XZ),该符号在函数 "void __cdecl boost::system::`dynamic initializer for 'errno_ecat''(void)" (??__Eerrno_ecat@system@boost@@YAXXZ) 中被引用 E:\OpenSource\bulid\CC\Delaunay2dMesh.obj CC_CORE_LIB
错误 1 error LNK2019: 无法解析的外部符号 "__declspec(dllimport) class boost::system::error_category const & __cdecl boost::system::system_category(void)" (__imp_?system_category@system@boost@@YAAEBVerror_category@12@XZ),该符号在函数 "void __cdecl boost::system::`dynamic initializer for 'native_ecat''(void)" (??__Enative_ecat@system@boost@@YAXXZ) 中被引用 E:\OpenSource\bulid\CC\Delaunay2dMesh.obj CC_CORE_LIB
daniel
Site Admin
Posts: 7450
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: error with the liblas

Post by daniel »

Looks like a boost linking issue?
Daniel, CloudCompare admin
Post Reply