Search found 1 match

by swjtuztg
Thu Sep 01, 2016 8:38 am
Forum: Questions
Topic: About an error when a compile cloudcompare
Replies: 1
Views: 2026

About an error when a compile cloudcompare

When I try to compile the cloudcompare, I meet an error with plugins, who can tell me how to solve it?

Code: ccPluginInfo.h line 122--129
//now iterate over plugins and automatically register what we can
for ( tPluginInfo &plugin : plugins )
{
if (!plugin.object)
{
assert(false);
continue ...