You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when compiling on ubuntu 16.04, the test_cpp fails with
........../normals_Hough/test_cpp/../third_party_includes/nanoflann.hpp:1823:16: error: âlog2â is not a member of âstdâ
treeCount = std::log2(maximumPointCount);
the nanoflann.hpp treeCount = std::log2(maximumPointCount); is incompatible with something?
The text was updated successfully, but these errors were encountered:
Thanks for the effort, unfortunately I am running on 16.04 and it does not build, I get errors such as
/usr/include/c++/4.8.2/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
I tried to add reference to gcc/8.1.0 but that didn’t help.
Which gcc is running on 18.04?
From: Alexandre Boulch [mailto:notifications@github.com]
Sent: Monday, December 17, 2018 5:21 AM
To: aboulch/normals_Hough
Cc: Yaser Yacoob; Author
Subject: Re: [aboulch/normals_Hough] test_cpp compile issue (#7)
I fixed compilation problems. Updated Eigen and Nanoflann.
Seems to work fine on fresh ubuntu 18.04 install + Anaconda
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#7 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AILI-0pmuHM-rpusa_060z7omRgoU8V_ks5u52_9gaJpZM4ZSXFU>.
when compiling on ubuntu 16.04, the test_cpp fails with
........../normals_Hough/test_cpp/../third_party_includes/nanoflann.hpp:1823:16: error: âlog2â is not a member of âstdâ
treeCount = std::log2(maximumPointCount);
the nanoflann.hpp treeCount = std::log2(maximumPointCount); is incompatible with something?
The text was updated successfully, but these errors were encountered: