Hello all,
I hope you are doing fine. I am trying to compile the latest version of OpenSees and I am getting the following error:
25>material.lib(TclLimitState.obj) : error LNK2019: unresolved external symbol "void * __cdecl OPS_RotationShearCurve(void)" (?OPS_RotationShearCurve@@YAPAXXZ) referenced in function "int __cdecl Tcl_AddLimitCurve(void *,struct Tcl_Interp *,int,char const * *)" (?Tcl_AddLimitCurve@@YAHPAXPAUTcl_Interp@@HPAPBD@Z)
25>material.lib(TclModelBuilderUniaxialMaterialCommand.obj) : error LNK2019: unresolved external symbol "void * __cdecl OPS_PinchingLimitStateMaterial(void)" (?OPS_PinchingLimitStateMaterial@@YAPAXXZ) referenced in function "int __cdecl TclModelBuilderUniaxialMaterialCommand(void *,struct Tcl_Interp *,int,char const * *,class Domain *)" (?TclModelBuilderUniaxialMaterialCommand@@YAHPAXPAUTcl_Interp@@HPAPBDPAVDomain@@@Z)
25>.\..\..\bin/openSees.exe : fatal error LNK1120: 2 unresolved externals
Apparently it could not find the OPS_RotationShearCurve() and the OPS_PinchingLimitStateMaterial(). I would appreciate your help on this if you have any comments.
Thanks,
Mar
Rotation Shear Curve-Pinching Limit State Material
Moderators: silvia, selimgunay, Moderators
Re: Rotation Shear Curve-Pinching Limit State Material
i have update the repository with the new material project. it should work now. sorry.