libpointmatcher
libpointmatcher copied to clipboard
debug libraries on Windows...
I'm trying to link against the libpointmatcher library in Qt on Windows in debug mode, but I can't link to the RelWithDebInfo libraries created following the Windows compilation instructions. So I tried compiling libpointmatcher libraries in Debug mode but I get this error:
"D:\libpointmatcher-master\build\libpointmatcher.sln" (default target) (1) ->
"D:\libpointmatcher-master\build\pointmatcher.vcxproj.metaproj" (default target) (12) ->
"D:\libpointmatcher-master\build\pointmatcher.vcxproj" (default target) (17) ->
(ClCompile target) ->
D:\libpointmatcher-master\pointmatcher\ErrorMinimizers\PointToPlane.cpp : fatal error C1128: number of section
s exceeded object file format limit: compile with /bigobj [D:\libpointmatcher-master\build\pointmatcher.vcxproj]
Has anyone able to link against the libraries in Debug mode using the RelWithDebInfo libpointmatcher libraries?
@drhalftone Any news on that? I'm trying to bind Libpointmatcher to Cloudcompare but cannot work in debug mode