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
similar problem is happening with me as well..i am getting the following error D:\python\comm\build\pyiec61850\_iec61850.vcxproj] iec61850PYTHON_wrap.obj : error LNK2019: unresolved external symbol MmsGooseControlBlock_getFixedOffs referenced in function _wrap_MmsGooseControlBlock_getFixedO ffs [D:\python\comm\build\pyiec61850\_iec61850.vcxproj] iec61850PYTHON_wrap.obj : error LNK2019: unresolved external symbol MmsGooseControlBlock_getNdsCom referenced in function _wrap_MmsGooseControlBlock_getNdsCom [D :\python\comm\build\pyiec61850\_iec61850.vcxproj] D:\python\comm\build\pyiec61850\Release\_iec61850.pyd : fatal error LNK1120: 9 unresolved externals [D:\python\comm\build\pyiec61850\_iec61850.vcxproj]
even though in build..i dont want to use GOOSE..So in CMakeLists.txt file i am setting it as cmake -DBUILD_PYTHON_BINDINGS=ON -DCONFIG_INCLUDE_GOOSE_SUPPORT=OFF..still i am unable to link the bindings with my project...also removed goose related files from swig interfacing files with .i extension....please resolve the issue ..badly stuck it it
I followed the instructions at
/pyiec61850/README.md
. It builds and installs the library, but when i run the tests i get this error:The text was updated successfully, but these errors were encountered: