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
My problem: I compile the code in the win10 using vs2015. First, I compile and install the eigen3.
When I compile the openpano, I get the error, “'.serialize' must have class/struct/union D:\Libs\PCL\flann\include\flann\util\serialization.h”. Then I fix this by adding the following code in include/flann/util/serialization.h.
My problem: I compile the code in the win10 using vs2015. First, I compile and install the eigen3.
When I compile the openpano, I get the error, “'.serialize' must have class/struct/union D:\Libs\PCL\flann\include\flann\util\serialization.h”. Then I fix this by adding the following code in include/flann/util/serialization.h.
But I get the error, “fdup: Undeclared identifier”
How can I deal with it? I can't find useful information on the Internet.
The text was updated successfully, but these errors were encountered: