gadomski / cpd

C++ implementation of the Coherent Point Drift point set registration algorithm.
http://www.gadom.ski/cpd
GNU General Public License v2.0
385 stars 122 forks source link

Build error: External symbols that cannot be resolved “std::unique_ptr<GaussTransform>::make_default(void)" #139

Closed Micalson closed 5 years ago

Micalson commented 5 years ago

Hi, thank you for your code about cpd. I got the error while compiling the code. The error is : External symbols that cannot be resolved “std::unique_ptr::make_default(void)" The development environment is visual studio 2013, eigen3. Could you tell me the reason about this error? Thank you for your reply. @gadomski

best regards

gadomski commented 5 years ago

I'm running Visual Studio 2017, Eigen 3.3.7, and can't reproduce your issue. I'd recommend updating your Visual Studio and trying again. If you can reproduce the issue with the latest Visual Studio, please re-open this issue.