Compiling Opensees v1.7.4

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

Moderators: silvia, selimgunay, Moderators

Post Reply
avytin
Posts: 75
Joined: Fri Dec 08, 2006 5:41 pm
Location: MiT

Compiling Opensees v1.7.4

Post by avytin »

Hello,
I am trying to compile Opensees
in Visual C++ Express Edition (sp1 + microsoft SDK).
I also have installed tcl 8.4.6.1.

When I try to compile Opensees I get the error: (in the project openSeesTk) fatal error LNK1181: cannot open input file 'tcl83.lib'

I have to say that tcl is properly installed and I had to make changes in order for C++ to include the lib files and this fixed errors I had before. (I included the lib and the include tcl folders in the VC++ directory list)

The problem is that there is a file tcl84.lib but no tcl83.lib.

Is this a problem with the version of tcl I installed?

Many thanks in advance,
Antonios Vytiniotis
Post Reply