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
I have tried to make your examples thor_demo.cpp. But i have met a small issue.
I have copied the libthor.so from /usr/local/lib to the current example file. When make, it shows:
/usr/bin/ld: thor_simple.cpp:(.text+0xc61): undefined reference to `thor::iter::ImageSourceItercv::Mat::next()'
why does it cannot find ImageSourceIter? I am wondering if libthor.so includes ImageSourceIter.
inside cmakelists.txt, it shows:
add_executable(thor_simple thor_simple.cpp)
target_link_libraries(thor_simple libthor.so ${Protobuf_LIBRARIES} thor)
The text was updated successfully, but these errors were encountered:
I have tried to make your examples thor_demo.cpp. But i have met a small issue.
I have copied the libthor.so from /usr/local/lib to the current example file. When make, it shows:
/usr/bin/ld: thor_simple.cpp:(.text+0xc61): undefined reference to `thor::iter::ImageSourceItercv::Mat::next()'
why does it cannot find ImageSourceIter? I am wondering if libthor.so includes ImageSourceIter.
inside cmakelists.txt, it shows:
add_executable(thor_simple thor_simple.cpp)
target_link_libraries(thor_simple libthor.so ${Protobuf_LIBRARIES} thor)
The text was updated successfully, but these errors were encountered: