Error LNK2019 compiling OpenSeesSP on Windows

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

Moderators: silvia, selimgunay, Moderators

Post Reply
wless
Posts: 3
Joined: Sat Dec 15, 2018 1:26 pm
Location: Universidad de los Andes

Error LNK2019 compiling OpenSeesSP on Windows

Post by wless » Mon Aug 28, 2023 11:10 am

Hi everyone,

I have followed the steps outlined in the OpenSees repository to compile OpenSees, OpenSeesMP, the Python module, and OpenSeesSP. Everything compiles successfully except for OpenSeesSP. When attempting to compile OpenSeesSP, I encounter the LNK2019 error associated with OPS_InterpTcl.lib. The following image illustrates the error message displayed on the console:

Image

I also show the messages I got while compiling the other applications.

OpenSees:
Image

OpenSeesPy:
Image

OpenSeesMP:
Image

Finally, I show the compiled apps in the respective folder:
Image

Does anyone have knowledge about resolving the issue related to compiling OpenSeesSP?

Thanks in advance.

Post Reply