Dear all,
I am trying to build Hugin panorama in Windows 11 by following this weblink:
https://wiki.panotools.org/Hugin_SDK_(MSVC_2013).
I am at the last step to build Hugin, this step:
"Now open the INSTALL project file in SDKROOT\build-hugin, check that on the top there is selected RelWithDebInfo (not Release!!) and Win32 (for 32 bit Hugin) or x64 (for 64 bit Hugin). Now build the INSTALL project."
I got a bunch of error messages, the first 3 error messages are as follows:
3> Creating library C:/huginSDK/build-hugin/src/hugin_base/RelWithDebInfo/huginbase.lib and object C:/huginSDK/build-hugin/src/hugin_base/RelWithDebInfo/huginbase.exp
3>Stitcher3.obj : error LNK2001: unresolved external symbol "public: __thiscall vigra::functor::UnaryFunctor<struct vigra::functor::ArgumentFunctor1>::UnaryFunctor<struct vigra::functor::ArgumentFunctor1>(void)" (??0?$UnaryFunctor@UArgumentFunctor1@functor@vigra@@@functor@vigra@@QAE@XZ)
3>Stitcher4.obj : error LNK2001: unresolved external symbol "public: __thiscall vigra::functor::UnaryFunctor<struct vigra::functor::ArgumentFunctor1>::UnaryFunctor<struct vigra::functor::ArgumentFunctor1>(void)" (??0?$UnaryFunctor@UArgumentFunctor1@functor@vigra@@@functor@vigra@@QAE@XZ)
3>Stitcher.obj : error LNK2001: unresolved external symbol "public: __thiscall vigra::functor::UnaryFunctor<struct vigra::functor::ArgumentFunctor1>::UnaryFunctor<struct vigra::functor::ArgumentFunctor1>(void)" (??0?$UnaryFunctor@UArgumentFunctor1@functor@vigra@@@functor@vigra@@QAE@XZ)
Could anyone help me how to solve this issue please?
Many thanks in advance,
Willie