compilation problem new svn opensees version

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

Moderators: silvia, selimgunay, Moderators

Post Reply
cromax
Posts: 13
Joined: Sat Feb 19, 2011 2:44 pm
Location: Rome

compilation problem new svn opensees version

Post by cromax »

Hy to everyone

I have downloaded the new svn version of opensees but when I want to compile the windows exe the VC++2010 shows error messages:


1>------ Build started: Project: quickMain, Configuration: Release Win32 ------
2>------ Build started: Project: OpenSees, Configuration: Release Win32 ------
3>------ Build started: Project: OpenSeesTk, Configuration: Release Win32 ------
1>domain.lib(LinearSeries.obj) : error LNK2019: unresolved external symbol _ops_getdoubleinput_ referenced in function "void * __cdecl OPS_NewLinearSeries(void)" (?OPS_NewLinearSeries@@YAPAXXZ)
1>element.lib(Truss.obj) : error LNK2001: unresolved external symbol _ops_getdoubleinput_
1>domain.lib(LinearSeries.obj) : error LNK2019: unresolved external symbol _ops_getstring referenced in function "void * __cdecl OPS_NewLinearSeries(void)" (?OPS_NewLinearSeries@@YAPAXXZ)
1>element.lib(Truss.obj) : error LNK2001: unresolved external symbol _ops_getstring
1>domain.lib(LinearSeries.obj) : error LNK2019: unresolved external symbol _ops_getintinput_ referenced in function "void * __cdecl OPS_NewLinearSeries(void)" (?OPS_NewLinearSeries@@YAPAXXZ)
1>element.lib(Truss.obj) : error LNK2001: unresolved external symbol _ops_getintinput_
1>domain.lib(LinearSeries.obj) : error LNK2019: unresolved external symbol _OPS_GetNumRemainingInputArgs referenced in function "void * __cdecl OPS_NewLinearSeries(void)" (?OPS_NewLinearSeries@@YAPAXXZ)
1>element.lib(Truss.obj) : error LNK2001: unresolved external symbol _OPS_GetNumRemainingInputArgs
1>element.lib(Truss.obj) : error LNK2019: unresolved external symbol "class UniaxialMaterial * __cdecl OPS_GetUniaxialMaterial(int)" (?OPS_GetUniaxialMaterial@@YAPAVUniaxialMaterial@@H@Z) referenced in function "void * __cdecl OPS_NewTrussElement(void)" (?OPS_NewTrussElement@@YAPAXXZ)
1>element.lib(Truss.obj) : error LNK2019: unresolved external symbol _ops_getndm_ referenced in function "void * __cdecl OPS_NewTrussElement(void)" (?OPS_NewTrussElement@@YAPAXXZ)
1>.\..\..\bin/quickMain.exe : fatal error LNK1120: 6 unresolved externals
2>material.lib(Dodd_Restrepo.obj) : error LNK2019: unresolved external symbol _STEEL referenced in function "public: virtual int __thiscall Dodd_Restrepo::setTrialStrain(double,double)" (?setTrialStrain@Dodd_Restrepo@@UAEHNN@Z)
2>.\..\..\bin/openSees.exe : fatal error LNK1120: 1 unresolved externals
3>material.lib(Dodd_Restrepo.obj) : error LNK2019: unresolved external symbol _STEEL referenced in function "public: virtual int __thiscall Dodd_Restrepo::setTrialStrain(double,double)" (?setTrialStrain@Dodd_Restrepo@@UAEHNN@Z)
3>.\..\..\bin/openSeesTk.exe : fatal error LNK1120: 1 unresolved externals
========== Build: 0 succeeded, 3 failed, 23 up-to-date, 0 skipped ==========


can somebody help me please?


thank you

cromax
Post Reply