1.7. compile error/warning

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

Moderators: silvia, selimgunay, Moderators

Post Reply
eroz
Posts: 49
Joined: Wed Sep 14, 2005 7:47 am
Location: San Francisco

1.7. compile error/warning

Post by eroz »

Trying to compile 1.7. similar error with hoogen007:

c:\OpenSees\SRC\modelbuilder\tcl\TclModelBuilder.h(58): fatal error C1083: Cannot open include file: 'tcl.h': No such file or directory

I found fmk`s reply:

"...it is much simpler to put tcl in the assumed location! ..."

what is the assumed location? :oops:

I am also getting some warnings regarding conversion from float to doube. Is this o.k.?

c:\OpenSees\SRC\recorder\FilePlotter.cpp(299): warning 4244: 'argument' : conversion from 'double' to 'float', possible loss of data

Thanks.
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

c:\Program Files\tcl (it is where tcl wants to be installed) .. you can ignore the warnings.
Post Reply