Rotation Shear Curve-Pinching Limit State Material

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
mar
Posts: 7
Joined: Sun Apr 14, 2013 12:26 pm
Location: UPRM

Rotation Shear Curve-Pinching Limit State Material

Post by mar »

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
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: Rotation Shear Curve-Pinching Limit State Material

Post by fmk »

i have update the repository with the new material project. it should work now. sorry.
Post Reply