building opensees

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

Moderators: silvia, selimgunay, Moderators

Post Reply
gst77
Posts: 18
Joined: Sat Nov 28, 2009 9:23 am
Location: UNCuyo

building opensees

Post by gst77 » Thu Oct 23, 2014 6:37 am

Hi:

I followed the tutorial on building the solution before add a new material.
I have the following errors:

Warning 1 warning C4244: '=' : conversion from 'const double' to 'ptrdiff_t', possible loss of data c:\opensees\other\csparse\cs_qr.c 13 1 cssparse
Warning 2 warning C4244: '=' : conversion from 'const double' to 'ptrdiff_t', possible loss of data c:\opensees\other\csparse\cs_qr.c 13 1 cssparse
Error 3 error C1083: Cannot open include file: 'tcl.h': No such file or directory c:\opensees\src\damage\tclmodelbuilderdamagemodelcommand.cpp 39 1 damage
Error 4 error C1083: Cannot open include file: 'tclDecls.h': No such file or directory c:\opensees\src\tcl\tcl.h 2255 1 optimization
Warning 5 warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. c:\opensees\src\damage\normalizedpeak.cpp 48 1 damage
Error 6 error C1083: Cannot open include file: 'tclDecls.h': No such file or directory c:\opensees\src\tcl\tcl.h 2255 1 optimization
Error 7 error C1083: Cannot open include file: 'tclDecls.h': No such file or directory c:\opensees\src\tcl\tcl.h 2255 1 tcl
Error 8 error C1083: Cannot open include file: 'tclDecls.h': No such file or directory c:\opensees\src\tcl\tcl.h 2255 1 tcl
Warning 9 warning C4244: '=' : conversion from 'const double' to 'ptrdiff_t', possible loss of data c:\opensees\other\csparse\cs_lu.c 11 1 cssparse
Warning 10 warning C4244: '=' : conversion from 'const double' to 'ptrdiff_t', possible loss of data c:\opensees\other\csparse\cs_lu.c 11 1 cssparse
Error 11 error C1083: Cannot open include file: 'tclDecls.h': No such file or directory c:\opensees\src\tcl\tcl.h 2255 1 tcl
Warning 12 warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. c:\opensees\other\csparse\cs_load.c 10 1 cssparse
Error 13 error C1083: Cannot open include file: 'tclDecls.h': No such file or directory c:\opensees\src\tcl\tcl.h 2255 1 tcl
Error 14 error C1083: Cannot open include file: 'tclDecls.h': No such file or directory c:\opensees\src\tcl\tcl.h 2255 1 optimization
Error 15 error C1083: Cannot open include file: 'tclDecls.h': No such file or directory c:\opensees\src\tcl\tcl.h 2255 1 optimization
Error 16 error C1083: Cannot open include file: 'tclDecls.h': No such file or directory c:\opensees\src\tcl\tcl.h 2255 1 tcl
Error 17 error C1083: Cannot open include file: 'tclDecls.h': No such file or directory c:\opensees\src\tcl\tcl.h 2255 1 tcl
Warning 18 warning C4244: '=' : conversion from 'double' to 'ptrdiff_t', possible loss of data c:\opensees\other\csparse\cs_amd.c 31 1 cssparse
Error 19 error C1083: Cannot open include file: 'tclDecls.h': No such file or directory c:\opensees\src\tcl\tcl.h 2255 1 tcl
Error 20 error C1083: Cannot open include file: 'tclDecls.h': No such file or directory c:\opensees\src\tcl\tcl.h 2255 1 tcl
Error 21 error C1083: Cannot open include file: 'tclDecls.h': No such file or directory c:\opensees\src\tcl\tcl.h 2255 1 optimization
Error 22 error C1083: Cannot open include file: 'stdio.h': No such file or directory c:\opensees\src\tcl\tcl.h 139 1 openSees
Error 23 error C1083: Cannot open include file: 'string.h': No such file or directory c:\opensees\src\tcl\tclmain.cpp 68 1 openSees
Error 24 error C1083: Cannot open include file: 'tclDecls.h': No such file or directory c:\opensees\src\tcl\tcl.h 2255 1 openSeesTk
Error 25 error C1083: Cannot open include file: 'tk.h': No such file or directory c:\opensees\src\tcl\winmain.cpp 23 1 openSeesTk

The file tcl.h is in the c:\opensees\src\tcl

I will apreciate any help!
thank you for your time.

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

Re: building opensees

Post by fmk » Thu Oct 23, 2014 8:28 am

you are not building a dll but the application and you do not have tcl in correct location. (the dll doesnot need tcl to build)

gst77
Posts: 18
Joined: Sat Nov 28, 2009 9:23 am
Location: UNCuyo

Re: building opensees

Post by gst77 » Sat Nov 01, 2014 6:49 am

Ok, now it is running!! thank you!!!

auneng
Posts: 5
Joined: Sat Nov 08, 2014 1:50 am
Contact:

Re: building opensees

Post by auneng » Tue Nov 18, 2014 2:00 am

thanks, i also had the same problem but it solved

Post Reply