Search found 2 matches

by GFiorillo
Fri May 13, 2022 5:08 pm
Forum: Framework
Topic: C++ compilation error from OPS 2.4.2 to a more recent one
Replies: 1
Views: 6549

Re: C++ compilation error from OPS 2.4.2 to a more recent one

I think I found the issue. In the 2.4.2 the only library for OpenSees was libOpenSees.a, in the 3.4.0 version there is an additional library libOpenSeesclCommands.a that was not included in my C++ makefile. I added it and the code was compiled.
Thank you anyway!
by GFiorillo
Fri May 13, 2022 4:23 pm
Forum: Framework
Topic: C++ compilation error from OPS 2.4.2 to a more recent one
Replies: 1
Views: 6549

C++ compilation error from OPS 2.4.2 to a more recent one

Dear All, I have been compiling OpenSees' static library [version 2.4.2 (rev 5585)] up to Ubuntu 18.04 and used in my C++ code without any issues. I recently moved to Ubuntu 20.04 and I could not compile the 2.4.2 version (i guess because of the 8.5 tcl's version which is not available anymore on 20...